@charset "UTF-8";:root{--hp-text-primary: #303133;--hp-text-regular: #606266;--hp-text-secondary: #909399;--hp-bg-page: #f5f7fa;--hp-bg-card: #fff;--hp-bg-header: #fff;--hp-bg-hover: #f5f7fa;--hp-bg-table-header: #fafbfc;--hp-bg-table-row-hover: #f5f8ff;--hp-bg-descriptions-label: #fafbfc;--hp-sidebar-gradient-start: #ffffff;--hp-sidebar-gradient-end: #f8fafc;--hp-sidebar-text: #606266;--hp-sidebar-icon: #909399;--hp-sidebar-logo-bg: #fff;--hp-sidebar-hover-bg: #f0f2f5;--hp-sidebar-hover-text: #303133;--hp-sidebar-active-bg: rgba(43, 92, 230, .08);--hp-sidebar-active-text: #2b5ce6;--hp-sidebar-opened-text: #303133;--hp-sidebar-border: #ebeef5;--hp-border-color: #ebeef5;--hp-border-light: #f0f2f5;--hp-shadow-header: 0 1px 4px rgba(0, 0, 0, .04);--hp-shadow-card: 0 2px 12px rgba(0, 0, 0, .04);--hp-page-title-color: #1f2937;--hp-stat-value-color: #1f2937;--hp-error-code-color: #dcdfe6;--hp-brand: #2b5ce6}html.dark{--hp-text-primary: #e5eaf3;--hp-text-regular: #a3a6ad;--hp-text-secondary: #8d9095;--hp-bg-page: #141414;--hp-bg-card: #1d1e1f;--hp-bg-header: #1d1e1f;--hp-bg-hover: #262727;--hp-bg-table-header: #1d1e1f;--hp-bg-table-row-hover: #262727;--hp-bg-descriptions-label: #1d1e1f;--hp-sidebar-gradient-start: #111827;--hp-sidebar-gradient-end: #0f172a;--hp-sidebar-text: #a0aec0;--hp-sidebar-icon: #718096;--hp-sidebar-logo-bg: rgba(0, 0, 0, .3);--hp-sidebar-hover-bg: rgba(255, 255, 255, .06);--hp-sidebar-hover-text: #fff;--hp-sidebar-active-bg: rgba(43, 92, 230, .24);--hp-sidebar-active-text: #6b8dfa;--hp-sidebar-opened-text: #fff;--hp-sidebar-border: transparent;--hp-border-color: #363637;--hp-border-light: #2c2c2d;--hp-shadow-header: 0 1px 4px rgba(0, 0, 0, .2);--hp-shadow-card: 0 2px 12px rgba(0, 0, 0, .15);--hp-page-title-color: #e5eaf3;--hp-stat-value-color: #e5eaf3;--hp-error-code-color: #4c4d4f}.theme-transition,.theme-transition *,.theme-transition *:before,.theme-transition *:after{transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease!important}html,body,#app{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:var(--hp-text-primary)}*,*:before,*:after{box-sizing:border-box}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.admin-layout{display:flex;height:100vh}.sidebar{width:220px;background:linear-gradient(180deg,var(--hp-sidebar-gradient-start) 0%,var(--hp-sidebar-gradient-end) 100%);color:var(--hp-sidebar-text);border-right:1px solid var(--hp-sidebar-border);transition:width .28s ease;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0;z-index:10}.sidebar.collapsed{width:64px}.sidebar.collapsed .sidebar-logo .name{display:none}.sidebar .el-menu{border-right:none!important;background:transparent!important}.sidebar .el-menu-item,.sidebar .el-sub-menu__title{height:48px;line-height:48px;color:var(--hp-sidebar-text)!important;font-size:14px;margin:2px 0;transition:all .2s ease}.sidebar .el-menu-item .el-icon,.sidebar .el-sub-menu__title .el-icon{color:var(--hp-sidebar-icon);font-size:18px}.sidebar .el-menu-item:hover,.sidebar .el-sub-menu__title:hover{background:var(--hp-sidebar-hover-bg)!important;color:var(--hp-sidebar-hover-text)!important}.sidebar .el-menu-item.is-active{background:var(--hp-sidebar-active-bg)!important;color:var(--hp-sidebar-active-text)!important;border-right:3px solid var(--hp-sidebar-active-text);font-weight:500}.sidebar .el-menu-item.is-active .el-icon{color:var(--hp-sidebar-active-text)}.sidebar .el-sub-menu.is-opened>.el-sub-menu__title{color:var(--hp-sidebar-opened-text)!important}.sidebar-logo{height:56px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;background:var(--hp-sidebar-logo-bg);flex-shrink:0;overflow:hidden}.sidebar-logo .mark{width:28px;height:28px;border-radius:8px;background:var(--hp-brand);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo .name{font-weight:600;color:var(--hp-text-primary);white-space:nowrap}.main-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.header{height:56px;background:var(--hp-bg-header);border-bottom:1px solid var(--hp-border-color);box-shadow:var(--hp-shadow-header);display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0;z-index:5}.header-left,.header-right{display:flex;align-items:center;gap:14px}.header-right{gap:20px}.header-left .el-icon,.header-right .theme-toggle{cursor:pointer;color:var(--hp-text-regular);box-sizing:content-box;padding:6px;border-radius:4px;transition:color .2s,background .2s}.header-left .el-icon:hover,.header-right .theme-toggle:hover{color:var(--hp-brand);background:var(--hp-bg-hover)}.user-dropdown-trigger{cursor:pointer;display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:6px}.user-dropdown-trigger:hover{background:var(--hp-bg-hover)}.user-dropdown-trigger .user-name{font-size:14px;font-weight:500}.app-main{flex:1;padding:20px;overflow-y:auto;background:var(--hp-bg-page)}.app-footer{height:40px;display:flex;align-items:center;justify-content:center;background:var(--hp-bg-page);color:var(--hp-text-secondary);font-size:12px;border-top:1px solid var(--hp-border-color);flex-shrink:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.page-title{font-size:18px;font-weight:600;color:var(--hp-page-title-color);position:relative;padding-left:12px}.page-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:18px;background:var(--hp-brand);border-radius:2px}.page-sub{font-size:13px;color:var(--hp-text-secondary);margin-left:12px;font-weight:400}.search-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.pagination-wrapper{display:flex;justify-content:center;margin-top:16px;padding-top:12px;border-top:1px solid var(--hp-border-light)}.el-card{border-radius:8px!important;border:1px solid var(--hp-border-color)!important;box-shadow:var(--hp-shadow-card)!important}.el-table{--el-table-border-color: var(--hp-border-color);--el-table-header-bg-color: var(--hp-bg-table-header);--el-table-row-hover-bg-color: var(--hp-bg-table-row-hover);font-size:14px}.el-table th.el-table__cell{background:var(--hp-bg-table-header)!important;color:var(--hp-text-regular);font-weight:600;font-size:13px}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.stat-card-body{display:flex;align-items:center;gap:16px}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;background:var(--hp-bg-hover)}.stat-value{font-size:24px;font-weight:700;color:var(--hp-stat-value-color);line-height:1.2}.stat-label{font-size:13px;color:var(--hp-text-secondary);margin-top:2px}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 0}.error-page .error-code{font-size:96px;font-weight:800;color:var(--hp-error-code-color);line-height:1;margin-bottom:12px}.error-page .error-message{font-size:18px;color:var(--hp-text-secondary);margin-bottom:32px}
