:root{--accent: 62 133 208;--primary: 43 107 177;--darkSlate-50: 149 156 178;--darkSlate-100: 125 134 161;--darkSlate-200: 107 118 148;--darkSlate-300: 94 104 130;--darkSlate-400: 77 85 106;--darkSlate-500: 64 71 89;--darkSlate-600: 51 57 71;--darkSlate-700: 39 42 53;--darkSlate-800: 30 33 41;--darkSlate-900: 21 24 30;--lightSlate-50: 255 255 255;--lightSlate-100: 243 244 246;--lightSlate-200: 231 233 238;--lightSlate-300: 220 222 229;--lightSlate-400: 208 211 221;--lightSlate-500: 196 200 212;--lightSlate-600: 184 189 204;--lightSlate-700: 172 178 195;--lightSlate-800: 160 167 186;--lightSlate-900: 149 156 178;--darkGray-50: 120 121 125;--darkGray-100: 110 111 114;--darkGray-200: 100 101 104;--darkGray-300: 90 91 94;--darkGray-400: 80 81 83;--darkGray-500: 65 66 68;--darkGray-600: 50 50 52;--darkGray-700: 40 40 42;--darkGray-800: 20 20 21;--darkGray-900: 0 0 0;--lightGray-50: 255 255 255;--lightGray-100: 250 250 250;--lightGray-200: 245 245 245;--lightGray-300: 239 240 240;--lightGray-400: 224 224 225;--lightGray-500: 203 203 205;--lightGray-600: 182 183 185;--lightGray-700: 161 162 165;--lightGray-800: 138 139 143;--lightGray-900: 120 121 125;--primary-50: 140 182 227;--primary-100: 107 161 219;--primary-200: 83 146 213;--primary-300: 62 133 208;--primary-400: 48 120 197;--primary-500: 43 107 177;--primary-600: 38 95 156;--primary-700: 32 80 131;--primary-800: 28 70 115;--primary-900: 24 60 99;--red-50: 242 166 166;--red-100: 240 148 148;--red-200: 237 130 130;--red-300: 235 112 112;--red-400: 232 94 94;--red-500: 230 76 76;--red-600: 227 59 59;--red-700: 224 41 41;--red-800: 214 31 31;--red-900: 196 28 28;--yellow-50: 251 221 157;--yellow-100: 250 214 137;--yellow-200: 249 208 118;--yellow-300: 248 201 98;--yellow-400: 248 194 79;--yellow-500: 247 187 59;--yellow-600: 246 181 40;--yellow-700: 245 174 20;--yellow-800: 235 164 10;--yellow-900: 215 150 9;--green-50: 141 226 149;--green-100: 108 218 119;--green-200: 75 210 89;--green-300: 49 196 64;--green-400: 45 180 58;--green-500: 41 163 53;--green-600: 37 147 48;--green-700: 33 131 42;--green-800: 29 114 37;--green-900: 24 98 32;--brands-curseforge: 241 100 54;--brands-modrinth: 27 217 106;--brands-discord: 88 101 242;--brands-bisecthosting: 4 203 235;--font-family: "Ubuntu", system-ui, -apple-system, sans-serif;--font-mono: "Ubuntu Mono", ui-monospace, monospace}html{font-family:var(--font-family);scroll-behavior:smooth;background-color:rgb(var(--darkSlate-800))}body{background-color:transparent;color:rgb(var(--lightSlate-50));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:rgb(var(--primary-500) / .4);color:rgb(var(--lightSlate-50))}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgb(var(--darkSlate-800))}::-webkit-scrollbar-thumb{background:rgb(var(--darkSlate-500));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--darkSlate-400))}*{scrollbar-width:thin;scrollbar-color:rgb(var(--darkSlate-500)) rgb(var(--darkSlate-800))}:focus-visible{outline:2px solid rgb(var(--primary-400));outline-offset:2px}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:rgb(var(--darkSlate-600));border-radius:4px;font-family:var(--font-mono)}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-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,li{overflow-wrap:break-word;margin-bottom:20px;color:#fff}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{font-size:16px}hr{display:none}ul{list-style:initial;list-style-position:inside}#root,#__next{isolation:isolate}.no-scroll{overflow:hidden;position:fixed;width:100%}[data-scroll]{opacity:0}@media (prefers-reduced-motion: reduce){[data-scroll]{opacity:1!important;transform:none!important}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.category-items li{margin-bottom:0}.category[data-expanded=false] .category-items{max-height:0;opacity:0}.category[data-expanded=true] .category-items{max-height:500px;opacity:1}.category[data-expanded=false] .chevron-icon{transform:rotate(-90deg)}.category-items{transition:max-height .3s ease,opacity .2s ease}.nav-tab{position:relative;isolation:isolate;display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:rgb(var(--lightSlate-600));transition:color .15s ease,transform .1s cubic-bezier(.34,1.56,.64,1)}.nav-tab:active{transform:scale(.95)}.nav-tab:before{content:"";position:absolute;inset:0;background-color:rgb(var(--darkSlate-600));border-radius:.375rem;transform:scale(.75);opacity:0;transition:transform .15s ease-out,opacity .15s ease-out;z-index:-1}.nav-tab:hover{color:rgb(var(--lightSlate-400))}.nav-tab:hover:before{transform:scale(1);opacity:1}.nav-tab[data-active=true]{background-color:rgb(var(--primary-500));color:rgb(var(--lightSlate-50));box-shadow:0 1px 3px #0003}.nav-tab[data-active=true]:before{display:none}.nav-tab[data-active=true]:hover{background-color:rgb(var(--primary-400));color:rgb(var(--lightSlate-50))}.mobile-nav{display:none;position:fixed;inset:0;background-color:rgb(var(--darkSlate-800));z-index:100;flex-direction:column;overflow-y:auto}.mobile-nav.visible{display:flex}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.5rem;font-size:1rem;color:rgb(var(--lightSlate-100));transition:all .15s ease,transform .1s cubic-bezier(.34,1.56,.64,1)}.mobile-nav-link:active{transform:scale(.98)}.mobile-nav-link:hover{background-color:rgb(var(--darkSlate-700));color:rgb(var(--lightSlate-50))}a[data-astro-cid-sz7xmlte]{cursor:pointer;color:rgb(var(--darkSlate-50))}ul[data-astro-cid-sz7xmlte]{list-style:none}footer[data-astro-cid-sz7xmlte]{background-color:rgb(var(--darkSlate-800))}@media screen and (max-width: 768px){footer[data-astro-cid-sz7xmlte]>div[data-astro-cid-sz7xmlte]{gap:1rem}}li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{position:relative;display:inline-block;padding:.25rem .5rem;margin:-.25rem -.5rem;border-radius:.375rem;transition:color .15s ease,transform .1s cubic-bezier(.34,1.56,.64,1)}li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:active{transform:scale(.98)}li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;inset:0;background-color:rgb(var(--darkSlate-700));border-radius:.375rem;transform:scale(.75);opacity:0;transition:transform .15s ease-out,opacity .15s ease-out;z-index:-1}li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:rgb(var(--lightSlate-50))}li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover:before{transform:scale(1);opacity:1}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/ubuntu-cyrillic-ext-400-normal.lRmyCMz3.woff2) format("woff2"),url(/_astro/ubuntu-cyrillic-ext-400-normal.vt-CbsbP.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/ubuntu-cyrillic-400-normal._qOHyMzl.woff2) format("woff2"),url(/_astro/ubuntu-cyrillic-400-normal.X6cSeTMM.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/ubuntu-greek-ext-400-normal.jFqXtb-f.woff2) format("woff2"),url(/_astro/ubuntu-greek-ext-400-normal.ApLJtPwg.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/ubuntu-greek-400-normal.0eATFAuG.woff2) format("woff2"),url(/_astro/ubuntu-greek-400-normal.fOmFG1i-.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/ubuntu-latin-ext-400-normal.ZohyI5sp.woff2) format("woff2"),url(/_astro/ubuntu-latin-ext-400-normal.Fa2rFDDo.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/ubuntu-latin-400-normal.OS5Zq44-.woff2) format("woff2"),url(/_astro/ubuntu-latin-400-normal.gdGJjlLd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/ubuntu-cyrillic-ext-500-normal.80ykUOpK.woff2) format("woff2"),url(/_astro/ubuntu-cyrillic-ext-500-normal.5EjK5l5Q.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/ubuntu-cyrillic-500-normal.L2zw0Kny.woff2) format("woff2"),url(/_astro/ubuntu-cyrillic-500-normal.Oodg4yia.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/ubuntu-greek-ext-500-normal.ZBZ5uA7k.woff2) format("woff2"),url(/_astro/ubuntu-greek-ext-500-normal.uxbd_yGC.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/ubuntu-greek-500-normal.werEFboP.woff2) format("woff2"),url(/_astro/ubuntu-greek-500-normal.ZJADI5HS.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/ubuntu-latin-ext-500-normal.dYTBCD5O.woff2) format("woff2"),url(/_astro/ubuntu-latin-ext-500-normal.TzWubQwP.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/ubuntu-latin-500-normal.2oMQ00ER.woff2) format("woff2"),url(/_astro/ubuntu-latin-500-normal.4AM2Hawt.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/ubuntu-cyrillic-ext-700-normal.XfBhEr16.woff2) format("woff2"),url(/_astro/ubuntu-cyrillic-ext-700-normal.yqJknxwt.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/ubuntu-cyrillic-700-normal.53uX3gmr.woff2) format("woff2"),url(/_astro/ubuntu-cyrillic-700-normal.a4UP5Loz.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/ubuntu-greek-ext-700-normal.y_xLUjmm.woff2) format("woff2"),url(/_astro/ubuntu-greek-ext-700-normal.vQeRFByZ.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/ubuntu-greek-700-normal.ow26GRm4.woff2) format("woff2"),url(/_astro/ubuntu-greek-700-normal.ea7AbEpz.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/ubuntu-latin-ext-700-normal.kHDEC9KF.woff2) format("woff2"),url(/_astro/ubuntu-latin-ext-700-normal.uxNhj7ap.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/ubuntu-latin-700-normal.TgVDdymL.woff2) format("woff2"),url(/_astro/ubuntu-latin-700-normal.jYYAHRkV.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0}}@keyframes astroFadeOut{to{opacity:0}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
