:root{--color1:rgb(23,32,42);--color2:rgb(248,248,248);--color3:rgb(255,217,102);--color4:rgb(73,78,83);--color5:rgb(255,215,0);--color6:rgb(43,54,68);--color7:rgb(242,54,45);--color8:rgb(76,175,80);--color9:rgb(30,129,218);--color10:rgb(0,0,0);--color11:rgb(100,180,220);--rgbColor1:23,32,42;--rgbColor2:248,248,248;--rgbColor3:255,217,102;--rgbColor4:73,78,83;--rgbColor5:255,215,0;--rgbColor6:43,54,68;--rgbColor7:242,54,45;--rgbColor8:76,175,80;--rgbColor9:30,129,218;--rgbColor10:0,0,0;--rgbColor11:100,180,220;--font1:"Roboto";--font2:"Moontime";--font3:"Montserrat";--font4:"Digital";--headerHeight:50px;--windowWidth:90vw;--fontSize:12px;--boxShadow1:0 2px 5px rgba(var(--rgbColor1),0.2);--boxShadow2:0 2px 5px rgba(var(--rgbColor9),0.2);--boxShadow3:0 2px 5px rgba(var(--rgbColor2),0.2);--boxShadow4:0px -5px 5px -5px rgba(var(--rgbColor6),0.4) inset,0px 5px 5px -5px rgba(var(--rgbColor6),0.4) inset;--gradient1:linear-gradient(135deg,rgba(var(--rgbColor10),0.6),rgba(var(--rgbColor10),0.6),rgba(var(--rgbColor10),0.6));--gradient2:linear-gradient(to bottom,rgba(var(--rgbColor2),0.25),rgba(var(--rgbColor1),0.25));--gradient3:linear-gradient(to bottom,rgba(var(--rgbColor4),0.9),rgba(var(--rgbColor1),0.9),rgba(var(--rgbColor4),0.9));--gradient4:linear-gradient(135deg,rgba(var(--rgbColor9),0.6),var(--color9));--gradient5:linear-gradient(to bottom,rgba(var(--rgbColor11),1),rgba(var(--rgbColor9),1));--gradient6:linear-gradient(135deg,rgba(var(--rgbColor11),1),rgba(var(--rgbColor9),1),rgba(var(--rgbColor11),1))}@media only screen and (min-width:1024px){:root{--headerHeight:60px;--windowWidth:calc(100vw * 80 / 100);--fontSize:14px}}@media only screen and (min-width:1382px){:root{--windowWidth:calc(1382px * 80 / 100)}}@font-face{font-family:Roboto;src:url(/fonts/roboto.ttf)}@font-face{font-family:Moontime;src:url(/fonts/moontime.ttf)}@font-face{font-family:Montserrat;src:url(/fonts/montserrat.ttf)}@font-face{font-family:Digital;src:url(/fonts/digital.ttf)}*{margin:0;padding:0;scrollbar-color:var(--color9) transparent;scroll-behavior:smooth;transition:all .3s ease-in-out}::-webkit-scrollbar{min-width:5px;max-width:5px;min-height:5px;max-height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--color9);border-radius:20px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-width:100vw;max-width:100vw;min-height:100dvh;max-height:max-content;overflow-x:hidden!important;background-color:var(--color2);font-family:var(--font1);color:var(--color1);gap:15px;font-size:var(--fontSize)}@media only screen and (min-width:1024px){body{gap:30px}}pre{font-family:var(--font1);white-space:pre-wrap;word-wrap:break-word;font-size:var(--fontSize)}pre::placeholder{font-family:var(--font1)}textarea{font-family:var(--font1);white-space:pre-wrap;word-wrap:break-word;font-size:var(--fontSize)}textarea::placeholder{font-family:var(--font1)}a,a:active,a:hover,a:link{color:var(--color2);text-decoration:unset}