*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background:#f5f6f8;color:#1f2937;font-size:14px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}:root{--primary: #6366f1;--primary-hover: #4f46e5;--primary-light: #eef2ff;--primary-dark: #4338ca;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--info: #3b82f6;--bg: #f5f6f8;--card-bg: #ffffff;--border: #e5e7eb;--border-light: #f3f4f6;--text: #1f2937;--text-light: #6b7280;--text-muted: #9ca3af;--text-inverse: #ffffff;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--font-xs: 11px;--font-sm: 12px;--font-base: 14px;--font-lg: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 1px 3px rgba(0,0,0,.06);--shadow-lg: 0 4px 12px rgba(0,0,0,.08)}.layout-container{height:100vh}.top-header{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 2px #00000005}html.dark .top-header{background:#1e293b;border-color:#334155}.header-left,.header-right{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:12px}.logo-icon{font-size:26px}.logo-text{font-size:17px;font-weight:600;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.3px}.header-center{flex:1;display:flex;justify-content:flex-start;padding-left:24px}.header-tools{display:flex;align-items:center;gap:6px;margin-right:4px}.tool-icon{font-size:20px;color:#374151;cursor:pointer;padding:10px;border-radius:10px;transition:all .15s;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.tool-icon:hover{background:#eef2ff;color:#4f46e5}html.dark .tool-icon{color:#cbd5e1}html.dark .tool-icon:hover{background:#6366f126;color:#818cf8}.header-divider{width:1px;height:24px;background:#e5e7eb;margin:0 12px}html.dark .header-divider{background:#334155}.user-info{display:flex;align-items:center;gap:12px;padding:4px 12px 4px 4px;border-radius:10px;cursor:pointer;transition:background .15s}.user-info:hover{background:#f9fafb}html.dark .user-info:hover{background:#334155}.user-meta{display:flex;flex-direction:column;gap:2px}.user-name{font-size:14px;font-weight:500;color:#1f2937;line-height:1.2}html.dark .user-name{color:#e2e8f0}.user-role{font-size:11px;color:#9ca3af;line-height:1.2}.user-arrow{font-size:12px;color:#9ca3af}.sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:calc(100vh - 60px);overflow:hidden;transition:width .2s ease;flex-shrink:0}html.dark .sidebar{background:#1e293b;border-color:#334155}.sidebar-menu{border-right:none!important;height:100%;padding:12px 8px 8px!important;overflow-x:hidden;overflow-y:auto}.sidebar-menu .el-menu-item{height:40px;line-height:40px;border-radius:8px;margin-bottom:2px;padding:0 12px!important}.sidebar-menu .el-menu-item.is-active{background:linear-gradient(135deg,#6366f11f,#8b5cf614)!important;color:#4f46e5!important;font-weight:500}.menu-section-title{display:flex;align-items:center;justify-content:space-between;padding:4px 12px 10px;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;height:28px;box-sizing:border-box}.menu-spacer{flex:1;min-height:8px}html.dark .sidebar-menu{background:transparent}html.dark .sidebar-menu .el-menu-item{color:#cbd5e1}html.dark .sidebar-menu .el-menu-item:hover{background:#334155!important;color:#f1f5f9}html.dark .sidebar-menu .el-menu-item.is-active{background:linear-gradient(135deg,#6366f140,#8b5cf626)!important;color:#a5b4fc!important}html.dark .menu-section-title{color:#64748b}.main-content{background:#f5f6f8;padding:0!important;overflow-y:auto;height:calc(100vh - 60px)}html.dark .main-content{background:#0f172a}.el-menu-item .el-icon{font-size:18px!important;margin-right:10px;color:inherit;display:inline-flex;align-items:center;justify-content:center}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-1{flex:1}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:var(--font-sm)}.text-muted{color:var(--text-muted)}.text-light{color:var(--text-light)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.text-primary{color:var(--primary)}.font-bold{font-weight:600}.w-full{width:100%}.h-full{height:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag{display:inline-block;padding:2px 8px;border-radius:var(--radius-sm);font-size:var(--font-sm);background:var(--primary-light);color:var(--primary);line-height:1.5}.tag-sm{font-size:11px;padding:1px 6px}.card{background:var(--card-bg);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.loading{text-align:center;padding:40px;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.alert{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);margin-bottom:var(--space-lg);font-size:var(--font-sm)}.alert-info{background:var(--info-light);color:#1e40af;border:1px solid #bfdbfe}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.alert-danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}html.dark body{background:#0f172a;color:#e2e8f0}html.dark .card,html.dark .el-card{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5{color:#f1f5f9}html.dark .text-muted,html.dark .subtitle{color:#94a3b8!important}html.dark input,html.dark textarea,html.dark select,html.dark .el-input__wrapper,html.dark .el-textarea__inner,html.dark .el-select__wrapper{background:#0f172a!important;border-color:#334155!important;color:#e2e8f0!important}html.dark .el-input__inner::placeholder,html.dark .el-textarea__inner::placeholder{color:#64748b}html.dark .el-table{--el-table-bg-color: #1e293b !important;--el-table-tr-bg-color: #1e293b !important;--el-table-header-bg-color: #1e293b !important;--el-table-row-hover-bg-color: #334155 !important;--el-table-border-color: #334155 !important;--el-table-text-color: #e2e8f0 !important;--el-table-header-text-color: #cbd5e1 !important;background:#1e293b!important}html.dark table th{background:#1e293b!important;color:#cbd5e1!important;border-color:#334155!important}html.dark table td{border-color:#334155!important;color:#e2e8f0!important}html.dark .el-dialog,html.dark .el-drawer{background:#1e293b!important;color:#e2e8f0!important}html.dark .el-dialog__title{color:#f1f5f9!important}html.dark .el-menu{background:#1e293b!important;border-right-color:#334155!important}html.dark .el-tag{background:#334155!important;border-color:#475569!important;color:#e2e8f0!important}html.dark .el-tag.el-tag--plain{background:transparent!important;color:#cbd5e1!important}html.dark .el-button:not(.el-button--primary):not(.el-button--success):not(.el-button--warning):not(.el-button--danger){background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html.dark .el-pagination .el-pager li{background:#1e293b!important;color:#cbd5e1!important}html.dark .el-pagination .el-pager li.is-active{background:#4f46e5!important;color:#fff!important}html.dark a{color:#818cf8}html.dark ::-webkit-scrollbar-thumb{background:#475569}html.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){.main-content{padding:var(--space-lg)}}
