:root{--scrollbar-width:6px;--primary-color:#f2003a;--color-black:#000;--color-white:#fff;--color-gray:#efefef;--color-orange:#ff5300;--color-green:#a9cf61;--color-purple:#825ade;--font-family-base:"HarmonyOS Sans SC","Gotham","Microsoft YaHei",sans-serif}html.light{--bg-color:var(--color-white);--surface-color:var(--color-gray);--text-color-primary:var(--color-black);--text-color-secondary:#666}html.dark{--bg-color:var(--color-black);--surface-color:#1a1a1a;--text-color-primary:var(--color-white);--text-color-secondary:#a0a0a0}html,body{font-family:var(--font-family-base);color:var(--text-color-primary);transition:background-color .3s,color .3s}::-webkit-scrollbar{width:var(--scrollbar-width);background-color:#0000;height:6px}::-webkit-scrollbar-corner{display:none}html.light ::-webkit-scrollbar-thumb{background-color:#0000002e;border-radius:8px}html.dark ::-webkit-scrollbar-thumb{background-color:#fff6;border-radius:8px}@keyframes scan{0%{opacity:0;top:0%}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}
