html[theme=dark]{--text-color:#c4c6c9;--background-color:#252d38;--content-background-color:#202325;--subtitle-color:#c4c6c9;--scrollbar-color:#687582;--scrollbar-hover-color:#9da8b3;--footer-text-color:#d0d0d0;--btn-disabled-color:#6e6e6e}:is(html[theme=dark] :global(.ant-btn-disabled),html[theme=dark] :global(:disabled)){color:#6e6e6e}:root{--font-family:Kaiti SC, Songti SC, PingFang SC, cursive, sans-serif;--font-size:14px;--text-color:#3c4858;--background-color:#f8fafc;--content-background-color:#fff;--subtitle-color:#718096;--link-hover-color:#30a9de;--link-hover-color-another:#73d13d;--scrollbar-color:#c4c6c9;--scrollbar-hover-color:#a6a6a6;--footer-text-color:#586577b3;--btn-disabled-color:#00000040}html,body{background-color:var(--background-color);font-size:var(--font-size);color:var(--text-color);z-index:0;margin:0;padding:0}html *,body *{box-sizing:border-box;font-family:var(--font-family)!important}html ::-webkit-scrollbar{width:6px}body ::-webkit-scrollbar{width:6px}html ::-webkit-scrollbar-track{border-radius:6px}body ::-webkit-scrollbar-track{border-radius:6px}html ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-color);border-radius:6px}body ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-color);border-radius:6px}html ::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}body ::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}#loading{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}#loading img{width:200px;animation:1.2s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
