:root{--vermilion-red:#c9393b;--glazed-gold:#d4a84b;--ink-white:#fafaf8;--deep-ink:#1a1a1a;--tibetan-blue:#2c3e50;--cyan-green:#3d8b7a;--light-gray:#f5f5f3;--border-gold:#e8d5a3}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:var(--deep-ink);background:var(--ink-white)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-gold);border-radius:4px}::-webkit-scrollbar-track{background:var(--light-gray)}.el-button--primary{--el-button-bg-color:var(--vermilion-red);--el-button-border-color:var(--vermilion-red);--el-button-hover-bg-color:#e85a5c;--el-button-hover-border-color:#e85a5c}.el-menu--horizontal>.el-menu-item.is-active{border-bottom-color:var(--vermilion-red);color:var(--vermilion-red)}.el-menu--horizontal>.el-menu-item:hover,.el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title{color:var(--vermilion-red)}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.card-title{font-size:18px;font-weight:600;color:var(--deep-ink);margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--border-gold)}.el-table{--el-table-border-color:var(--light-gray);--el-table-header-bg-color:var(--ink-white)}.el-table th.el-table__cell{font-weight:600;color:var(--tibetan-blue)}.search-bar{display:flex;flex-wrap:wrap;gap:16px;padding:20px;background:#fff;border-radius:8px;margin-bottom:16px}.search-item{display:flex;align-items:center}.search-item .label{margin-right:8px;color:var(--tibetan-blue);white-space:nowrap}.action-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.image-preview{width:60px;height:60px;border-radius:4px;-o-object-fit:cover;object-fit:cover;cursor:pointer;border:1px solid var(--light-gray)}.image-preview:hover{border-color:var(--vermilion-red)}.empty-state{text-align:center;padding:60px 0;color:var(--tibetan-blue)}.empty-state .el-icon{font-size:48px;margin-bottom:16px;color:var(--border-gold)}