:root{--color-white:#fff;--color-black:#181818;--color-text:#333;--color-text-secondary:#666;--color-background:#fff;--color-background-soft:#f5f5f5;--color-border:#e4e4e4;--color-primary:#409eff;--color-primary-hover:#66b1ff;--color-success:#67c23a;--color-warning:#e6a23c;--color-danger:#f56c6c}@media (prefers-color-scheme:dark){:root{--color-white:#fff;--color-black:#181818;--color-text:#e5e5e5;--color-text-secondary:#999;--color-background:#1a1a1a;--color-background-soft:#252525;--color-border:#3a3a3a}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;color:var(--color-text);background:var(--color-background);font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}input,textarea{outline:none;font-family:inherit}#app{width:100%;min-height:100vh}@media (hover:hover){a:hover{opacity:.8}}
