:root{--ui-color-primary: #FFD100;--ui-color-primary-hover: #FFC300;--ui-color-primary-active: #F2B600;--ui-color-accent: #FF8A00;--ui-color-coffee: #155C49;--ui-color-coffee-deep: #0F4638;--ui-color-bg: #F7F8FA;--ui-color-surface: #FFFFFF;--ui-color-surface-soft: #FFF7D6;--ui-color-text: #1F1F1F;--ui-color-text-secondary: #66604F;--ui-color-text-muted: #9B927A;--ui-color-border: #EBE3CC;--ui-color-divider: #F0E7D2;--ui-color-success: #16A34A;--ui-color-warning: #F97316;--ui-color-danger: #EF4444;--ui-color-info: #3B82F6;--ui-color-button-text: #2B2110;--ui-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;--ui-font-size-xs: 11px;--ui-font-size-sm: 12px;--ui-font-size-md: 14px;--ui-font-size-lg: 16px;--ui-font-size-title: 22px;--ui-line-height: 1.5;--ui-space-1: 4px;--ui-space-2: 8px;--ui-space-3: 12px;--ui-space-4: 16px;--ui-space-5: 20px;--ui-space-6: 24px;--ui-radius-sm: 6px;--ui-radius-md: 8px;--ui-radius-lg: 8px;--ui-radius-panel: 10px;--ui-control-height: 36px;--ui-shadow-sm: 0 4px 12px rgba(31, 31, 31, .05);--ui-shadow-md: 0 10px 24px rgba(31, 31, 31, .08);--ui-shadow-lg: 0 18px 44px rgba(31, 31, 31, .12);--ui-focus-ring: 0 0 0 3px rgba(255, 209, 0, .16)}.ui-card{border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md);background:var(--ui-color-surface);box-shadow:var(--ui-shadow-md)}.ui-panel{border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-panel);background:var(--ui-color-surface);box-shadow:var(--ui-shadow-sm)}.ui-btn{min-height:var(--ui-control-height);display:inline-flex;align-items:center;justify-content:center;gap:var(--ui-space-2);padding:0 var(--ui-space-4);border:1px solid transparent;border-radius:var(--ui-radius-md);font-family:var(--ui-font-family);font-size:var(--ui-font-size-md);font-weight:700;letter-spacing:0;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.ui-btn:active{transform:translateY(1px) scale(.99)}.ui-btn:disabled,.ui-btn.is-disabled{cursor:not-allowed;opacity:.62;box-shadow:none}.ui-btn--primary{border-color:var(--ui-color-primary);background:var(--ui-color-primary);color:var(--ui-color-button-text);box-shadow:0 8px 18px #f2b6002e}.ui-btn--confirm{border-color:var(--ui-color-coffee);background:var(--ui-color-coffee);color:#fff;box-shadow:0 8px 18px #155c4929}.ui-btn--ghost{border-color:var(--ui-color-border);background:#fffdf7;color:var(--ui-color-button-text)}.ui-btn--danger{border-color:#fecaca;background:#fef2f2;color:var(--ui-color-danger)}.ui-field{display:flex;flex-direction:column;gap:6px;color:var(--ui-color-text-secondary);font-size:var(--ui-font-size-md)}.ui-input,.ui-select,.ui-textarea{width:100%;min-height:var(--ui-control-height);border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md);background:#fffdf7;color:var(--ui-color-text);font:inherit;outline:none}.ui-input,.ui-select{padding:0 var(--ui-space-3)}.ui-textarea{min-height:96px;padding:var(--ui-space-3);resize:vertical}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{border-color:var(--ui-color-primary-active);box-shadow:var(--ui-focus-ring)}.ui-tag{min-height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 var(--ui-space-2);border-radius:var(--ui-radius-sm);background:var(--ui-color-surface-soft);color:var(--ui-color-button-text);font-size:var(--ui-font-size-xs);font-weight:700;white-space:nowrap}.ui-tag--success{background:#e8f8ef;color:#15803d}.ui-tag--warning{background:#fff3e0;color:var(--ui-color-warning)}.ui-tag--danger{background:#fef2f2;color:var(--ui-color-danger)}.ui-state{display:grid;gap:var(--ui-space-2);justify-items:center;padding:var(--ui-space-6) var(--ui-space-4);border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md);background:var(--ui-color-surface);color:var(--ui-color-text-secondary);text-align:center}.ui-state__title{color:var(--ui-color-text);font-size:var(--ui-font-size-lg);font-weight:800}.ui-state__desc{color:var(--ui-color-text-secondary);font-size:var(--ui-font-size-md);line-height:1.6}.ui-state--empty{background:#fffdf7}.ui-state--error{border-color:#fecaca;background:#fff7f7}.ui-loading{position:relative;overflow:hidden;background:var(--ui-color-surface-soft)}.ui-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);animation:ui-loading-shimmer 1.2s infinite}.ui-modal{width:min(92vw,860px);max-height:82vh;overflow:auto;border-radius:var(--ui-radius-panel);background:var(--ui-color-surface);box-shadow:var(--ui-shadow-lg)}@keyframes ui-loading-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.ui-btn,.ui-loading:after{transition:none;animation:none}}:root{--wyk-primary: var(--ui-color-primary);--wyk-primary-hover: var(--ui-color-primary-hover);--wyk-primary-active: var(--ui-color-primary-active);--wyk-orange: var(--ui-color-accent);--wyk-gold: #E7A900;--wyk-deep-gold: #2B2110;--wyk-coffee-green: var(--ui-color-coffee);--wyk-bg: var(--ui-color-bg);--wyk-bg-card: var(--ui-color-surface);--wyk-bg-soft: var(--ui-color-surface-soft);--wyk-bg-page: var(--ui-color-bg);--wyk-text-main: var(--ui-color-text);--wyk-text-secondary: var(--ui-color-text-secondary);--wyk-text-muted: var(--ui-color-text-muted);--wyk-border: var(--ui-color-border);--wyk-divider: var(--ui-color-divider);--wyk-success: var(--ui-color-success);--wyk-warning: var(--ui-color-warning);--wyk-danger: var(--ui-color-danger);--wyk-info: var(--ui-color-info);--admin-primary: var(--wyk-primary);--admin-primary-dark: var(--wyk-primary-active);--admin-primary-light: #FFE36A;--admin-primary-50: #FFF7D6;--admin-primary-100: #FFF0B8;--admin-primary-500: var(--wyk-primary);--admin-primary-700: var(--wyk-deep-gold);--el-color-primary: var(--wyk-primary);--el-color-primary-light-3: #FFE36A;--el-color-primary-light-5: #FFECA3;--el-color-primary-light-7: #FFF3CC;--el-color-primary-light-8: #FFF7DA;--el-color-primary-light-9: #FFFBEF;--el-color-primary-dark-2: var(--wyk-primary-active);--el-menu-active-color: var(--wyk-deep-gold);--el-menu-hover-bg-color: rgba(255, 210, 30, .16);--admin-bg-page: var(--wyk-bg-page);--admin-bg-card: #ffffff;--admin-border: var(--wyk-border);--admin-text-title: var(--wyk-text-main);--admin-text-body: var(--wyk-text-secondary);--admin-text-muted: var(--wyk-text-muted);--admin-success: var(--wyk-success);--admin-warning: var(--wyk-warning);--admin-danger: var(--wyk-danger);--admin-info: var(--wyk-info);--admin-radius-sm: var(--ui-radius-sm);--admin-radius-md: var(--ui-radius-md);--admin-radius-lg: var(--ui-radius-panel);--admin-shadow-sm: var(--ui-shadow-sm);--admin-shadow-md: var(--ui-shadow-md)}html,body,#app{min-width:1024px;background:linear-gradient(180deg,#fff4c2 0,#f7f8fa 260px),var(--admin-bg-page)}body{color:var(--admin-text-body);font-size:14px;line-height:1.5}a{color:var(--admin-primary);text-decoration:none}.page,.page-container{padding:0;min-width:0}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding:18px 20px;border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);background:linear-gradient(135deg,#fff,#fff8dc 64%,#f4fbf7);box-shadow:var(--admin-shadow-sm)}.page-header h1,.page-header h2,.page-title{margin:0;font-size:20px;line-height:28px;font-weight:700;color:var(--admin-text-title)}.page-header p,.page-subtitle{margin:6px 0 0;font-size:13px;color:var(--admin-text-muted)}.page-header .el-button,.page-header-actions{flex-shrink:0}.page-title{display:block}.filter-card{background:var(--admin-bg-card);border-radius:var(--admin-radius-md);padding:16px;margin-bottom:16px;box-shadow:var(--admin-shadow-md);border:1px solid var(--admin-border)}.filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.filter-item{display:flex;flex-direction:column;gap:6px;min-width:180px;flex:1 1 180px}.filter-item label{font-size:12px;color:var(--admin-text-muted);font-weight:600}.filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:14px}.filter-card .el-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px}.filter-card .el-form-item{margin-right:0;margin-bottom:0}.filter-card .el-input,.filter-card .el-select,.filter-card .el-date-editor{min-width:180px}.table-card{background:var(--admin-bg-card);border-radius:var(--admin-radius-md);padding:0;box-shadow:var(--admin-shadow-md);border:1px solid var(--admin-border);overflow-x:auto;overflow-y:hidden}.table-card .el-table{--el-table-border-color: transparent;min-width:100%}.table-card .el-table,.el-table{font-size:13px}.table-card .el-table th.el-table__cell{background:#fff4c2;color:var(--admin-text-body);font-weight:600;font-size:13px}.el-table th.el-table__cell{background:#fff4c2;color:var(--admin-text-body);font-weight:600}.el-table .el-table__cell{padding:10px 0}.el-table .cell{line-height:20px}.el-table__empty-block{min-height:160px}.tag{display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:18px;padding:0 8px;border-radius:6px;font-weight:600;white-space:nowrap}.tag-green{background:#e8f8ef;color:#15803d}.tag-gold{background:#fff8e1;color:#f57f17}.tag-orange{background:#fff3e0;color:#e65100}.tag-red{background:#ffebee;color:#c62828}.tag-blue{background:#e3f2fd;color:#1565c0}.tag-gray{background:#f5f5f5;color:#999}.tag-purple{background:#f3e5f5;color:#7b1fa2}.status-tag{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:22px;padding:0 8px;border-radius:6px;font-size:12px;font-weight:600}.status-success,.status-normal,.status-published,.status-passed,.status-active,.status-complete{background:#e8f8ef;color:#15803d}.status-pending,.status-review,.status-unused{background:#fff3cc;color:var(--wyk-deep-gold)}.status-warning{background:#fff3e0;color:#e65100}.status-draft,.status-disabled,.status-expired,.status-hidden{background:#f5f5f5;color:#777}.status-danger,.status-rejected,.status-frozen,.status-risk{background:#ffebee;color:#c62828}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:2000}.modal-card{background:var(--admin-bg-card);border-radius:var(--admin-radius-lg);padding:22px 24px;width:90%;max-width:520px;box-shadow:0 8px 30px #5c3b0029;max-height:80vh;overflow-y:auto}.modal-title{font-size:17px;font-weight:700;color:var(--admin-text-title);margin:0 0 16px}.modal-body{font-size:14px;color:var(--admin-text-body);line-height:1.6;margin-bottom:20px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.form-card{background:var(--admin-bg-card);border-radius:var(--admin-radius-md);padding:24px;box-shadow:var(--admin-shadow-md);border:1px solid var(--admin-border)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;color:var(--admin-text-title);font-weight:600}.required-mark{color:var(--admin-danger);margin-left:2px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.action-cell{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-start}.el-table__fixed-right .action-cell{justify-content:center}.el-dialog{border-radius:var(--admin-radius-lg)}.el-dialog__header{padding:18px 22px 12px;margin:0;border-bottom:1px solid var(--admin-border)}.el-dialog__title{font-size:16px;font-weight:700;color:var(--admin-text-title)}.el-dialog__body{padding:20px 22px}.el-dialog__footer{padding:12px 22px 18px;border-top:1px solid var(--admin-border)}.el-message-box{border-radius:var(--admin-radius-lg)}.el-message-box__btns{display:flex;justify-content:flex-end;gap:8px}.el-card{border-radius:var(--admin-radius-md)}.el-empty{padding:32px 0}.el-button--primary{--el-button-text-color: var(--wyk-deep-gold);--el-button-bg-color: var(--wyk-primary);--el-button-border-color: var(--wyk-primary);--el-button-hover-text-color: var(--wyk-deep-gold);--el-button-hover-bg-color: var(--wyk-primary-hover);--el-button-hover-border-color: var(--wyk-primary-hover);--el-button-active-bg-color: var(--wyk-primary-active);--el-button-active-border-color: var(--wyk-primary-active)}.el-button--primary.is-plain{--el-button-text-color: var(--wyk-deep-gold);--el-button-bg-color: var(--wyk-bg-soft);--el-button-border-color: var(--wyk-border)}.el-input__wrapper.is-focus,.el-textarea__inner:focus,.el-select .el-input.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--wyk-primary-active) inset}.filter-card,.table-card,.form-card,.modal-card,.el-dialog,.el-card,.page-card,.card,.ops-panel,.stat-card,.ops-card{border-color:var(--wyk-border)!important;background:var(--admin-bg-card)!important;box-shadow:var(--admin-shadow-md)!important}.filter-card,.table-card,.form-card{border-radius:var(--admin-radius-md)}.el-table__row:hover>td.el-table__cell{background:#fffbf0!important}.el-tabs__active-bar{background-color:var(--wyk-primary-active)}.el-tabs__item.is-active,.el-tabs__item:hover,.el-pagination.is-background .el-pager li.is-active{color:var(--wyk-deep-gold)}.el-pagination.is-background .el-pager li.is-active{background:var(--wyk-primary)}.el-switch.is-checked .el-switch__core{background-color:var(--wyk-primary-active);border-color:var(--wyk-primary-active)}.tag-gold,.status-warning,.status-pending,.status-review,.status-unused{background:var(--wyk-bg-soft);color:var(--wyk-deep-gold)}.tag-green,.status-success,.status-normal,.status-published,.status-passed,.status-active,.status-complete{background:#e8f8ef;color:#15803d}.tag-blue{background:#eff6ff;color:var(--wyk-info)}.tag-red,.status-danger,.status-rejected,.status-frozen,.status-risk{background:#fef2f2;color:var(--wyk-danger)}.btn.primary,.pager .active,.status-tabs button.active,.actions .primary,.el-button--primary{background:var(--wyk-primary)!important;border-color:var(--wyk-primary)!important;color:var(--wyk-deep-gold)!important}.link,.actions button,.text-green,.resource-cover.placeholder,.stat-card span,.amount,.section-link,.quick-entry,.avatar.fallback,.team-avatar.fallback{color:var(--wyk-deep-gold)!important}.loading-bar,.quick-entry,.green,.pill.green,.tag.green,.status-tag.success{background:var(--wyk-bg-soft)!important;border-color:var(--wyk-border)!important;color:var(--wyk-deep-gold)!important}.status-tag.success{background:#e8f8ef!important;color:#15803d!important}.amount.income{color:var(--wyk-deep-gold)!important}.amount.expense,.overdue{color:var(--wyk-danger)!important}.avatar,.team-avatar{border-color:var(--wyk-border)!important}@media (max-width: 1180px){.filter-card .el-input,.filter-card .el-select,.filter-card .el-date-editor,.filter-item{min-width:160px}}.admin-layout :where(button,.el-button,.el-input__wrapper,.el-select__wrapper,.el-textarea__inner,.el-card,.el-dialog,.filter-card,.table-card,.form-card,.page-header,.card,.ops-panel,.stat-card,.metric-card,.panel){border-radius:var(--admin-radius-md)!important}.admin-layout :where(.el-button){font-weight:700}.admin-layout :where(.el-button--primary){box-shadow:0 8px 18px #f2b6002e}.admin-layout :where(.el-button--danger.is-plain){background:#fff5f5}.admin-layout :where(.el-input__wrapper,.el-select__wrapper,.el-textarea__inner){background:#fffdf7!important;box-shadow:0 0 0 1px var(--wyk-border) inset!important}.admin-layout :where(.el-input__wrapper.is-focus,.el-select__wrapper.is-focused,.el-textarea__inner:focus){box-shadow:0 0 0 1px var(--wyk-primary-active) inset,0 0 0 3px #ffd10029!important}.admin-layout :where(.el-table){--el-table-row-hover-bg-color: #fffbef;border-radius:var(--admin-radius-md)}.admin-layout :where(.el-table .el-table__cell){border-bottom-color:#f1ead8}.admin-layout :where(.el-tabs__item,.workspace-tab,.menu-item,.menu-group-title){letter-spacing:0}.admin-layout :where(.metric-card,.stat-card,.ops-card,.panel,.card,.todo-center-panel,.todo-lane,.funnel-card){border:1px solid var(--wyk-border)!important;background:#fff!important;box-shadow:var(--admin-shadow-md)!important}.admin-layout :where(.stat-val,.metric-card strong,.ops-card strong,.todo-center-card strong,.snapshot-grid strong){color:var(--wyk-text-main)!important}.admin-layout :where(.muted,.stat-hint,.ops-card small,.metric-card small,.panel-head span){color:var(--wyk-text-secondary)!important}.admin-layout :where(.release-badge,.result-tag,.status-tag,.tag,.todo-category){border-radius:6px!important}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page){--uiopt-007-filter-min: 220px;--uiopt-007-table-min: 1120px;--uiopt-007-action-height: 28px;display:grid;gap:16px}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .page-header){margin-bottom:0}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .stats-row){margin-bottom:0}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band){padding:16px 18px!important;border:1px solid var(--wyk-border)!important;border-radius:var(--admin-radius-md)!important;background:linear-gradient(180deg,#fffdf7,#fff)!important;box-shadow:var(--admin-shadow-md)!important;overflow:visible}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-form,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-form){display:grid!important;grid-template-columns:repeat(auto-fit,minmax(var(--uiopt-007-filter-min),1fr));align-items:end;gap:14px 16px}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-form-item,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-form-item){width:100%;min-width:0;margin:0!important}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-form-item:last-child,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-form-item:last-child){justify-self:end;width:auto;min-width:180px}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-form-item:last-child .el-form-item__content,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-form-item:last-child .el-form-item__content){display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-input,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-select,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-card .el-date-editor,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-input,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-select,[data-ui-task=UIOPT-007].coffee-admin-review-page .filter-band .el-date-editor){width:100%!important;min-width:var(--uiopt-007-filter-min)!important}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .table-card,[data-ui-task=UIOPT-007].coffee-admin-review-page .table-band){padding:14px 16px 16px!important;border:1px solid var(--wyk-border)!important;border-radius:var(--admin-radius-md)!important;background:#fff!important;box-shadow:var(--admin-shadow-md)!important;overflow-x:auto;overflow-y:hidden}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .table-card>.el-table,[data-ui-task=UIOPT-007].coffee-admin-review-page .table-band>.el-table){min-width:var(--uiopt-007-table-min)}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table){--el-table-header-bg-color: #fff4c2;--el-table-row-hover-bg-color: #fffbef}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table th.el-table__cell){height:46px;color:var(--wyk-text-main);font-weight:800}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table .el-table__cell){vertical-align:top}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table .cell){min-width:0;line-height:20px;word-break:break-word}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table__fixed-right .cell){display:flex;align-items:center;justify-content:flex-start;gap:6px;flex-wrap:wrap}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table__fixed-right .el-button){min-height:var(--uiopt-007-action-height);margin-left:0!important}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table__fixed-right .el-button.is-link){padding:0 7px!important;border:1px solid transparent;border-radius:6px;background:#fffdf7}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .el-table__fixed-right .el-button.is-link:hover){border-color:var(--wyk-border);background:#fff8dc}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .pager-row){display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:14px;color:var(--wyk-text-secondary)}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .detail-section){padding:14px;border:1px solid var(--wyk-border);border-radius:var(--admin-radius-md);background:#fffdf7}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .detail-section+.detail-section){margin-top:14px}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .detail-section h3,[data-ui-task=UIOPT-007].coffee-admin-review-page .section-title h3){margin:0 0 12px;color:var(--wyk-text-main);font-size:15px;line-height:22px;font-weight:800}.admin-layout :where([data-ui-task=UIOPT-007].coffee-admin-review-page .error-state,[data-ui-task=UIOPT-007].coffee-admin-review-page .drawer-state,[data-ui-task=UIOPT-007].coffee-admin-review-page .empty-detail){display:grid;justify-items:center;gap:10px;padding:22px;border:1px dashed var(--wyk-border);border-radius:var(--admin-radius-md);background:#fffdf7;color:var(--wyk-text-secondary)}.el-dialog .el-input,.el-dialog .el-select,.el-dialog .el-date-editor,.el-dialog .el-input-number,.el-drawer .el-input,.el-drawer .el-select,.el-drawer .el-date-editor,.el-drawer .el-input-number{width:100%!important}.el-dialog .el-input-number .el-input__wrapper,.el-drawer .el-input-number .el-input__wrapper{min-width:128px}.el-dialog .el-form-item,.el-drawer .el-form-item{margin-bottom:18px}.el-drawer__body{background:linear-gradient(180deg,#fffdf7,#f7f8fa)}.el-message-box__input .el-textarea__inner{min-height:96px}.admin-layout{--uiopt-009-admin-state-min-h: 132px;--uiopt-009-admin-state-pad: 22px}.admin-layout :where(.el-table__empty-block,.el-empty,.empty,.empty-inline,.empty-cell,.empty-detail,.drawer-state,.error-state,.state-card,.error-card){border-radius:var(--admin-radius-md)!important;letter-spacing:0!important}.admin-layout :where(.el-table__empty-block){min-height:var(--uiopt-009-admin-state-min-h)!important;background:linear-gradient(180deg,#fffdf7f5,#fffffffa)!important}.admin-layout :where(.el-table__empty-text){width:min(420px,calc(100% - 32px));min-height:78px;display:inline-grid;place-items:center;padding:18px 20px;border:1px dashed var(--wyk-border);border-radius:var(--admin-radius-md);background:#fffdf7;color:var(--wyk-text-secondary);font-weight:700;line-height:1.5}.admin-layout :where(.el-empty){min-height:var(--uiopt-009-admin-state-min-h);padding:var(--uiopt-009-admin-state-pad)!important;border:1px dashed var(--wyk-border);background:linear-gradient(180deg,#fffdf7f5,#fffffffa);color:var(--wyk-text-secondary)}.admin-layout :where(.el-empty__description p){color:var(--wyk-text-secondary);font-weight:700}.admin-layout :where(.empty,.empty-inline,.empty-cell,.empty-detail,.drawer-state){min-height:88px;display:grid;align-content:center;justify-items:center;gap:8px;padding:18px!important;border:1px dashed var(--wyk-border)!important;background:#fffdf7!important;color:var(--wyk-text-secondary)!important;text-align:center;font-weight:700}.admin-layout :where(.error-state,.state-card.error,.error-card){display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:12px 14px!important;border:1px solid rgba(239,68,68,.22)!important;border-radius:var(--admin-radius-md)!important;background:#fff7f7!important;color:var(--ui-color-danger)!important;box-shadow:var(--admin-shadow-sm)}.admin-layout :where(.error-state):before,.admin-layout :where(.state-card.error):before,.admin-layout :where(.error-card):before{content:"!";width:28px;height:28px;display:inline-grid;flex:0 0 auto;place-items:center;border-radius:50%;background:#fee2e2;color:var(--ui-color-danger);font-weight:900}.admin-layout :where(.error-state>span,.state-card.error>span,.error-card>span){flex:1 1 auto}.admin-layout :where(.el-loading-mask){background:#fffdf7c7!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-layout :where(.el-loading-spinner .path){stroke:var(--wyk-deep-gold)!important}.admin-layout :where(.el-skeleton__item){position:relative;overflow:hidden;border-radius:8px!important;background:#fff4c2!important}.admin-layout :where(.el-skeleton__item):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.66),transparent);animation:uiopt-009-admin-shimmer 1.35s infinite}@keyframes uiopt-009-admin-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.admin-layout :where(.el-skeleton__item):after{animation:none}}.admin-layout{--uiopt-010-admin-touch-target: 36px;--uiopt-010-admin-compact-pad: 16px}.admin-layout :where(*){min-width:0}.admin-layout :where(button,.el-button,[role=button],.menu-item,.menu-group-title,.workspace-tab,.workspace-tab-close,.tab-scroll-btn,.tab-action-btn){touch-action:manipulation}.admin-layout :where(.el-button,.menu-item,.menu-group-title,.workspace-tab,.tab-scroll-btn,.tab-action-btn,.workspace-tab-close){min-height:var(--uiopt-010-admin-touch-target)}.admin-layout :where(.page-header,.filter-card,.filter-row,.filter-card .el-form,.table-card,.form-card,.modal-card,.dialog-summary,.detail-view,.stats-row,.metric-grid,.ops-grid,.snapshot-grid){min-width:0}.admin-layout :where(.page-header h1,.page-header h2,.page-title,.page-subtitle,.workspace-tab-title,.menu-text,.cell,.detail-view strong,.dialog-summary strong){overflow-wrap:anywhere}.admin-layout :where(.table-card,.el-table__body-wrapper,.el-table__header-wrapper){max-width:100%}.admin-layout :where(.el-dialog,.modal-card,.el-message-box){max-width:calc(100vw - 32px)!important;max-height:calc(100vh - 32px)}.admin-layout :where(.el-dialog__body,.modal-card,.el-drawer__body){overflow:auto;overscroll-behavior:contain}.admin-layout :where(.el-drawer.rtl,.el-drawer.ltr){max-width:min(92vw,860px)!important}.admin-layout :where(.el-date-editor.el-input,.el-date-editor.el-input__wrapper,.el-input,.el-select,.el-input-number,.el-cascader,.el-textarea){max-width:100%}@media (max-width: 1180px){.admin-layout :where(.workspace-tab-status){display:none}.admin-layout :where(.workspace-tabs){gap:4px;padding-left:8px;padding-right:8px}.admin-layout :where(.workspace-tab){max-width:164px;min-width:82px}.admin-layout :where(.tab-action-btn){padding-left:8px;padding-right:8px}}@media (max-width: 1024px){html,body,#app,.admin-layout{min-width:768px}.admin-layout :where(.admin-main){padding:var(--uiopt-010-admin-compact-pad)!important}.admin-layout :where(.page-header){flex-wrap:wrap;padding:16px}.admin-layout :where(.page-header-actions,.page-header .el-button){flex:0 0 auto}.admin-layout :where(.filter-card .el-form,.filter-row){display:grid!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.admin-layout :where(.filter-actions){justify-content:flex-start}.admin-layout :where(.el-dialog){width:min(720px,calc(100vw - 32px))!important}.admin-layout :where(.el-drawer.rtl,.el-drawer.ltr){width:min(86vw,760px)!important}}@media (max-width: 768px){html,body,#app{min-width:768px}.admin-layout :where(.workspace-tabs){height:auto;min-height:54px;flex-wrap:wrap;align-content:center;padding-bottom:7px}.admin-layout :where(.workspace-tab-rail){order:3;flex-basis:100%;min-height:38px}.admin-layout :where(.workspace-tab-actions){margin-left:auto}.admin-layout :where(.workspace-tab){max-width:150px}.admin-layout :where(.el-dialog,.modal-card,.el-message-box){max-width:calc(100vw - 24px)!important}.admin-layout :where(.el-dialog__body){padding:16px!important}}body.dedup-ext-admin-ui{--dedup-admin-page-bg: linear-gradient(180deg, #fff6c7 0, #f7f8fa 260px, #f7f8fa 100%);--dedup-admin-card-bg: #ffffff;--dedup-admin-border: var(--wyk-border, #ebe3cc);--dedup-admin-text: var(--wyk-text-main, #1f1f1f);--dedup-admin-muted: var(--wyk-text-secondary, #66604f);--dedup-admin-primary: var(--wyk-primary, #ffd100);--dedup-admin-green: var(--wyk-coffee-green, #155c49);--dedup-admin-radius: 8px;--dedup-admin-shadow: 0 10px 24px rgba(31, 31, 31, .08)}body.dedup-ext-admin-source-tongtian{--dedup-admin-green: #14624f}body.dedup-ext-admin-source-tongpin{--dedup-admin-green: #14576a}body.dedup-ext-admin-ui .admin-main{background:var(--dedup-admin-page-bg)!important}body.dedup-ext-admin-ui .admin-layout :where(.ext-page,.page,.admin-page,.agent-page,.agent-admin-page,.home-page,.dashboard-page,.customer-service-page,.mobile-console,.mobile-login,.ext-menu-domain-page,.ext-module-page){min-width:0;color:var(--dedup-admin-text)!important}body.dedup-ext-admin-ui .admin-layout :where(.page-header,.page-head,.admin-page-header,.page-title-row,.ext-menu-hero,.ext-module-hero,.hero){display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;padding:20px 22px;border:1px solid var(--dedup-admin-border)!important;border-radius:var(--dedup-admin-radius)!important;background:linear-gradient(135deg,#fff,#fff8dc 62%,#f4fbf7)!important;box-shadow:var(--dedup-admin-shadow)!important}body.dedup-ext-admin-ui .admin-layout :where(.page-header h1,.page-header h2,.page-head h1,.page-head h2,.admin-page-header h1,.admin-page-header h2,.page-title,.ext-menu-hero h1,.ext-module-hero h1,.hero h1,.hero h2){margin:0;color:var(--dedup-admin-text)!important;font-size:22px;line-height:1.3;font-weight:900;letter-spacing:0!important}body.dedup-ext-admin-ui .admin-layout :where(.page-header p,.page-head p,.admin-page-header p,.page-subtitle,.ext-menu-lead,.ext-module-lead,.hero p,.hero .desc){margin-top:6px;color:var(--dedup-admin-muted)!important;font-size:13px;line-height:1.65}body.dedup-ext-admin-ui .admin-layout :where(.filter-card,.table-card,.form-card,.preview-card,.el-card,.card,.panel,.filter-panel,.list-panel,.profile-card,.session-card,.stat-card,.metric-card,.ops-card,.legacy-card,.ext-menu-filter-card,.ext-menu-table-card,.ext-module-card,.ext-source-summary,.todo-center-panel,.todo-lane){border:1px solid var(--dedup-admin-border)!important;border-radius:var(--dedup-admin-radius)!important;background:var(--dedup-admin-card-bg)!important;box-shadow:var(--dedup-admin-shadow)!important}body.dedup-ext-admin-ui .admin-layout :where(.filter-card,.filter-panel,.ext-menu-filter-card){padding:16px!important}body.dedup-ext-admin-ui .admin-layout :where(.table-card,.table-wrap,.dashboard-table,.ext-menu-table-card){overflow-x:auto;overflow-y:hidden}body.dedup-ext-admin-ui .admin-layout :where(.el-table th.el-table__cell,.data-table th,table th){background:#fff4c2!important;color:var(--dedup-admin-text)!important;font-weight:800!important}body.dedup-ext-admin-ui .admin-layout :where(.el-table .el-table__cell,.data-table td,table td){border-bottom-color:#f1ead8!important;color:var(--dedup-admin-muted)}body.dedup-ext-admin-ui .admin-layout :where(.el-table__row:hover>td.el-table__cell,.data-table tr:hover td,table tr:hover td){background:#fffbef!important}body.dedup-ext-admin-ui .admin-layout :where(.empty,.empty-inline,.empty-cell,.error-card,.state-card,.qr-empty,.reward-preview-empty,.el-empty){min-height:96px;border-radius:var(--dedup-admin-radius)!important;color:var(--dedup-admin-muted)!important;text-align:center}body.dedup-ext-admin-ui .admin-layout :where(.el-button,button,.btn,.action-btn,.tab-btn,.quick-entry,.pager button,.status-tabs button,.actions button){min-height:32px;border-radius:var(--dedup-admin-radius)!important;font-weight:800!important;letter-spacing:0!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}body.dedup-ext-admin-ui .admin-layout :where(.el-button--primary,.btn.primary,.actions .primary,.pager .active,.status-tabs button.active){border-color:var(--dedup-admin-primary)!important;background:var(--dedup-admin-primary)!important;color:var(--wyk-deep-gold, #2b2110)!important;box-shadow:0 8px 18px #f2b6002e!important}body.dedup-ext-admin-ui .admin-layout :where(.btn.ghost,.el-button.is-plain,.tab-btn,.quick-entry){border-color:var(--dedup-admin-border)!important;background:#fffdf7!important;color:var(--dedup-admin-green)!important}body.dedup-ext-admin-ui .admin-layout :where(button:active,.el-button:active,.btn:active){transform:translateY(1px)}body.dedup-ext-admin-ui .admin-layout :where(.el-input__wrapper,.el-select__wrapper,.el-textarea__inner,input,textarea,select){border-radius:var(--dedup-admin-radius)!important;background:#fffdf7!important;box-shadow:0 0 0 1px var(--dedup-admin-border) inset!important}body.dedup-ext-admin-ui .admin-layout :where(.el-input__wrapper.is-focus,.el-select__wrapper.is-focused,.el-textarea__inner:focus,input:focus,textarea:focus,select:focus){box-shadow:0 0 0 1px var(--wyk-primary-active, #f2b600) inset,0 0 0 3px #ffd10029!important;outline:0}body.dedup-ext-admin-ui .admin-layout :where(.status-tag,.tag,.pill,.result-tag,.release-badge,.todo-category,.menu-code,.source-chip){border-radius:6px!important;font-weight:800!important}body.dedup-ext-admin-ui .admin-layout :where(.status-tag.success,.status-success,.status-normal,.status-active,.status-passed,.tag-green,.tag.green,.pill.green){background:#e9f7ef!important;color:#157347!important}body.dedup-ext-admin-ui .admin-layout :where(.status-warning,.status-pending,.status-review,.tag-gold,.tag-orange){background:var(--wyk-bg-soft, #fff7d6)!important;color:var(--wyk-deep-gold, #2b2110)!important}body.dedup-ext-admin-ui .admin-layout :where(.status-danger,.status-rejected,.status-risk,.tag-red,.error){background:#fff5f5!important;color:var(--wyk-danger, #ef4444)!important}body.dedup-ext-admin-ui .admin-layout :where(.muted,.stat-hint,.ops-card small,.metric-card small,.panel-head span,.card-head span){color:var(--dedup-admin-muted)!important}body.dedup-ext-admin-ui .admin-layout :where(.amount,.text-green,.link,.section-link,.ext-old-path,.ext-origin-path){color:var(--wyk-deep-gold, #2b2110)!important}@media (max-width: 1180px){body.dedup-ext-admin-ui .admin-layout :where(.page-header,.page-head,.admin-page-header,.page-title-row,.ext-menu-hero,.ext-module-hero,.hero){flex-direction:column}body.dedup-ext-admin-ui .admin-layout :where(.filter-grid,.filter-row,.ext-menu-filters,.stat-cards,.metric-grid){grid-template-columns:1fr!important}}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}
