*,*:before,*:after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.3;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--max-content-width: 1200px;--space-xs: .125rem;--space-s: .25rem;--space-m: .5rem;--space-l: 1rem;--space-xl: 2rem;--background-color-bright: #fff;--background-color: #eaf6ff;--text-color: #232528;--text-color-subdued: #606468;--sidebar-width: 220px;--sidebar-collapsed-width: 48px;--white: #eaf6ff;--black: #232528;--primary-color-dark: #2f2f8f;--primary-color: #3d4bfc;--primary-color-bright: #9f90ff;--secondary-color-dark: #92701d;--secondary-color: #ffc31e;--secondary-color-bright: #ffda85;--error-color-dark: #441107;--error-color: #9b120c;--error-color-bright: #f5342c;--success-color-dark: #21843c;--success-color: #04e762;--success-color-bright: #95f3a2;--body-font: system-ui, sans-serif;--code-font: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--header-font: Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif}@media(prefers-color-scheme:dark){:root{--text-color: #eaf6ff;--text-color-subdued: #a0a8b0;--background-color: #232528;--background-color-bright: #121416}*{color-scheme:dark}}html{color:var(--text-color);background:var(--background-color);font-family:var(--body-font);line-height:1.5}h1,h2,h3{font-family:var(--header-font);font-size:2.8rem;line-height:1.2;padding-top:var(--space-l);margin-bottom:var(--space-m);position:relative}h1{font-size:2.8rem}h2{font-size:2rem}h3{font-size:1.6rem}h4,h5,h6{font-family:var(--body-font);padding-top:var(--space-l);margin-bottom:var(--space-m)}h4{font-size:1.4rem}h5{font-size:1.3rem}h6{font-size:1.25rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{padding-top:0}p{font-family:var(--body-font);font-size:1em;line-height:1.3em;margin-bottom:var(--space-l)}.muted{color:var(--text-color-muted);font-size:.95em}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}a{color:var(--primary-color)}ul,ol{margin:0 0 var(--space-xl);padding-left:1.5rem;line-height:1.5}li{margin:0 0 var(--space-l)}ul ul,ul ol,ol ul,ol ol{margin-bottom:var(--space-l)}ul{list-style-type:disc;list-style-position:outside}ul ul{list-style-type:circle}ul ul ul{list-style-type:square}ol{list-style-type:decimal;list-style-position:outside}ol ol{list-style-type:lower-alpha}ol ol ol{list-style-type:lower-roman}ul li::marker,ol li::marker{color:var(--text-color-subdued)}li>*:first-child{margin-top:0}li>*:last-child{margin-bottom:0}.commit-bar+.markdown{margin-top:var(--space-l)}.markdown{padding:var(--space-m) 0;line-height:1.6;overflow-x:auto}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{margin-top:1.5em;margin-bottom:.5em}.markdown h1:first-child,.markdown h2:first-child,.markdown h3:first-child,.markdown h4:first-child,.markdown h5:first-child,.markdown h6:first-child{margin-top:0}.markdown p{margin:1em 0}.markdown code{background:var(--background-color);padding:.2em .4em;border-radius:3px;font-family:var(--code-font);font-size:.9em}.markdown pre{background:var(--background-color);padding:var(--space-m);border-radius:4px;overflow-x:auto;margin:1em 0}.markdown pre code{background:transparent;padding:0}.markdown a{color:var(--primary-color);text-decoration:none}.markdown a:hover{text-decoration:underline}.markdown ul,.markdown ol{padding-left:2em;margin:1em 0}.markdown blockquote{border-left:3px solid var(--background-color);padding-left:var(--space-m);margin-left:0;color:var(--text-color);opacity:.8}.markdown table{border-collapse:collapse;width:100%;margin:1em 0}.markdown table th,.markdown table td{border:1px solid var(--background-color);padding:var(--space-s);text-align:left}.markdown table th{background:var(--background-color-bright);font-weight:600}.markdown img{max-width:100%;height:auto}.markdown hr{border:none;border-top:2px solid var(--background-color);margin:2em 0}.frontmatter{margin:0;padding:var(--space-m);border-bottom:1px solid var(--background-color)}.frontmatter-item{display:flex;gap:var(--space-s);margin-bottom:var(--space-xs)}.frontmatter-item:last-child{margin-bottom:0}.frontmatter dt{color:var(--text-color-subdued);min-width:120px}.frontmatter dt:after{content:":"}.frontmatter dd{margin:0;color:var(--text-color)}html,body{margin:0;padding:0;height:100%}html{scrollbar-gutter:stable}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding:var(--space-l)}main>section{margin:0 auto var(--space-xl);width:100%;max-width:var(--max-content-width)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-m);flex-wrap:wrap}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-m)}.card{border:1px solid var(--background-color-muted);border-radius:var(--space-m);padding:var(--space-m) var(--space-l);background:var(--background-color-bright);box-shadow:0 1px 2px #0000000d}.icon{display:inline-block;width:1.25rem;height:1.25rem;vertical-align:top;position:relative;background-color:currentColor}#sidebar .icon{width:1rem;height:1rem}.i-binary{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3crect%20x='14'%20y='14'%20width='4'%20height='6'%20rx='2'%3e%3c/rect%3e%3crect%20x='6'%20y='4'%20width='4'%20height='6'%20rx='2'%3e%3c/rect%3e%3cpath%20d='M6%2020h4'%3e%3c/path%3e%3cpath%20d='M14%2010h4'%3e%3c/path%3e%3cpath%20d='M6%2014h2v6'%3e%3c/path%3e%3cpath%20d='M14%204h2v6'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-code{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpolyline%20points='16%2018%2022%2012%2016%206'%3e%3c/polyline%3e%3cpolyline%20points='8%206%202%2012%208%2018'%3e%3c/polyline%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-play{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpolygon%20points='5%203%2019%2012%205%2021%205%203'%3e%3c/polygon%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-menu{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cline%20x1='4'%20x2='20'%20y1='12'%20y2='12'%3e%3c/line%3e%3cline%20x1='4'%20x2='20'%20y1='6'%20y2='6'%3e%3c/line%3e%3cline%20x1='4'%20x2='20'%20y1='18'%20y2='18'%3e%3c/line%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-trash{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M3%206h18'%3e%3c/path%3e%3cpath%20d='M19%206v14c0%201-1%202-2%202H7c-1%200-2-1-2-2V6'%3e%3c/path%3e%3cpath%20d='M8%206V4c0-1%201-2%202-2h4c1%200%202%201%202%202v2'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-book-open-text{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M2%203h6a4%204%200%200%201%204%204v14a3%203%200%200%200-3-3H2z'%3e%3c/path%3e%3cpath%20d='M22%203h-6a4%204%200%200%200-4%204v14a3%203%200%200%201%203-3h7z'%3e%3c/path%3e%3cpath%20d='M6%208h2'%3e%3c/path%3e%3cpath%20d='M6%2012h2'%3e%3c/path%3e%3cpath%20d='M16%208h2'%3e%3c/path%3e%3cpath%20d='M16%2012h2'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-folder-tree{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M20%2010a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1h-2.5a1%201%200%200%201-.8-.4l-.9-1.2A1%201%200%200%200%2015%203h-2a1%201%200%200%200-1%201v5a1%201%200%200%200%201%201Z'%3e%3c/path%3e%3cpath%20d='M20%2021a1%201%200%200%200%201-1v-3a1%201%200%200%200-1-1h-2.9a1%201%200%200%201-.88-.55l-.42-.85a1%201%200%200%200-.92-.6H13a1%201%200%200%200-1%201v5a1%201%200%200%200%201%201Z'%3e%3c/path%3e%3cpath%20d='M3%205a2%202%200%200%200%202%202h3'%3e%3c/path%3e%3cpath%20d='M3%203v13a2%202%200%200%200%202%202h3'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-message-square{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M21%2015a2%202%200%200%201-2%202H7l-4%204V5a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202z'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-settings{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M12.22%202h-.44a2%202%200%200%200-2%202v.18a2%202%200%200%201-1%201.73l-.43.25a2%202%200%200%201-2%200l-.15-.08a2%202%200%200%200-2.73.73l-.22.38a2%202%200%200%200%20.73%202.73l.15.1a2%202%200%200%201%201%201.72v.51a2%202%200%200%201-1%201.74l-.15.09a2%202%200%200%200-.73%202.73l.22.38a2%202%200%200%200%202.73.73l.15-.08a2%202%200%200%201%202%200l.43.25a2%202%200%200%201%201%201.73V20a2%202%200%200%200%202%202h.44a2%202%200%200%200%202-2v-.18a2%202%200%200%201%201-1.73l.43-.25a2%202%200%200%201%202%200l.15.08a2%202%200%200%200%202.73-.73l.22-.39a2%202%200%200%200-.73-2.73l-.15-.08a2%202%200%200%201-1-1.74v-.5a2%202%200%200%201%201-1.74l.15-.09a2%202%200%200%200%20.73-2.73l-.22-.38a2%202%200%200%200-2.73-.73l-.15.08a2%202%200%200%201-2%200l-.43-.25a2%202%200%200%201-1-1.73V4a2%202%200%200%200-2-2z'%3e%3c/path%3e%3ccircle%20cx='12'%20cy='12'%20r='3'%3e%3c/circle%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-log-in{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M15%203h4a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-4'%3e%3c/path%3e%3cpolyline%20points='10%2017%2015%2012%2010%207'%3e%3c/polyline%3e%3cline%20x1='15'%20x2='3'%20y1='12'%20y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-user-round-plus{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M2%2021a8%208%200%200%201%2013.292-6'%3e%3c/path%3e%3ccircle%20cx='10'%20cy='8'%20r='5'%3e%3c/circle%3e%3cpath%20d='M19%2016v6'%3e%3c/path%3e%3cpath%20d='M22%2019h-6'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-log-out{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M9%2021H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h4'%3e%3c/path%3e%3cpolyline%20points='16%2017%2021%2012%2016%207'%3e%3c/polyline%3e%3cline%20x1='21'%20x2='9'%20y1='12'%20y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-plus{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M5%2012h14'%3e%3c/path%3e%3cpath%20d='M12%205v14'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-trash{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M3%206h18'%3e%3c/path%3e%3cpath%20d='M19%206v14c0%201-1%202-2%202H7c-1%200-2-1-2-2V6'%3e%3c/path%3e%3cpath%20d='M8%206V4c0-1%201-2%202-2h4c1%200%202%201%202%202v2'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-save{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M19%2021H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h11l5%205v11a2%202%200%200%201-2%202z'%3e%3c/path%3e%3cpolyline%20points='17%2021%2017%2013%207%2013%207%2021'%3e%3c/polyline%3e%3cpolyline%20points='7%203%207%208%2015%208'%3e%3c/polyline%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-git-branch{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cline%20x1='6'%20x2='6'%20y1='3'%20y2='15'%3e%3c/line%3e%3ccircle%20cx='18'%20cy='6'%20r='3'%3e%3c/circle%3e%3ccircle%20cx='6'%20cy='18'%20r='3'%3e%3c/circle%3e%3cpath%20d='M18%209a9%209%200%200%201-9%209'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-circle{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%3e%3c/circle%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-diamond{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M2.7%2010.3a2.41%202.41%200%200%200%200%203.41l7.59%207.59a2.41%202.41%200%200%200%203.41%200l7.59-7.59a2.41%202.41%200%200%200%200-3.41l-7.59-7.59a2.41%202.41%200%200%200-3.41%200Z'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-check{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M20%206%209%2017l-5-5'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-x{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M18%206%206%2018'%3e%3c/path%3e%3cpath%20d='m6%206%2012%2012'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-clipboard-copy{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3crect%20width='8'%20height='4'%20x='8'%20y='2'%20rx='1'%20ry='1'%3e%3c/rect%3e%3cpath%20d='M8%204H6a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-2'%3e%3c/path%3e%3cpath%20d='M16%204h2a2%202%200%200%201%202%202v4'%3e%3c/path%3e%3cpath%20d='M21%2014H11'%3e%3c/path%3e%3cpath%20d='m15%2010-4%204%204%204'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-tag{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M12%202H2v10l9.29%209.29c.94.94%202.48.94%203.42%200l6.58-6.58c.94-.94.94-2.48%200-3.42L12%202Z'%3e%3c/path%3e%3cpath%20d='M7%207h.01'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-folder{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M20%2020a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2h-7.9a2%202%200%200%201-1.69-.9L9.6%203.9A2%202%200%200%200%207.93%203H4a2%202%200%200%200-2%202v13a2%202%200%200%200%202%202Z'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-file{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M14.5%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V7.5L14.5%202z'%3e%3c/path%3e%3cpolyline%20points='14%202%2014%208%2020%208'%3e%3c/polyline%3e%3c/svg%3e") no-repeat center;mask-size:contain}.i-history{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M3%2012a9%209%200%201%200%209-9%209.75%209.75%200%200%200-6.74%202.74L3%208'%3e%3c/path%3e%3cpath%20d='M3%203v5h5'%3e%3c/path%3e%3cpath%20d='M12%207v5l4%202'%3e%3c/path%3e%3c/svg%3e") no-repeat center;mask-size:contain}#mobile-header{display:none}#sidebar{position:fixed;left:0;top:0;width:100%;max-width:var(--sidebar-width);height:100%;display:flex;align-items:start;flex-direction:column;gap:var(--space-m);justify-content:start;padding:var(--space-m);background:var(--background-color-bright);transition:max-width .3s ease-in-out;z-index:8}.logo{text-decoration:none}.nav-btn{text-decoration:none;color:var(--text-color);display:block;width:100%;padding:var(--space-s) var(--space-m);border-radius:var(--space-s);background:var(--background-color-bright);transition:background-color .3s ease-in-out}.nav-btn:focus,.nav-btn:hover,.nav-btn:active{background:var(--background-color)}.nav-section-header{display:flex;align-items:center;gap:var(--space-xs);width:100%}.nav-section-heading{display:block;flex:1;padding:var(--space-s) var(--space-m);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-color);opacity:.6;text-decoration:none}.nav-section-action{text-decoration:none;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--space-s);background:var(--background-color-bright);transition:background-color .3s ease-in-out,opacity .3s ease-in-out;opacity:.5;font-size:1.2rem;flex-shrink:0;color:var(--text-color);line-height:1}.nav-section-action:hover,.nav-section-action:focus{background:var(--background-color);opacity:1}.nav-project-item{display:flex;align-items:center;gap:var(--space-xs);width:100%}.nav-btn-secondary{text-decoration:none;color:var(--text-color);display:block;flex:1;padding:var(--space-s) var(--space-m);border-radius:var(--space-s);background:var(--background-color-bright);transition:background-color .3s ease-in-out;opacity:.8;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-btn-secondary:focus,.nav-btn-secondary:hover,.nav-btn-secondary:active{background:var(--background-color);opacity:1}.nav-project-settings{text-decoration:none;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--space-s);background:var(--background-color-bright);transition:background-color .3s ease-in-out,opacity .3s ease-in-out;opacity:.5;font-size:.9rem;flex-shrink:0;color:var(--text-color)}.nav-project-settings:hover,.nav-project-settings:focus{background:var(--background-color);opacity:1}#sidebar a.logo{background:var(--background-color-bright);color:var(--secondary-color)}#mobile-header .actions,#sidebar .actions{padding:var(--space-s) var(--space-m);align-items:center;width:100%}#mobile-header .actions>span,#sidebar .actions>span{flex:1}.username-link{flex:1;text-decoration:none;color:var(--text-color)}#sidebar-top{display:flex;align-content:center;justify-content:center;width:100%}#sidebar-top .logo{padding:var(--space-s) var(--space-m)}@media screen and (min-width:1000px){main>section{max-width:calc(var(--max-content-width) + var(--sidebar-width));padding:0 0 0 var(--sidebar-width)}}@media screen and (max-width:1000px){#mobile-header{display:flex;align-items:center;flex-direction:row;gap:var(--space-m);justify-content:center;padding:var(--space-m) var(--space-l);background:var(--background-color-bright);z-index:10}#mobile-header .show-navigation .icon{width:1.5rem;height:1.5rem;color:var(--text-color)}#mobile-header .show-navigation.active .icon{width:1.5rem;height:1.5rem;color:var(--white)}#mobile-header .show-navigation{background:var(--background-color-bright)}#mobile-header .show-navigation.active{background:var(--primary-color-dark)}#sidebar-top,#sidebar .actions{display:none}#sidebar{transform:translate(-100%);padding-top:3.5rem;transition:transform .3s ease-in-out}#sidebar.visible{transform:translate(0)}#mobile-header .show-navigation{margin-left:calc(var(--space-m) * -1)}}@media screen and (max-width:500px){#sidebar{max-width:none}}.btn,button{display:inline-flex;align-content:center;gap:var(--space-m);align-items:center;justify-content:center;position:relative;padding:var(--space-s) var(--space-m);background:var(--primary-color);color:var(--white);border:none;line-height:1.35em;border-radius:var(--space-s);cursor:pointer;text-decoration:none;appearance:none;transition:background-color .2s ease-in-out,color .2s ease-in-out}.btn.active,.btn:hover,.btn:focus,button.active,button:hover,button:focus{background-color:var(--primary-color-dark)}.btn-outline{background:transparent;color:var(--primary-color);border:1px solid var(--primary-color-dark);transition:color .3s ease-in-out,background-color .3s ease-in-out,border 30ms ease-in-out}.btn-outline.active,.btn-outline:hover,.btn-outline:focus{color:var(--white);background-color:var(--primary-color-dark);border-color:var(--primary-color-dark)}.danger-button{background:var(--error-color-bright);color:var(--white)}.danger-button:hover,.danger-button:focus{background-color:var(--error-color)}.danger-zone{margin-top:var(--space-xl);border:2px solid var(--error-color);padding:var(--space-l)}.danger-zone h2{color:var(--error-color-bright);margin-top:0}select,textarea,input{padding:var(--space-m);background:var(--background-color);color:var(--text-color);border:solid 1px var(--primary-color);border-radius:var(--space-s);margin-bottom:var(--space-m);width:100%;line-height:1.35em;outline:none;transition:border-color .2s ease-in-out}select:focus,textarea:focus,input:focus{border-color:var(--text-color)}select[readonly],textarea[readonly],input[readonly]{color:var(--text-color-subdued);border-color:var(--text-color-subdued);outline:none}.auth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.auth-card{padding:16px;border-radius:8px;background:var(--background-color-bright)}.auth-card form{display:flex;flex-direction:column;gap:10px}.message{background:var(--error-color);color:var(--white);padding:10px;border-radius:6px;margin-bottom:16px}.stack{display:flex;flex-direction:column;gap:var(--space-s)}.actions{display:flex;gap:var(--space-s)}.simple-form label{display:flex;flex-direction:column;gap:6px}textarea{min-height:160px}.simple-form button{align-self:flex-end}@media screen and (min-width:700px){.form-row{display:flex;gap:var(--space-l)}.form-row>*{flex:1}}.button-popup{position:absolute;right:0;top:100%;padding:var(--space-m) var(--space-l);border-radius:var(--space-s);display:block;height:2rem;background:var(--success-color-dark);color:var(--white);cursor:pointer;opacity:0;margin-top:var(--space-s);transform:scaleY(0);transition:opacity .3s ease-in-out,transform .3s cubic-bezier(.68,-.55,.265,1.55)}.button-popup:after{content:"";display:block;border-bottom:solid var(--space-s) var(--success-color-dark);border-left:solid var(--space-s) transparent;border-right:solid var(--space-s) transparent;position:absolute;right:var(--space-l);bottom:100%}.button-popup.visible{opacity:1;transform:scaleY(1)}.button-popup.hide{opacity:0;transform:scaleY(0) translate(-50%,20%)}.commit{display:flex;gap:var(--space-m);align-content:center;padding:var(--space-m) 0}.flex-gap,.commit-message{flex:1}.commit-author{max-width:16rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.commit-message{color:var(--text-color-subdued);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.commit-id,.commit-time{color:var(--text-color-subdued)}.repo-branches a,.repo-tags a,a.commit-author,a.commit-count,.branch-list h5 a{color:var(--text-color);text-decoration:none}a.commit-count .icon{font-size:1.2em}@media screen and (max-width:700px){.commit{display:grid;grid-template-columns:1fr auto auto;grid-template-rows:auto auto auto;gap:var(--space-s) var(--space-m);align-items:center}.commit-message{grid-row:2;grid-column:1 / -1;white-space:normal}.commit-author{grid-column:1;grid-row:1;max-width:100%}.commit-id{grid-column:2;grid-row:1;text-align:right}.commit-time{grid-column:3;grid-row:1;text-align:right}.commit .flex-gap{display:none}.commit .commit-count{display:block;text-align:right;grid-column:1 / -1;grid-row:3}}.project-tabs{display:flex;gap:0;border-bottom:2px solid var(--background-color)}.project-tabs .tab{display:flex;gap:var(--space-m);padding:var(--space-m) var(--space-l);text-decoration:none;color:var(--text-color);opacity:.7;border-bottom:2px solid transparent;margin-bottom:-2px;transition:opacity .2s,border-color .2s}.project-tabs+.card{border-radius:0 var(--space-m) var(--space-m) var(--space-m)}.project-tabs .tab:hover{opacity:1}.project-tabs .tab.active{opacity:1;background:var(--background-color-bright);border-radius:var(--space-m) var(--space-m) 0 0}.project-tabs .tab.disabled{opacity:.4;cursor:not-allowed}.page-header{margin-bottom:var(--space-l)}.project-header{color:var(--text-color);font-size:1.6rem;margin-bottom:0}.project-header a{text-decoration:none;color:var(--text-color)}.project-header a:last-of-type{color:var(--primary-color)}.repo-bar{display:flex;gap:var(--space-m);align-content:center;padding:var(--space-m) 0}.repo-bar>select{width:auto;margin-bottom:0;max-width:120px}.repo-bar>*{align-content:center}@media screen and (max-width:700px){.repo-bar{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-rows:auto auto;gap:var(--space-m) var(--space-m);align-items:center;margin-bottom:var(--space-l)}.repo-bar .branch-switcher{grid-column:1;grid-row:1}.repo-bar .repo-branches{grid-column:3;grid-row:1;font-size:.85rem}.repo-bar .repo-tags{grid-column:4;grid-row:1;font-size:.85rem}.repo-bar .flex-gap{display:none}.repo-bar .clone-url-wrapper{grid-column:1 / -1;grid-row:2}.project-tabs .tab-label{display:none}}.pagination{display:flex;gap:var(--space-l);justify-content:center;margin-top:var(--space-l)}.pagination>a{display:block;text-decoration:none;font-size:1.2rem;width:3rem;height:2rem;line-height:2rem;text-align:center;border-radius:var(--space-s);font-weight:300;border:solid 1px var(--primary-color);color:var(--primary-color);transition:background-color .3s ease-in-out,color .3s ease-in-out}.pagination>a.active,.pagination>a:hover{background-color:var(--primary-color);color:var(--white)}.pagination>.start,.pagination>.end,.pagination>.prev,.pagination>.next{width:3rem}html .pagination>.disabled{border-color:var(--text-color-subdued);color:var(--text-color-subdued);background-color:transparent;cursor:not-allowed}@media screen and (max-width:1050px){.pagination>a{display:none}.pagination>.start,.pagination>.end,.pagination>.prev,.pagination>.next,.pagination>a.active{display:block}}dl.meta{margin:0;padding:0;display:grid;grid-template-columns:max-content 1fr;row-gap:.25rem;column-gap:1rem;font-size:1rem}dl.meta dt{color:var(--text-color-subdued)}dl.meta dd{margin:0}.clone-url-wrapper{display:flex;gap:.25rem;align-items:stretch}.protocol-switcher{display:flex;border:1px solid var(--border-color);border-radius:var(--space-s) 0 0 var(--space-s);overflow:hidden}.protocol-btn{padding:.25rem .5rem;background:var(--background-color);color:var(--text-color);border:none;border-right:1px solid var(--border-color);cursor:pointer;font-size:.75rem;transition:background .2s}.protocol-btn:last-child{border-right:none}.protocol-btn:hover:not(.disabled){background:var(--background-color-bright)}.protocol-btn.active{background:var(--primary-color);color:#fff}.protocol-btn.disabled{opacity:.5;cursor:not-allowed;background:var(--background-color)}.clone-url{flex:1;display:inline-flex;position:relative}.clone-url input{flex:1;margin:0;border-radius:var(--space-s) 0 0 var(--space-s);border-color:var(--border-color);border-right:none;width:auto}.clone-url button{border-radius:0 var(--space-s) var(--space-s) 0}@media screen and (max-width:700px){.clone-url-wrapper{flex-direction:column;gap:.25rem}.protocol-switcher{border-radius:var(--space-s);width:100%;margin-top:var(--space-m)}.clone-url input{border-radius:var(--space-s) 0 0 var(--space-s)}.clone-url button{border-radius:0 var(--space-s) var(--space-s) 0}}.file-browser{border-top:1px solid var(--background-color)}.path-breadcrumb{padding:var(--space-m) 0;font-size:.9rem;color:var(--text-color);opacity:.8;border-bottom:1px solid var(--background-color)}.path-breadcrumb a{color:var(--primary-color);text-decoration:none}.path-breadcrumb a:hover{text-decoration:underline}.tree-item{display:flex;align-items:center;padding:var(--space-s) 0;border-bottom:1px solid var(--background-color);transition:background-color .15s}.tree-item:hover{background:var(--background-color-bright)}.tree-item a{display:flex;gap:var(--space-m);text-decoration:none;color:var(--text-color);width:100%}.tree-item .icon{font-size:1.25rem}.tree-item .name{flex:1}.tree-item.parent{opacity:.7}.tree-item.dotfile .icon,.tree-item.dotfile .name{color:var(--text-color-subdued)}.readme-section{margin-top:var(--space-l);padding:var(--space-m);border-top:2px solid var(--background-color)}.file-view{border-top:1px solid var(--background-color)}.file-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-m) 0;background:var(--background-color-bright);border-bottom:1px solid var(--background-color)}.file-metadata{display:flex;align-items:center;gap:var(--space-s);padding:var(--space-s) 0;background:var(--background-color-bright);border-bottom:1px solid var(--background-color);font-size:.85rem;color:var(--text-color);opacity:.7}.file-meta-item{white-space:nowrap}.file-meta-separator{opacity:.5}.file-actions{display:flex;gap:var(--space-m)}.file-content{padding:var(--space-m);margin:0;overflow-x:auto;background:var(--background-color-bright);font-family:var(--code-font);font-size:.85rem;line-height:1.5}.file-content code{display:block;font-family:inherit;font-size:inherit;line-height:inherit;background:none;padding:0;margin:0}.binary-notice{padding:var(--space-l);text-align:center;color:var(--text-color);opacity:.6}.image-view{padding:var(--space-l);display:flex;justify-content:center;align-items:center;background:var(--background-color-bright)}.image-view img{max-width:100%;max-height:var(--max-content-width);object-fit:contain}.issues-header{display:flex;align-items:center;gap:var(--space-m);margin-bottom:var(--space-l)}.issues-header h2{margin:0}.issue-filters{display:flex;flex:1;gap:var(--space-s);margin-top:4px}.issues-header>.btn{margin-left:auto}@media(max-width:768px){.issues-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:var(--space-m)}.issues-header h2{grid-column:1;grid-row:1}.issues-header>.btn{grid-column:2;grid-row:1;margin-left:0}.issue-filters{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(3,1fr);margin-left:0}.issue-filters .btn-filter{text-align:center}.filter-label{display:none}}.btn-filter{background:transparent;padding:var(--space-xs) var(--space-m);border-radius:var(--space-xs);font-size:.875rem;text-decoration:none;border:1px solid}.btn-filter.issue-open{border-color:var(--primary-color);color:var(--primary-color)}.btn-filter.issue-open:hover{background:var(--primary-color-dark);color:var(--white)}.btn-filter.issue-open.active{background:var(--primary-color);color:var(--white)}.btn-filter.issue-completed{border-color:var(--success-color-dark);color:var(--success-color-dark)}.btn-filter.issue-completed:hover{background:var(--success-color-dark);color:var(--white)}.btn-filter.issue-completed.active{background:var(--success-color-dark);border-color:var(--success-color-dark);color:var(--white)}.btn-filter.issue-cancelled{border-color:var(--secondary-color);color:var(--secondary-color)}.btn-filter.issue-cancelled:hover{background:var(--secondary-color-dark);color:var(--white)}.btn-filter.issue-cancelled.active{background:var(--secondary-color-dark);border-color:var(--secondary-color-dark);color:var(--white)}.issues-list{display:flex;flex-direction:column;gap:var(--space-s)}.issue-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-m);border-radius:4px;background:var(--background-color)}.issue-item:hover{background:var(--background-color-bright)}.issue-start{display:flex;flex-direction:column;gap:var(--space-xs);text-decoration:none;flex:1}.issue-title{color:var(--text-color);font-weight:500;text-decoration:none}.issue-meta{color:var(--text-color-subdued);font-size:.85rem}a.issue-author,a.issue-comment-count,a.issue-status,a.comment-author{color:var(--text-color);text-decoration:none}.issue-comment-count{padding:var(--space-xs) var(--space-s);border-radius:12px;font-size:.85rem;font-weight:500;margin-right:var(--space-s)}.issue-status{padding:var(--space-xs) var(--space-m);border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase}.status-open{background:var(--primary-color-dark);color:var(--white)}.status-completed{background:var(--success-color-dark);color:var(--white)}.status-cancelled{background:var(--secondary-color-dark);color:var(--white)}.empty-state{color:var(--text-color-subdued);text-align:center;padding:var(--space-xl)}.issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-l);padding-bottom:var(--space-m);border-bottom:1px solid var(--text-color-subdued)}.issue-header h2{margin:0}.comments{display:flex;flex-direction:column;gap:var(--space-l);margin-bottom:var(--space-xl)}.comment{padding:var(--space-m);border-radius:4px;background:var(--background-color)}.comment-opening{border-left:3px solid var(--primary-color)}.comment-header{display:flex;gap:var(--space-m);align-items:center;margin-bottom:var(--space-m);font-size:.9rem}.comment-date{color:var(--text-color-subdued)}.status-change{color:var(--primary-color);font-style:italic}.comment-body{line-height:1.6}.add-comment{border-top:1px solid var(--text-color-subdued);padding-top:var(--space-l)}.add-comment h3{margin-top:0;margin-bottom:var(--space-m)}.comment-actions{display:flex;gap:var(--space-m);flex-wrap:wrap}.button-secondary{background:transparent;border:1px solid var(--text-color-subdued);color:var(--text-color)}.button-secondary:hover{background:var(--background-color);border-color:var(--text-color)}.tag{display:inline-block;padding:2px var(--space-s);border-radius:4px;font-size:.75rem;font-weight:500;background:var(--primary-color-dark);color:var(--white);margin-left:var(--space-xs)}.issue-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-xs)}.issue-title-row .tag{margin-left:0}.issue-header-left{display:flex;flex-direction:column;gap:var(--space-s)}.issue-header-left h2{margin:0}.issue-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.issue-tags .tag{margin-left:0}.tag-added{color:var(--success-color-dark);font-style:italic}.tag-removed{color:var(--error-color);font-style:italic;text-decoration:line-through}.label-hint{font-weight:400;font-size:.85rem;color:var(--text-color-subdued)}.status-pending{background:var(--text-color-subdued);color:var(--white)}.status-running{background:var(--primary-color);color:var(--white)}.status-success{background:var(--success-color-dark);color:var(--white)}.status-failed{background:var(--error-color);color:var(--white)}.ci-job-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--space-m);padding:var(--space-m);background:var(--background-color);border-radius:4px;margin-bottom:var(--space-l)}.ci-job-detail{display:flex;flex-direction:column;gap:var(--space-xs)}.ci-label{font-size:.75rem;text-transform:uppercase;color:var(--text-color-subdued);font-weight:500}.ci-value{font-size:.9rem}.ci-value code{font-family:var(--font-mono);background:var(--background-color-bright);padding:2px 6px;border-radius:3px}.ci-exit-success{color:var(--success-color-dark);font-weight:600}.ci-exit-failure{color:var(--error-color);font-weight:600}.ci-output-section{margin-top:var(--space-l)}.ci-output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-m)}.ci-output-header h3{margin:0}.btn-small{font-size:.8rem;padding:var(--space-xs) var(--space-s)}.ci-output-pending{color:var(--text-color-subdued);font-style:italic;padding:var(--space-l);text-align:center;background:var(--background-color);border-radius:4px}.ci-log{background:var(--background-color);padding:var(--space-m);border-radius:4px;overflow-x:auto;font-family:var(--font-mono);font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:600px;overflow-y:auto;margin:0}.ci-job-result{margin-bottom:var(--space-l);border:1px solid var(--border-color);border-radius:4px;overflow:hidden}.ci-job-result:last-child{margin-bottom:0}.ci-job-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-s) var(--space-m);background:var(--background-color);border-bottom:1px solid var(--border-color)}.ci-job-header h4{margin:0;font-size:.95rem}.ci-job-header-right{display:flex;align-items:center;gap:var(--space-s)}.ci-job-status{font-size:.75rem;padding:2px 8px;border-radius:3px}.ci-job-logs{padding:var(--space-s)}.ci-job-steps{padding:var(--space-s) var(--space-m);border-bottom:1px solid var(--border-color);display:flex;flex-wrap:wrap;flex-direction:column;gap:var(--space-s)}.ci-step{display:flex;align-items:center;gap:var(--space-xs);font-size:.85rem}.ci-step-status{width:8px;height:8px;border-radius:50%;display:inline-block}.ci-step-name{color:var(--text-color)}.ci-step-exit{font-size:.75rem;font-family:var(--font-mono)}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px white;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}.token.punctuation.brace-hover,.token.punctuation.brace-selected{outline:solid 1px}.rainbow-braces .token.punctuation.brace-level-1,.rainbow-braces .token.punctuation.brace-level-5,.rainbow-braces .token.punctuation.brace-level-9{color:#e50;opacity:1}.rainbow-braces .token.punctuation.brace-level-2,.rainbow-braces .token.punctuation.brace-level-6,.rainbow-braces .token.punctuation.brace-level-10{color:#0b3;opacity:1}.rainbow-braces .token.punctuation.brace-level-3,.rainbow-braces .token.punctuation.brace-level-7,.rainbow-braces .token.punctuation.brace-level-11{color:#26f;opacity:1}.rainbow-braces .token.punctuation.brace-level-4,.rainbow-braces .token.punctuation.brace-level-8,.rainbow-braces .token.punctuation.brace-level-12{color:#e0e;opacity:1}span.inline-color-wrapper{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxwYXRoIGZpbGw9ImdyYXkiIGQ9Ik0wIDBoMnYySDB6Ii8+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0wIDBoMXYxSDB6TTEgMWgxdjFIMXoiLz48L3N2Zz4=);background-position:center;background-size:110%;display:inline-block;height:1.333ch;width:1.333ch;margin:0 .333ch;box-sizing:border-box;border:1px solid white;outline:1px solid rgba(0,0,0,.5);overflow:hidden}span.inline-color{display:block;height:120%;width:120%}code[class*=language-],pre[class*=language-]{background:none;text-shadow:none;font-family:var(--code-font)}code[class*=language-] .token,pre[class*=language-] .token{background:none!important}@media(prefers-color-scheme:dark){code[class*=language-],pre[class*=language-]{color:#ccc}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.inserted{color:green}.line-numbers .line-numbers-rows{border-right-color:#444}.line-numbers-rows>span:before{color:#666}}
