*,:before,:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased;line-height:1.3}img,picture,video,canvas,svg{max-width:100%;display:block}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}*{--lightningcss-light: ;--lightningcss-dark:initial;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);padding-top:var(--space-l);margin-bottom:var(--space-m);font-size:2.8rem;line-height:1.2;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);margin-bottom:var(--space-l);font-size:1em;line-height:1.3em}.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{color:var(--text-color-subdued)}ol li::marker{color:var(--text-color-subdued)}li>:first-child{margin-top:0}li>:last-child{margin-bottom:0}.markdown{padding:var(--space-m) 0;line-height:1.6;overflow-x:auto}.commit-bar+.markdown{margin-top:var(--space-l)}.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);font-family:var(--code-font);border-radius:3px;padding:.2em .4em;font-size:.9em}.markdown pre{background:var(--background-color);padding:var(--space-m);border-radius:4px;margin:1em 0;overflow-x:auto}.markdown pre code{background:0 0;padding:0}.markdown a{color:var(--primary-color);text-decoration:none}.markdown a:hover{text-decoration:underline}.markdown ul,.markdown ol{margin:1em 0;padding-left:2em}.markdown blockquote{border-left:3px solid var(--background-color);padding-left:var(--space-m);color:var(--text-color);opacity:.8;margin-left:0}.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{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:90vh;margin-left:auto;margin-right:auto;display:block}.markdown hr{border:none;border-top:2px solid var(--background-color);margin:2em 0}.frontmatter{padding:var(--space-m);border-bottom:1px solid var(--background-color);margin:0}.frontmatter-item{gap:var(--space-s);margin-bottom:var(--space-xs);display:flex}.frontmatter-item:last-child{margin-bottom:0}.frontmatter dt{color:var(--text-color-subdued);min-width:120px}.frontmatter dt:after{content:":"}.frontmatter dd{color:var(--text-color);margin:0}html,body{height:100%;margin:0;padding:0}html{scrollbar-gutter:stable}body{flex-direction:column;min-height:100vh;display:flex}main{padding:var(--space-l);flex:1}main>section{margin:0 auto var(--space-xl);width:100%;max-width:var(--max-content-width)}.page-header{justify-content:space-between;align-items:center;gap:var(--space-m);flex-wrap:wrap;display:flex}.card-grid{gap:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.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{vertical-align:top;background-color:currentColor;width:1.25rem;height:1.25rem;display:inline-block;position:relative}#sidebar .icon{width:1rem;height:1rem}.i-binary{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-code{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-menu{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-book-open-text{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-folder-tree{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-message-square{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-settings{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-log-in{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-user-round-plus{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-log-out{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-plus{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-trash{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-save{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-git-branch{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-circle{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-diamond{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-check{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-x{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-clipboard-copy{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-tag{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-folder{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-file{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}.i-history{-webkit-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") 50%/contain no-repeat;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") 50%/contain no-repeat}#mobile-header{display:none}#sidebar{width:100%;max-width:var(--sidebar-width);align-items:start;gap:var(--space-m);height:100%;padding:var(--space-m);background:var(--background-color-bright);z-index:8;flex-direction:column;justify-content:start;transition:max-width .3s ease-in-out;display:flex;position:fixed;top:0;left:0}.logo{text-decoration:none}.nav-btn{color:var(--text-color);width:100%;padding:var(--space-s) var(--space-m);border-radius:var(--space-s);background:var(--background-color-bright);text-decoration:none;transition:background-color .3s ease-in-out;display:block}.nav-btn:focus,.nav-btn:hover,.nav-btn:active{background:var(--background-color)}.nav-section-header{align-items:center;gap:var(--space-xs);width:100%;display:flex}.nav-section-heading{padding:var(--space-s) var(--space-m);text-transform:uppercase;letter-spacing:.05em;color:var(--text-color);opacity:.6;flex:1;font-size:.85rem;font-weight:600;text-decoration:none;display:block}.nav-section-action{border-radius:var(--space-s);background:var(--background-color-bright);opacity:.5;width:2rem;height:2rem;color:var(--text-color);flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;text-decoration:none;transition:background-color .3s ease-in-out,opacity .3s ease-in-out;display:flex}.nav-section-action:hover,.nav-section-action:focus{background:var(--background-color);opacity:1}.nav-project-item{align-items:center;gap:var(--space-xs);width:100%;display:flex}.nav-btn-secondary{color:var(--text-color);padding:var(--space-s) var(--space-m);border-radius:var(--space-s);background:var(--background-color-bright);opacity:.8;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;text-decoration:none;transition:background-color .3s ease-in-out;display:block;overflow:hidden}.nav-btn-secondary:focus,.nav-btn-secondary:hover,.nav-btn-secondary:active{background:var(--background-color);opacity:1}.nav-project-settings{border-radius:var(--space-s);background:var(--background-color-bright);opacity:.5;width:2rem;height:2rem;color:var(--text-color);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;text-decoration:none;transition:background-color .3s ease-in-out,opacity .3s ease-in-out;display:flex}.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{color:var(--text-color);flex:1;text-decoration:none}#sidebar-top{place-content:center;width:100%;display:flex}#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{align-items:center;gap:var(--space-m);padding:var(--space-m) var(--space-l);background:var(--background-color-bright);z-index:10;flex-direction:row;justify-content:center;display:flex}#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{padding-top:3.5rem;transition:transform .3s ease-in-out;transform:translate(-100%)}#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{align-content:center;gap:var(--space-m);padding:var(--space-s) var(--space-m);background:var(--primary-color);color:var(--white);border-radius:var(--space-s);cursor:pointer;-webkit-appearance:none;appearance:none;border:none;justify-content:center;align-items:center;line-height:1.35em;text-decoration:none;transition:background-color .2s ease-in-out,color .2s ease-in-out;display:inline-flex;position:relative}.btn.active,.btn:hover,.btn:focus,button.active,button:hover,button:focus{background-color:var(--primary-color-dark)}.btn-outline{color:var(--primary-color);border:1px solid var(--primary-color-dark);background:0 0;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)}.success-button{background:var(--success-color-dark);color:var(--white)}.success-button:hover,.success-button:focus{background-color:var(--success-color);color:var(--black)}.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);outline:none;width:100%;line-height:1.35em;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{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.auth-card{background:var(--background-color-bright);border-radius:8px;padding:16px}.auth-card form{flex-direction:column;gap:10px;display:flex}.message{background:var(--error-color);color:var(--white);border-radius:6px;margin-bottom:16px;padding:10px}.stack{gap:var(--space-s);flex-direction:column;display:flex}.actions{gap:var(--space-s);display:flex}.simple-form label{flex-direction:column;gap:6px;display:flex}textarea{min-height:160px}.simple-form button{align-self:flex-end}@media screen and (min-width:700px){.form-row{gap:var(--space-l);display:flex}.form-row>*{flex:1}}.button-popup{padding:var(--space-m) var(--space-l);border-radius:var(--space-s);background:var(--success-color-dark);height:2rem;color:var(--white);cursor:pointer;opacity:0;margin-top:var(--space-s);transition:opacity .3s ease-in-out,transform .3s cubic-bezier(.68,-.55,.265,1.55);display:block;position:absolute;top:100%;right:0;transform:scaleY(0)}.button-popup:after{content:"";border-bottom:solid var(--space-s) var(--success-color-dark);border-left:solid var(--space-s) transparent;border-right:solid var(--space-s) transparent;right:var(--space-l);display:block;position:absolute;bottom:100%}.button-popup.visible{opacity:1;transform:scaleY(1)}.button-popup.hide{opacity:0;transform:scaleY(0)translate(-50%,20%)}.commit{gap:var(--space-m);padding:var(--space-m) 0;align-content:center;display:flex}.flex-gap,.commit-message{flex:1}.commit-author{text-overflow:ellipsis;white-space:nowrap;max-width:16rem;overflow:hidden}.commit-message{color:var(--text-color-subdued);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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{gap:var(--space-s) var(--space-m);grid-template-rows:auto auto auto;grid-template-columns:1fr auto auto;align-items:center;display:grid}.commit-message{white-space:normal;grid-area:2/1/auto/-1}.commit-author{grid-area:1/1;max-width:100%}.commit-id{text-align:right;grid-area:1/2}.commit-time{text-align:right;grid-area:1/3}.commit .flex-gap{display:none}.commit .commit-count{text-align:right;grid-area:3/1/auto/-1;display:block}}.project-tabs{border-bottom:2px solid var(--background-color);gap:0;display:flex}.project-tabs .tab{gap:var(--space-m);padding:var(--space-m) var(--space-l);color:var(--text-color);opacity:.7;border-bottom:2px solid #0000;margin-bottom:-2px;text-decoration:none;transition:opacity .2s,border-color .2s;display:flex}.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);margin-bottom:0;font-size:1.6rem}.project-header a{color:var(--text-color);text-decoration:none}.project-header a:last-of-type{color:var(--primary-color)}.repo-bar{gap:var(--space-m);padding:var(--space-m) 0;align-content:center;display:flex}.repo-bar>select{width:auto;max-width:120px;margin-bottom:0}.repo-bar>*{align-content:center}@media screen and (max-width:700px){.repo-bar{gap:var(--space-m) var(--space-m);margin-bottom:var(--space-l);grid-template-rows:auto auto;grid-template-columns:auto 1fr auto auto;align-items:center;display:grid}.repo-bar .branch-switcher{grid-area:1/1}.repo-bar .repo-branches{grid-area:1/3;font-size:.85rem}.repo-bar .repo-tags{grid-area:1/4;font-size:.85rem}.repo-bar .flex-gap{display:none}.repo-bar .clone-url-wrapper{grid-area:2/1/auto/-1}.project-tabs .tab-label{display:none}}.pagination{gap:var(--space-l);margin-top:var(--space-l);justify-content:center;display:flex}.pagination>a{text-align:center;border-radius:var(--space-s);border:solid 1px var(--primary-color);width:3rem;height:2rem;color:var(--primary-color);font-size:1.2rem;font-weight:300;line-height:2rem;text-decoration:none;transition:background-color .3s ease-in-out,color .3s ease-in-out;display:block}.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);cursor:not-allowed;background-color:#0000}@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{grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin:0;padding:0;font-size:1rem;display:grid}dl.meta dt{color:var(--text-color-subdued)}dl.meta dd{margin:0}.clone-url-wrapper{align-items:stretch;gap:.25rem;display:flex}.protocol-switcher{border:1px solid var(--border-color);border-radius:var(--space-s) 0 0 var(--space-s);display:flex;overflow:hidden}.protocol-btn{background:var(--background-color);color:var(--text-color);border:none;border-right:1px solid var(--border-color);cursor:pointer;padding:.25rem .5rem;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{border-radius:var(--space-s) 0 0 var(--space-s);border-color:var(--border-color);border-right:none;flex:1;width:auto;margin:0}.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;color:var(--text-color);opacity:.8;border-bottom:1px solid var(--background-color);font-size:.9rem}.path-breadcrumb a{color:var(--primary-color);text-decoration:none}.path-breadcrumb a:hover{text-decoration:underline}.tree-item{padding:var(--space-s) 0;border-bottom:1px solid var(--background-color);align-items:center;transition:background-color .15s;display:flex}.tree-item:hover{background:var(--background-color-bright)}.tree-item a{gap:var(--space-m);color:var(--text-color);width:100%;text-decoration:none;display:flex}.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{padding:var(--space-m) 0;background:var(--background-color-bright);border-bottom:1px solid var(--background-color);justify-content:space-between;align-items:center;display:flex}.file-metadata{align-items:center;gap:var(--space-s);padding:var(--space-s) 0;background:var(--background-color-bright);border-bottom:1px solid var(--background-color);color:var(--text-color);opacity:.7;font-size:.85rem;display:flex}.file-meta-item{white-space:nowrap}.file-meta-separator{opacity:.5}.file-actions{gap:var(--space-m);display:flex}.file-content{padding:var(--space-m);background:var(--background-color-bright);font-family:var(--code-font);margin:0;font-size:.85rem;line-height:1.5;overflow-x:auto}.file-content code{font-family:inherit;font-size:inherit;line-height:inherit;background:0 0;margin:0;padding:0;display:block}.binary-notice{padding:var(--space-l);text-align:center;color:var(--text-color);opacity:.6}.image-view{padding:var(--space-l);background:var(--background-color-bright);justify-content:center;align-items:center;display:flex}.image-view img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:90vh;display:block}.issues-header{align-items:center;gap:var(--space-m);margin-bottom:var(--space-l);display:flex}.issues-header h2{margin:0}.issue-filters{gap:var(--space-s);flex:1;margin-top:4px;display:flex}.btn-filter{padding:var(--space-xs) var(--space-m);border-radius:var(--space-xs);background:0 0;border:1px solid;font-size:.875rem;text-decoration:none}.issues-header>.btn{margin-left:auto}@media (max-width:768px){.issues-header{gap:var(--space-m);grid-template-rows:auto auto;grid-template-columns:1fr auto;display:grid}.issues-header h2{grid-area:1/1}.issues-header>.btn{grid-area:1/2;margin-left:0}.issue-filters{grid-area:2/1/auto/-1;grid-template-columns:repeat(3,1fr);margin-left:0;display:grid}.issue-filters .btn-filter{text-align:center}.filter-label{display:none}}.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{gap:var(--space-s);flex-direction:column;display:flex}.issue-item{padding:var(--space-m);background:var(--background-color);border-radius:4px;justify-content:space-between;align-items:center;display:flex}.issue-item:hover{background:var(--background-color-bright)}.issue-start{gap:var(--space-xs);flex-direction:column;flex:1;text-decoration:none;display:flex}.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);margin-right:var(--space-s);border-radius:12px;font-size:.85rem;font-weight:500}.issue-status{padding:var(--space-xs) var(--space-m);text-transform:uppercase;border-radius:12px;font-size:.75rem;font-weight:500}a.status-open{background:var(--primary-color-dark);color:var(--white)}a.status-completed{background:var(--success-color-dark);color:var(--white)}a.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{margin-bottom:var(--space-l);padding-bottom:var(--space-m);border-bottom:1px solid var(--text-color-subdued);justify-content:space-between;align-items:center;display:flex}.issue-header h2{margin:0}.comments{gap:var(--space-l);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.comment{padding:var(--space-m);background:var(--background-color);border-radius:4px}.comment-opening{border-left:3px solid var(--primary-color)}.comment-header{gap:var(--space-m);margin-bottom:var(--space-m);align-items:center;font-size:.9rem;display:flex}.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{gap:var(--space-m);flex-wrap:wrap;display:flex}.button-secondary{border:1px solid var(--text-color-subdued);color:var(--text-color);background:0 0}.button-secondary:hover{background:var(--background-color);border-color:var(--text-color)}code[class*=language-],pre[class*=language-]{color:#000;text-shadow:0 1px #fff;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}pre[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}code[class*=language-]::selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.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{counter-reset:linenumber;padding-left:3.8em;position:relative}pre[class*=language-].line-numbers>code{white-space:inherit;position:relative}.line-numbers .line-numbers-rows{pointer-events:none;letter-spacing:-1px;-webkit-user-select:none;user-select:none;border-right:1px solid #999;width:3em;font-size:100%;position:absolute;top:0;left:-3.8em}.line-numbers-rows>span{counter-increment:linenumber;display:block}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;text-align:right;padding-right:.8em;display:block}.token.punctuation.brace-hover,.token.punctuation.brace-selected{outline:1px solid}.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{box-sizing:border-box;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxwYXRoIGZpbGw9ImdyYXkiIGQ9Ik0wIDBoMnYySDB6Ii8+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0wIDBoMXYxSDB6TTEgMWgxdjFIMXoiLz48L3N2Zz4=) 50%/110%;border:1px solid #fff;outline:1px solid #00000080;width:1.333ch;height:1.333ch;margin:0 .333ch;display:inline-block;overflow:hidden}span.inline-color{width:120%;height:120%;display:block}code[class*=language-],pre[class*=language-]{text-shadow:none;font-family:var(--code-font);background:0 0}code[class*=language-] .token,pre[class*=language-] .token{background:0 0!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}}
