:root{--font-size-base: 14px;--el-font-size-base: var(--font-size-base);--text-primary: #303133;--text-regular: #606266;--text-secondary: #909399;--text-placeholder: #c0c4cc;--text-inverse: #ffffff;--bg-page: #f5f7fa;--bg-card: #ffffff;--bg-sidebar: #ffffff;--bg-header: #ffffff;--bg-input: #f5f7fa;--bg-hover: #f5f7fa;--border-color: #e4e7ed;--border-light: #f0f2f5;--color-primary: #409eff;--color-primary-dark: #337ecc;--color-code: #c7254e}html.dark{--text-primary: #e5eaf3;--text-regular: #cfd3dc;--text-secondary: #a3a6ad;--text-placeholder: #6b6f76;--text-inverse: #ffffff;--bg-page: #141414;--bg-card: #1d1e1f;--bg-sidebar: #1a1a1a;--bg-header: #1d1e1f;--bg-input: #262727;--bg-hover: #262727;--border-color: #333333;--border-light: #2a2a2a;--color-primary: #409eff;--color-primary-dark: #337ecc;--color-code: #e06c75;color-scheme:dark}html[data-font-size=small]{--font-size-base: 12px}html[data-font-size=normal]{--font-size-base: 14px}html[data-font-size=large]{--font-size-base: 16px}html[data-bg-style=warm]{--bg-page: #faf6f0}html.dark[data-bg-style=warm]{--bg-page: #1e1b18}html[data-bg-style=cool]{--bg-page: #eef4fb}html.dark[data-bg-style=cool]{--bg-page: #11161d}html[data-bg-style=paper]{--bg-page: #f8f5f0}html.dark[data-bg-style=paper]{--bg-page: #1a1814}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base, 14px);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:var(--text-primary);background-color:var(--bg-page)}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto}input,button,textarea,select{font:inherit}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background:var(--text-placeholder);border-radius:4px}body::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all .3s ease-out}.slide-fade-leave-active{transition:all .2s ease-in}.slide-fade-enter-from{transform:translate(-20px);opacity:0}.slide-fade-leave-to{transform:translate(20px);opacity:0}
