@import"https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Noto+Color+Emoji&display=swap";@layer reset,global;@layer global{html,body{font-family:Anek Latin,sans-serif;color:var(--foreground);background:var(--background);margin:0;display:flex;flex-direction:column;padding:0;height:100%;min-height:100%;max-width:100%;width:100%;overflow-y:auto}h1,h2,h3,h4,h5,h6{font-weight:600}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.5em}h5{font-size:1.25em}h6{font-size:1em}strong{font-weight:600}em{font-style:italic}a{color:var(--brand)}a:hover{color:rgba(var(--brand-rgb),.8);color:color-mix(in srgb,var(--brand) 80%,var(--white) 20%)}hr{background:rgba(var(--foreground-rgb),.1);height:1px;margin:.5em 0;width:100%}*{scrollbar-width:thin;scrollbar-color:rgba(var(--foreground-rgb),.2) rgba(var(--foreground-rgb),.05)}.construction-animation-background{--s-color-1: var(--color-1, rgba(var(--foreground-rgb), 0));--s-color-2: var(--color-2, rgba(var(--copilot-rgb), .2));--a-time: var(--anim-time, 1s);--repeat-length: 40px;background-size:calc(var(--repeat-length) * 1.4) calc(var(--repeat-length) * 1.4);background-image:repeating-linear-gradient(45deg,var(--s-color-1) 0,var(--s-color-1) calc(var(--repeat-length) * .5),var(--s-color-2) calc(var(--repeat-length) * .5),var(--s-color-2) var(--repeat-length));animation:construction-animation var(--a-time) linear infinite}@keyframes construction-animation{0%{background-position:0 0}to{background-position:calc(var(--repeat-length) * -1.8) calc(var(--repeat-length) * 1)}}}:root{--background-rgb: 8, 8, 12;--background: rgb(var(--background-rgb));--foreground-rgb: 255, 255, 255;--foreground: rgb(var(--foreground-rgb));--brand-rgb: 0, 150, 130;--brand: rgb(var(--brand-rgb));--brand-text-rgb: 50, 200, 130;--brand-text: rgb(var(--brand-text-rgb));--brand-left-rgb: 84, 158, 226;--brand-left: rgb(var(--brand-left-rgb));--brand-right-rgb: 0, 180, 115;--brand-right: rgb(var(--brand-right-rgb));--red-rgb: 226, 84, 84;--red: rgb(var(--red-rgb));--orange-rgb: 255, 137, 71;--orange: rgb(var(--orange-rgb));--yellow-rgb: 242, 201, 76;--yellow: rgb(var(--yellow-rgb));--lime-rgb: 173, 212, 74;--lime: rgb(var(--lime));--green-rgb: 0, 180, 115;--green: rgb(var(--green-rgb));--blue-rgb: 84, 158, 226;--blue: rgb(var(--blue-rgb));--purple-rgb: 116, 70, 246;--purple: rgb(var(--purple-rgb));--copilot-rgb: var(--purple-rgb);--copilot: rgb(var(--copilot-rgb));--brand-rgb-safe: var(--brand-rgb);--brand-safe: rgb(var(--brand-rgb-safe));--light-rgb: 255, 255, 255;--light: rgb(var(--light-rgb));--dark-rgb: 0, 0, 0;--dark: rgb(var(--dark-rgb));--variable-rgb: var(--brand-rgb);--variable: rgb(var(--variable-rgb))}html:has(.light_mode){--background-rgb: 255, 255, 255;--foreground-rgb: 8, 16, 18;--yellow-rgb: 220, 180, 0}@layer reset{*:where(:not(img,svg,svg *)){all:unset;display:revert;border:0}*,*:before,*:after{box-sizing:border-box}input{font-size-adjust:.5}button,a,input{cursor:revert}ol,ul,menu{list-style:none}table{border-collapse:collapse}::placeholder{color:unset}::marker{content:initial}}
