@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;900;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@800&display=swap");:focus-visible{outline:none}::-webkit-scrollbar{width:4px;-webkit-transition:all .5s;transition:all .5s}::-webkit-scrollbar-track:hover ::-webkit-scrollbar-thumb{background:var(--lightGray)}::-webkit-scrollbar-track{background:transparent;padding-top:10px;padding-bottom:10px;-webkit-transition:all .5s;transition:all .5s}::-webkit-scrollbar{width:fit-content}::-webkit-scrollbar-thumb{border:min(4px,.4vw) solid transparent;background-clip:padding-box;border-radius:100px;background-color:var(--minorGray);width:4px;-webkit-transition:all .5s;transition:all .5s}h1,h2,h3,h4,h5,h6,span{color:var(--textColor)}h1,h2,h3{margin-top:5;text-shadow:.7px .7px 1.2px rgba(0,0,0,.09)}h3,h4,h5,h6{margin-top:1}h3{font-size:17px}.img,iframe,img{box-shadow:var(--shadow);border-radius:11px}iframe{width:100%;height:600px;border:var(--boxBorder)}input{border-radius:8px;border:var(--boxBorder);height:34px;box-shadow:var(--shadow);background:var(--grayGradient);padding-left:15px;font-family:Inter;color:var(--textColor);transition:border .2s;width:calc(100% - 20px)}input[type=range]{box-shadow:none;background:none}button{border-radius:7px;margin-bottom:15px;padding:12px 10px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;min-width:140px;font-size:13px;font-family:Inter;cursor:default;transition:background .2s;display:unset;box-shadow:var(--shadow);outline:none;border:none;text-overflow:ellipsis!important}button:active{box-shadow:none}input::-moz-placeholder{color:var(--inputPlaceholderColor)}input:-ms-input-placeholder{color:var(--inputPlaceholderColor)}input::placeholder{color:var(--inputPlaceholderColor)}input:focus{border:var(--boxBorderSelected);outline:none}table{background-color:var(--backgroundColor);box-shadow:var(--shadow);border:var(--boxBorder);border-radius:14px;-moz-column-gap:0;column-gap:0;border-spacing:0;padding:4px}tr{border-bottom:var(--boxBorder);border-radius:95px}td,th,tr{padding:10px 14px}td,th{margin-right:-4px}td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:0;border-top-right-radius:0}td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:0;border-top-left-radius:0}tr:nth-child(2n){background-color:var(--tertiaryBackgroundColor);border:var(--boxBorder);border-radius:10px}td:first-child,tr:first-child{border-top-right-radius:10px;border-top-left-radius:10px;border-bottom-right-radius:0;border-top-right-radius:0}td:last-child,tr:last-child{border-bottom-right-radius:10px;border-bottom-left-radius:0}.tableRow{background-color:var(--tertiaryBackgroundColor)}