@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";#sidebar:where(.astro-SSFZSV2F){position:fixed;display:flex;flex-direction:column;top:0;left:0;height:100%;width:var(--sidebar-width);padding:10px;background-color:var(--gray-200);box-sizing:border-box;transition:transform ease-in-out .25s;overflow-y:auto}#index:where(.astro-SSFZSV2F){padding:0;list-style:none}.category:where(.astro-SSFZSV2F){list-style:none}.category:where(.astro-SSFZSV2F)>summary:where(.astro-SSFZSV2F){font-size:18px;font-weight:400;margin:10px 0;list-style:none;cursor:pointer;color:var(--color-text-100)}.category:where(.astro-SSFZSV2F)>ul:where(.astro-SSFZSV2F){padding:0 5px}.page:where(.astro-SSFZSV2F){list-style:none;padding:2px 0;margin:0 5px}.page:where(.astro-SSFZSV2F) :where(.astro-SSFZSV2F)[astro-icon]{position:relative;top:2px;width:16px}#sidebar:where(.astro-SSFZSV2F) a:where(.astro-SSFZSV2F){color:var(--color-text-200);border:unset}#sidebar:where(.astro-SSFZSV2F) a:where(.astro-SSFZSV2F):hover{color:var(--gray-500)}#sidebar:where(.astro-SSFZSV2F).sidebar-hide{transform:translate(-100%)}#sidebar:where(.astro-SSFZSV2F) a:where(.astro-SSFZSV2F).active{border-bottom:1px solid var(--color-text-200)}#sidebar:where(.astro-SSFZSV2F) a:where(.astro-SSFZSV2F).active:hover{border-bottom:1px solid var(--gray-500)}h3:where(.astro-SSFZSV2F){text-align:center;font-size:20px}h4:where(.astro-SSFZSV2F){display:flex;align-items:center;justify-content:center;font-weight:400;margin:30px auto 20px;text-align:center;font-size:20px;gap:5px}h4:where(.astro-SSFZSV2F):before,h4:where(.astro-SSFZSV2F):after{background:var(--color-text-200);height:1px;flex:1;content:""}#top-level-pages:where(.astro-SSFZSV2F){padding-left:5px}#star:where(.astro-SSFZSV2F){margin-top:auto;position:relative}#star-text:where(.astro-SSFZSV2F){color:var(--pink-500)}#star:where(.astro-SSFZSV2F) a:where(.astro-SSFZSV2F){border-bottom:1px solid var(--color-text-200)}#header:where(.astro-3EF6KSR2){position:sticky;top:0;right:0;width:100%;display:flex;align-items:center;border:0px solid var(--gray-400);background-color:var(--gray-100);padding:5px 20px;box-sizing:border-box;transition:height ease-in-out .25s,padding ease-in-out .25s,opacity ease-in-out 50ms;gap:5px;z-index:1}#header:where(.astro-3EF6KSR2).header-hidden{height:0;padding:0;opacity:0}#header:where(.astro-3EF6KSR2) a:where(.astro-3EF6KSR2){border:unset;color:inherit}#header:where(.astro-3EF6KSR2) :where(.astro-3EF6KSR2)[astro-icon]{color:var(--gray-500);transition:color ease-in-out 125ms}#header:where(.astro-3EF6KSR2) :where(.astro-3EF6KSR2)[astro-icon]:hover{color:var(--gray-600)}#header-text:where(.astro-3EF6KSR2){font-size:22px;margin:10px auto;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#header-text:where(.astro-3EF6KSR2):hover{color:var(--color-text-100)}#theme-button-wrapper:where(.astro-3EF6KSR2){position:relative;width:30px;height:30px;transition:color ease-in-out .2s}#theme-button-wrapper:where(.astro-3EF6KSR2):hover>:where(.astro-3EF6KSR2)[astro-icon]{color:var(--gray-600)}#theme-button:where(.astro-3EF6KSR2){position:absolute;border:unset;background-color:inherit;width:30px;height:30px;padding:2px;cursor:pointer}#theme-button-wrapper:where(.astro-3EF6KSR2)>:where(.astro-3EF6KSR2)[astro-icon]{position:absolute;transition:transform ease-in-out .25s,opacity ease-in-out .25s,color ease-in-out 125ms}#search:where(.astro-3EF6KSR2){border:unset;background-color:inherit;width:fit-content;height:fit-content;margin:0;padding:0;cursor:pointer}#search-input:where(.astro-3EF6KSR2){width:calc(100% - 30px);margin:10px 15px;border:unset;background-color:var(--gray-300);outline:none;color:var(--color-text-100);border-radius:5px;font-size:18px}#search-bar:where(.astro-3EF6KSR2){background-color:var(--gray-200);border:2px solid var(--gray-300);border-top:unset;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:10px;box-sizing:border-box;flex-shrink:0;overflow-y:auto;max-height:90%}#search-stats:where(.astro-3EF6KSR2){display:none;text-align:center;width:100%}.search-result{color:var(--color-text-200);border:unset;cursor:pointer;transition:color ease-in-out 125ms}.search-result:hover{color:var(--color-text-100)}:where(:root.dark #sun):where(.astro-3EF6KSR2){transform:translateY(100%);opacity:0;z-index:-1}:where(:root:not(.dark) #moon):where(.astro-3EF6KSR2){transform:translateY(100%);opacity:0;z-index:-1}#sidebar-toggle:where(.astro-3EF6KSR2){border:unset;background-color:inherit;width:30px;height:30px;padding:2px;cursor:pointer}:root{--color-bg: var(--gray-100);--color-border: var(--purple-300);--sidebar-width: 300px}:root.dark{--purple-100: hsl(257, 33%, 8%);--purple-200: hsl(257, 35%, 13%);--purple-300: hsl(257, 44%, 18%);--purple-400: hsl(262, 58%, 22%);--purple-500: hsl(262, 73%, 29%);--purple-600: hsl(262, 79%, 42%);--pink-100: hsl(290, 13%, 20%);--pink-200: hsl(290, 19%, 25%);--pink-300: hsl(290, 32%, 35%);--pink-400: hsl(290, 43%, 49%);--pink-500: hsl(290, 63%, 63%);--pink-600: hsl(290, 100%, 70%);--pink-700: hsl(290, 100%, 60%);--gray-100: hsl(249, 17%, 12%);--gray-200: hsl(249, 29%, 16%);--gray-300: hsl(249, 33%, 39%);--gray-400: hsl(249, 46%, 49%);--gray-500: hsl(249, 48%, 64%);--gray-600: hsl(249, 81%, 85%);--color-text-100: hsl(0, 0%, 93%);--color-text-200: hsl(0, 0%, 73%);--color-code-bg: hsl(260, 32%, 18%)}:root:not(.dark){--purple-100: hsl(320, 89%, 92%);--purple-200: hsl(320, 83%, 86%);--purple-300: hsl(320, 78%, 80%);--purple-400: hsl(320, 64%, 73%);--purple-500: hsl(320, 55%, 64%);--purple-600: hsl(320, 63%, 58%);--pink-100: hsl(300, 100%, 80%);--pink-200: hsl(300, 100%, 75%);--pink-300: hsl(300, 63%, 68%);--pink-400: hsl(300, 43%, 61%);--pink-500: hsl(300, 32%, 54%);--pink-600: hsl(300, 19%, 47%);--pink-700: hsl(300, 13%, 40%);--gray-100: hsl(340, 78%, 93%);--gray-200: hsl(340, 60%, 84%);--gray-300: hsl(340, 58%, 69%);--gray-400: hsl(340, 50%, 60%);--gray-500: hsl(340, 40%, 45%);--gray-600: hsl(340, 39%, 40%);--color-text-100: hsl(0, 0%, 3%);--color-text-200: hsl(0, 0%, 20%)}body{font-family:Ubuntu,sans-serif;color:var(--color-text-200);background-color:var(--color-bg);font-size:var(--font-size-base);margin:0}#main:where(.astro-5HCE7SGA){position:absolute;top:0;left:0;width:100%;height:100%;display:flex;overflow-x:hidden}#content:where(.astro-5HCE7SGA){display:flex;width:100%;margin-left:var(--sidebar-width);flex-direction:column;overflow:hidden;transition:margin-left ease-in-out .25s,transform ease-in-out .25s}#slot-wrapper:where(.astro-5HCE7SGA){overflow-y:auto}#slot:where(.astro-5HCE7SGA){flex-grow:1;padding:20px;width:calc(70% - 20px);margin:0 auto;box-sizing:border-box;background-color:var(--color-bg);overflow-x:hidden}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;border:inherit}h1,h2,h3,h4,h5,h6{color:var(--color-text-100)}p{line-height:28px}a{text-decoration:none;transition:border-bottom ease-in-out .2s,color ease-in-out .2s}:where(:root:not(.dark) a){color:var(--gray-400);border-bottom:2px solid var(--gray-300)}:where(:root:not(.dark) a:hover){color:var(--gray-500);border-bottom:2px solid var(--gray-600)}:where(:root.dark a){color:var(--gray-500);border-bottom:2px solid var(--gray-300)}:where(:root.dark a:hover){color:var(--gray-400);border-bottom:2px solid var(--purple-400)}code,code[class*=language-][class*=language-]{width:100%;background-color:var(--gray-200);font-size:18px}pre code,pre code[class*=language-][class*=language-]{background-color:transparent}img{max-width:calc(100% - 10px);border-radius:5px}table{border-spacing:0;width:100%;overflow-x:auto;display:inline-block}td,th{border:1px solid var(--gray-300);padding:10px 20px}th{border-top-width:2px;background-color:var(--gray-200)}th:first-of-type{border-top-left-radius:5px;border-left-width:2px}th:last-of-type{border-top-right-radius:5px;border-right-width:2px}tr:last-of-type td{border-bottom-width:2px}tr td:first-of-type{border-left-width:2px}tr td:last-of-type{border-right-width:2px}tr:last-of-type td:first-of-type{border-bottom-left-radius:5px}tr:last-of-type td:last-of-type{border-bottom-right-radius:5px}tr th:nth-child(-n + 2){width:200px}tr td:nth-child(-n + 2){font-family:monospace,Ubuntu,sans-serif}blockquote{border-left:5px solid var(--gray-300);margin:0;padding:0 20px}.header{display:flex;position:relative}.header>a{display:inline;position:absolute;left:-22px;align-self:center;opacity:0;border:unset;transition:opacity ease-in-out 75ms}.link-icon{color:inherit}.link-icon:hover{color:var(--gray-300)}.header:hover>a{opacity:1}.notransition,.notransition *{transition:unset!important}@media only screen and (max-width: 1000px){:root{--sidebar-width: 70%}#content:where(.astro-5HCE7SGA){transform:translate(var(--sidebar-width));margin-left:0}#slot:where(.astro-5HCE7SGA){width:95%}tr th:nth-child(-n + 2){width:60px}}
