:root{--bg: #f3f7fc;--panel: #ffffff;--text: #0f1b33;--muted: #475569;--blue: #1769ff;--blue-dark: #0f55e8;--blue-light: #e7f0ff;--green: #16c784;--green-light: #e7f7ef;--green-text: #0a7c4d;--orange: #ff9f1c;--orange-light: #fff7ed;--red: #ff4d5a;--red-light: #fff5f6;--red-text: #b8222e;--purple: #6c4df6;--purple-light: #f3f0ff;--line: #dfe7f2;--border: var(--line);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-full: 999px;--shadow-sm: 0 2px 8px rgb(15 23 42 / 4%);--shadow: 0 10px 28px rgb(15 23 42 / 6%);--shadow-lg: 0 20px 40px rgb(15 23 42 / 8%);--font-family: "Microsoft YaHei", "PingFang SC", Inter, "Helvetica Neue", Arial, sans-serif;--font-size-xs: 12px;--font-size-sm: 13px;--font-size: 14px;--font-size-md: 15px;--font-size-lg: 16px;--text-muted: var(--muted);--bg-soft: #f8fafc;--color-success: var(--green);--color-warning: var(--orange);--color-danger: var(--red);--sidebar-width: 220px;--topbar-height: 60px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:var(--font-family);font-size:14px;line-height:1.5;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.3;text-wrap:balance}h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}h4{font-size:14px}p{margin:0}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--line);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--muted)}.text-success{color:var(--green)}.text-warning{color:var(--orange)}.text-danger{color:var(--red)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.status-success{color:var(--green)}.status-warning{color:var(--orange)}.status-danger{color:var(--red)}.status-info{color:var(--blue)}.panel{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space-lg)}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--line)}.panel-title{font-size:16px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);font-size:14px;font-weight:500;border:none;border-radius:var(--radius);cursor:pointer;transition:all .15s ease}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{background:var(--panel);color:var(--text);border:1px solid var(--line)}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.form-label{display:block;margin-bottom:var(--space-xs);font-size:13px;font-weight:500;color:var(--muted)}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:var(--space-sm) var(--space-md);text-align:left;border-bottom:1px solid var(--line)}.table th{font-weight:600;background:var(--bg);color:var(--muted);font-size:12px}.table tr:hover td{background:var(--bg)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-xl);color:var(--muted)}.empty-state-icon{font-size:48px;margin-bottom:var(--space-md);opacity:.5}.loading{display:flex;align-items:center;justify-content:center;padding:var(--space-xl)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .2s ease}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:1200px){.page-header h1{font-size:20px}}@media(max-width:900px){:root{--sidebar-width: 0px}.main-content{padding:var(--space-md)}}@media(max-width:640px){:root{--space-lg: 16px}.page-header{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.page-header h1{font-size:18px}}@media(max-width:640px){.el-dialog{width:calc(100vw - 32px)!important;margin:8px auto!important}.el-dialog__body{max-height:calc(100vh - 200px);overflow-y:auto}.notification-panel,.profile-panel{right:var(--space-sm)!important;left:var(--space-sm);width:auto!important;max-width:none!important}}@media(pointer:coarse){.sidebar-toggle,.meta-toggle{min-height:44px;min-width:44px}.quick-item{min-height:96px}}@media(hover:none){.nav-item:hover,.stat-card--clickable:hover,.quick-item:hover,.demo-button:hover{background:inherit}.el-table__row:hover>td,.el-button:hover,.el-link.el-link--default:hover{background:inherit}}.el-table{outline:none}.el-table:focus-visible{outline:2px solid var(--blue);outline-offset:2px}:root{--el-input-placeholder-color: var(--muted);--el-textarea-placeholder-color: var(--muted);--el-input-disabled-bg-color: var(--bg-soft);--el-text-color-placeholder: var(--muted)}.tabular-nums{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.el-table__empty-block{padding:var(--space-xl) 0}.el-table__empty-text{color:var(--muted);font-size:13px}.empty-hint{text-align:center;padding:var(--space-xl) 0;color:var(--muted);font-size:13px}
