@charset "UTF-8";html,body,#app{margin:0;padding:0;height:100%;width:100%;background:#131722}body.dark-theme,body.dark-theme #app{background:#131722}body.light-theme,body.light-theme #app{background:#fff}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*:focus,*:focus-visible{outline:none!important}*:focus,*:focus-visible,.el-button:focus,.el-button:focus-visible,.el-button.is-focus,.el-tabs__item:focus,.el-tabs__item:focus-visible,.el-tabs__item.is-focus,.el-input__wrapper.is-focus,.el-textarea__inner:focus,.el-select__wrapper.is-focused,.el-cascader .el-input.is-focus .el-input__wrapper,.el-radio__input.is-focus .el-radio__inner,.el-checkbox__input.is-focus .el-checkbox__inner,.el-segmented__item-selected.is-focus-visible{box-shadow:none!important}button::-moz-focus-inner{border:0}*{scrollbar-width:thin;scrollbar-color:var(--fin-scrollbar-thumb, #dcdfe6) var(--fin-scrollbar-track, #f5f7fa)}::-webkit-scrollbar{width:var(--fin-scrollbar-size, 6px);height:var(--fin-scrollbar-size, 6px)}::-webkit-scrollbar-thumb{background-color:var(--fin-scrollbar-thumb, #dcdfe6);border:1px solid var(--fin-scrollbar-track, #f5f7fa);background-clip:padding-box;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:var(--fin-scrollbar-thumb-hover, #c0c4cc)}::-webkit-scrollbar-track{background-color:var(--fin-scrollbar-track, #f5f7fa);border-radius:999px}::-webkit-scrollbar-corner{background-color:var(--fin-scrollbar-track, #f5f7fa)}.el-menu{border-right:none!important}.fin-native-checkbox{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.fin-native-checkbox input{position:absolute;opacity:0;pointer-events:none}.fin-native-checkbox__box{position:relative;width:var(--fin-checkbox-size, 16px);height:var(--fin-checkbox-size, 16px);border-radius:4px;border:1px solid var(--fin-checkbox-border, rgba(64, 158, 255, .5));background:var(--fin-checkbox-bg, transparent);box-shadow:inset 0 1px #ffffff0a;flex:0 0 auto}.fin-native-checkbox:hover .fin-native-checkbox__box{border-color:var(--fin-checkbox-active, #10aeff)}.fin-native-checkbox input:checked+.fin-native-checkbox__box{border-color:var(--fin-checkbox-active, #10aeff);background:var(--fin-checkbox-checked-bg, rgba(16, 174, 255, .18))}.fin-native-checkbox input:checked+.fin-native-checkbox__box:after{content:"";position:absolute;left:50%;top:46%;width:var(--fin-checkbox-check-width, 5px);height:var(--fin-checkbox-check-height, 9px);border:2px solid var(--fin-checkbox-active, #10aeff);border-top:none;border-left:none;transform:translate(-50%,-50%) rotate(45deg)}.fin-checkbox-scope .el-checkbox__inner,.zixuan-editor-dialog.dark-theme .el-checkbox__inner{width:16px;height:16px;border-radius:4px;border-color:var(--fin-checkbox-border, rgba(64, 158, 255, .5));background:var(--fin-checkbox-bg, transparent);box-shadow:inset 0 1px #ffffff0a}.fin-checkbox-scope .el-checkbox__input:not(.is-checked):not(.is-indeterminate) .el-checkbox__inner,.zixuan-editor-dialog.dark-theme .el-checkbox__input:not(.is-checked):not(.is-indeterminate) .el-checkbox__inner{background:var(--fin-checkbox-bg, transparent)}.fin-checkbox-scope .el-checkbox__input:hover .el-checkbox__inner,.zixuan-editor-dialog.dark-theme .el-checkbox__input:hover .el-checkbox__inner{border-color:var(--fin-checkbox-active, #10aeff)}.fin-checkbox-scope .el-checkbox__input.is-checked .el-checkbox__inner,.fin-checkbox-scope .el-checkbox__input.is-indeterminate .el-checkbox__inner,.zixuan-editor-dialog.dark-theme .el-checkbox__input.is-checked .el-checkbox__inner,.zixuan-editor-dialog.dark-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner{border-color:var(--fin-checkbox-active, #10aeff);background:var(--fin-checkbox-checked-bg, rgba(16, 174, 255, .18))}.fin-checkbox-scope .el-checkbox__input.is-checked .el-checkbox__inner:after,.zixuan-editor-dialog.dark-theme .el-checkbox__input.is-checked .el-checkbox__inner:after{left:50%;top:46%;width:5px;height:9px;border-color:var(--fin-checkbox-active, #10aeff);border-width:2px;transform:translate(-50%,-50%) rotate(45deg)}.fin-checkbox-scope .el-checkbox__input.is-indeterminate .el-checkbox__inner:before,.zixuan-editor-dialog.dark-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{background:var(--fin-checkbox-active, #10aeff)}body.light-theme{--fin-checkbox-bg: #ffffff;--fin-checkbox-border: rgba(64, 158, 255, .5);--fin-checkbox-active: #10aeff;--fin-checkbox-checked-bg: rgba(16, 174, 255, .18);--fin-scrollbar-size: 6px;--fin-scrollbar-track: #f5f7fa;--fin-scrollbar-thumb: #dcdfe6;--fin-scrollbar-thumb-hover: #c0c4cc}body.dark-theme,.dark-theme{--fin-checkbox-bg: transparent;--fin-checkbox-border: rgba(64, 158, 255, .5);--fin-checkbox-active: #10aeff;--fin-checkbox-checked-bg: rgba(16, 174, 255, .18);--fin-scrollbar-size: 8px;--fin-scrollbar-track: rgba(15, 18, 27, .62);--fin-scrollbar-thumb: rgba(100, 116, 139, .52);--fin-scrollbar-thumb-hover: rgba(148, 163, 184, .7)}.zixuan-editor-dialog.dark-theme .zixuan-editor-list{scrollbar-color:rgba(148,163,184,.32) rgba(15,18,27,.28);scrollbar-width:thin}.zixuan-editor-dialog.dark-theme .zixuan-editor-list::-webkit-scrollbar{width:8px}.zixuan-editor-dialog.dark-theme .zixuan-editor-list::-webkit-scrollbar-track{background:#0f121b47;border-radius:999px}.zixuan-editor-dialog.dark-theme .zixuan-editor-list::-webkit-scrollbar-thumb{background:#94a3b852;border:2px solid rgba(15,18,27,.28);border-radius:999px}.zixuan-editor-dialog.dark-theme .zixuan-editor-list::-webkit-scrollbar-thumb:hover{background:#94a3b875}
