*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;width:100vw}#root{height:100%;overflow-x:hidden}.toolbar{background:linear-gradient(180deg,#bde1ff66,#e0f2ff00);border-radius:.5rem .5rem 0 0;padding:12px 24px;height:72px}.toolbar .title-text{color:transparent;background:linear-gradient(116deg,#1888ff 16%,#2f54eb 88%);background-clip:text;-webkit-background-clip:text;-webkit-user-select:none;user-select:none;font-size:30px;font-weight:700}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.scroll-container{overflow:overlay;transition:all .3s ease}.scroll-container:hover::-webkit-scrollbar,.scroll-container:hover::-webkit-scrollbar-track,.scroll-container:hover::-webkit-scrollbar-thumb{visibility:visible}.scroll-container::-webkit-scrollbar{width:8px;height:8px;background:transparent;visibility:hidden}.scroll-container::-webkit-scrollbar-track{background:#c8c8c81a;border-radius:4px;margin:4px 0;visibility:hidden}.scroll-container::-webkit-scrollbar-thumb{background:#96969680;border-radius:4px;border:1px solid rgba(255,255,255,.1);transition:background .3s,width .2s;visibility:hidden}.scroll-container:hover::-webkit-scrollbar-thumb{background:#787878cc;background-clip:content-box;visibility:visible}.scroll-container::-webkit-scrollbar-thumb:horizontal{min-width:40px}@supports (scrollbar-color: red blue){.scroll-container{scrollbar-width:thin;scrollbar-color:rgba(150,150,150,.5) transparent}.scroll-container:hover{scrollbar-color:rgba(120,120,120,.8) transparent}}@supports (-ms-ime-align: auto){.scroll-container{-ms-overflow-style:auto}}@media (pointer: coarse){.scroll-container::-webkit-scrollbar{display:none}}.markdown-body table{border-collapse:collapse;width:100%}.markdown-body th,.markdown-body td{border:1px solid #ccc;padding:8px;text-align:left}.markdown-body th{background-color:#f2f2f2}.h-full{height:100%}
