:root{--background:40 17% 87%;--card:38 25% 94%;--popover:38 33% 95%;--foreground:27 12% 12%;--card-foreground:27 12% 12%;--popover-foreground:27 12% 12%;--muted-foreground:30 7% 34%;--primary:14 100% 69%;--primary-foreground:20 100% 97%;--secondary:220 5% 12%;--secondary-foreground:0 0% 100%;--muted:33 22% 90%;--accent:16 100% 85%;--accent-foreground:27 12% 12%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:30 16% 81%;--input:34 15% 82%;--ring:13 92% 60%;--chart-1:14 100% 69%;--chart-2:36 86% 68%;--chart-3:158 56% 52%;--chart-4:245 100% 83%;--chart-5:36 73% 80%;--sidebar:32 14% 79%;--sidebar-foreground:27 12% 12%;--sidebar-primary:12 88% 53%;--sidebar-primary-foreground:20 100% 97%;--sidebar-accent:0 0% 13%;--sidebar-accent-foreground:0 0% 100%;--sidebar-border:30 16% 81%;--sidebar-ring:13 92% 60%;--brand-50:22 100% 96%;--brand-100:17 100% 92%;--brand-200:16 100% 85%;--brand-300:16 100% 78%;--brand-400:14 100% 69%;--brand-500:13 92% 60%;--brand-600:12 88% 53%;--brand-700:12 84% 46%;--brand-800:11 80% 38%;--brand-900:11 74% 31%;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;--font-serif:"Songti SC", "Source Han Serif SC", "Noto Serif CJK SC", "STSong", "SimSun", ui-serif, serif;--font-mono:"SF Mono", "Cascadia Code", "Courier New", monospace;--radius:1.125rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1.125rem;--spacing:4px;--tracking-normal:0em;--shadow-2xs:2px 2px 10px 4px #0000;--shadow-xs:2px 2px 10px 4px #0000;--shadow-sm:2px 2px 10px 4px #0000;--shadow:2px 2px 10px 4px #0000;--shadow-md:2px 2px 10px 4px #0000;--shadow-lg:2px 2px 10px 4px #0000;--shadow-xl:2px 2px 10px 4px #0000;--shadow-2xl:2px 2px 10px 4px #0000}.dark,[data-theme=dark]{--background:36 12% 11%;--card:36 12% 11%;--popover:33 13% 17%;--foreground:35 18% 92%;--card-foreground:35 18% 92%;--popover-foreground:35 18% 92%;--muted-foreground:33 13% 67%;--primary:35 18% 92%;--primary-foreground:36 12% 11%;--secondary:33 7% 27%;--secondary-foreground:35 18% 92%;--muted:33 7% 19%;--accent:30 16% 40%;--accent-foreground:35 18% 92%;--destructive:0 84% 60%;--destructive-foreground:20 100% 97%;--border:33 5% 16%;--input:33 7% 19%;--ring:13 92% 60%;--chart-1:30 45% 56%;--chart-2:15 30% 42%;--chart-3:36 40% 89%;--chart-4:345 20% 42%;--sidebar:36 12% 11%;--sidebar-foreground:35 18% 92%;--sidebar-primary:35 18% 92%;--sidebar-primary-foreground:36 12% 11%;--sidebar-accent:30 16% 40%;--sidebar-accent-foreground:35 18% 92%;--sidebar-border:33 5% 16%;--sidebar-ring:13 92% 60%}:root{--el-color-primary:hsl(var(--primary));--el-color-primary-light-3:hsl(var(--brand-300));--el-color-primary-light-5:hsl(var(--brand-200));--el-color-primary-light-7:hsl(var(--brand-100));--el-color-primary-light-8:hsl(var(--brand-50));--el-color-primary-light-9:hsl(var(--muted));--el-color-primary-dark-2:hsl(var(--brand-600));--el-color-success:hsl(var(--chart-3));--el-color-warning:hsl(var(--chart-2));--el-color-danger:hsl(var(--destructive));--el-color-info:hsl(var(--muted-foreground));--el-border-radius-base:var(--radius);--el-border-radius-small:var(--radius-sm);--el-border-color:hsl(var(--border));--el-border-color-light:hsl(var(--input));--el-fill-color:hsl(var(--muted));--el-fill-color-light:hsl(var(--card));--el-fill-color-blank:hsl(var(--background));--el-text-color-primary:hsl(var(--foreground));--el-text-color-regular:hsl(var(--foreground));--el-text-color-secondary:hsl(var(--muted-foreground));--el-text-color-placeholder:hsl(var(--muted-foreground));--el-font-family:var(--font-serif);--el-box-shadow:none;--el-box-shadow-light:none;--el-box-shadow-lighter:none;--el-bg-color:hsl(var(--background));--el-bg-color-overlay:hsl(var(--card))}.el-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));box-shadow:none!important}.el-button{border-radius:var(--radius);font-family:var(--font-serif);letter-spacing:var(--tracking-normal);transition:all .15s}.el-button--primary{background:hsl(var(--brand-500));color:hsl(var(--primary-foreground));border-color:hsl(var(--brand-500))}.el-button--primary:hover{background:hsl(var(--brand-600));border-color:hsl(var(--brand-600))}.el-button--default{color:hsl(var(--foreground));border:1px solid hsl(var(--border));background:0 0}.el-button--default:hover{background:hsl(var(--muted));border-color:hsl(var(--border))}.el-button--danger{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-color:hsl(var(--destructive))}.el-input__wrapper{border-radius:var(--radius);background:hsl(var(--input));border:1px solid hsl(var(--border));transition:border-color .15s;box-shadow:none!important}.el-input__wrapper.is-focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.25)!important}.el-input__inner{font-family:var(--font-serif)}.el-table{--el-table-border-color:transparent;--el-table-header-bg-color:hsl(var(--secondary));--el-table-header-text-color:hsl(var(--secondary-foreground));--el-table-row-hover-bg-color:hsl(var(--muted));font-family:var(--font-serif);border-radius:var(--radius);overflow:hidden}.el-table th.el-table__cell{font-weight:500;font-family:var(--font-serif);background-color:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.el-table td.el-table__cell{border-bottom:1px solid hsl(var(--border))}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:hsl(var(--muted))}.el-dialog{border-radius:var(--radius);background:hsl(var(--card));box-shadow:none;border:1px solid hsl(var(--border))}.el-dialog__header{padding:24px 24px 16px}.el-dialog__title{font-family:var(--font-serif);color:hsl(var(--foreground));font-size:20px;font-weight:500}.el-dialog__body{padding:16px 24px}.el-dialog__footer{padding:16px 24px 24px}.el-drawer{background:hsl(var(--card));box-shadow:none;border-left:1px solid hsl(var(--border))}.el-pagination button,.el-pager li{font-family:var(--font-serif);border-radius:var(--radius)!important}.el-pager li.is-active{background:hsl(var(--brand-500));color:hsl(var(--primary-foreground))}.el-pagination .btn-prev,.el-pagination .btn-next{border:1px solid hsl(var(--border));background:0 0}.el-select-dropdown{border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:none}.el-select-dropdown__item{border-radius:var(--radius-sm);font-family:var(--font-serif);margin:2px 4px}.el-select-dropdown__item.selected{color:hsl(var(--brand-500));font-weight:500}.el-switch.is-checked .el-switch__core{background:hsl(var(--brand-500));border-color:hsl(var(--brand-500))}.el-menu{background:0 0;border-right:none}.el-menu-item{border-radius:var(--radius);font-family:var(--font-serif);color:hsl(var(--sidebar-foreground));height:44px;margin:2px 8px;line-height:44px;transition:all .15s}.el-menu-item:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.el-menu-item.is-active{background:hsl(var(--sidebar-primary));color:hsl(var(--sidebar-primary-foreground))}.el-tag{border-radius:var(--radius);font-family:var(--font-serif);background:hsl(var(--muted));color:hsl(var(--foreground));border:none}.el-form-item__label{font-family:var(--font-serif);color:hsl(var(--muted-foreground));font-weight:500}.el-breadcrumb__inner{font-family:var(--font-serif);color:hsl(var(--muted-foreground))}.el-tabs__header{border-bottom-color:hsl(var(--border))}.el-tabs__item{font-family:var(--font-serif)}.el-tabs__active-bar{background-color:hsl(var(--brand-500))}.el-tabs__item.is-active{color:hsl(var(--brand-500))}.el-tabs__nav-wrap:after{background-color:hsl(var(--border))}.el-message{border-radius:var(--radius);box-shadow:none;border:1px solid hsl(var(--border));font-family:var(--font-serif)}.el-message--success{background:hsl(var(--secondary));border-color:hsl(var(--secondary))}.el-message--success .el-message__content{color:hsl(var(--secondary-foreground))}.el-message--error{background:hsl(var(--destructive));border-color:hsl(var(--destructive))}.el-message--error .el-message__content{color:hsl(var(--destructive-foreground))}.el-message-box,.el-dropdown-menu{border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:none;background:hsl(var(--card))}.el-dropdown-menu__item{font-family:var(--font-serif)}.el-popover,.el-tooltip__popper{border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:none}.el-radio__input.is-checked .el-radio__inner{background:hsl(var(--brand-500));border-color:hsl(var(--brand-500))}.el-radio__input.is-checked+.el-radio__label{color:hsl(var(--brand-500))}.el-checkbox__input.is-checked .el-checkbox__inner{background:hsl(var(--brand-500));border-color:hsl(var(--brand-500))}.el-checkbox__input.is-checked+.el-checkbox__label{color:hsl(var(--brand-500))}.el-picker-panel{border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:none}.el-upload-dragger{border:1px dashed hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card))}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.el-empty__image{display:none}.el-empty__description{font-family:var(--font-serif);color:hsl(var(--muted-foreground));font-style:italic}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-serif);color:hsl(var(--foreground));background:hsl(var(--background));letter-spacing:var(--tracking-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#app{height:100%}a{color:hsl(var(--primary));text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--border))}.text-muted{color:hsl(var(--muted-foreground))}.text-italic{font-style:italic}.text-right{text-align:right}.flex-center{justify-content:center;align-items:center;display:flex}
