@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box}html,body{margin:0!important;padding:0!important}html,body,#app{font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:var(--td-text-color-primary);background-color:var(--td-bg-color-page);height:100vh;overflow:hidden}a{text-decoration:none;color:inherit}:root,:root[theme-mode=light],body{--td-brand-color: #ec945b;--td-brand-color-1: #fef4eb;--td-brand-color-2: #fce4d0;--td-brand-color-3: #f9d0b0;--td-brand-color-4: #f6bb8e;--td-brand-color-5: #f3a872;--td-brand-color-6: #ec945b;--td-brand-color-7: #ec945b;--td-brand-color-8: #d27e48;--td-brand-color-9: #ad6537;--td-brand-color-10: #884d28;--td-brand-color-hover: #f3a872;--td-brand-color-focus: #fce4d0;--td-brand-color-active: #d27e48;--td-brand-color-disabled: #f9d0b0;--td-brand-color-light: #fef4eb;--td-brand-color-light-hover: #fce4d0;--td-brand-color-light-active: #f9d0b0}#app-progress{background:linear-gradient(90deg,var(--td-brand-color, #ec945b),var(--td-success-color, #00a870))!important;box-shadow:0 0 8px #ec945b80!important}.t-image__loading,.t-image__error{display:flex!important;align-items:center!important;justify-content:center!important;padding:6px;font-size:12px!important;line-height:1.4!important;writing-mode:horizontal-tb;background:var(--td-bg-color-component, #f5f5f5);box-sizing:border-box}.t-image__loading .t-space,.t-image__error .t-space{width:100%;max-width:100%;align-items:center;writing-mode:horizontal-tb}.t-image__loading .t-space-item,.t-image__error .t-space-item{max-width:100%;text-align:center;color:inherit;font-size:12px;line-height:1.4;white-space:normal;word-break:break-word;overflow-wrap:break-word;writing-mode:horizontal-tb}.t-image__loading .t-icon,.t-image__loading svg,.t-image__error .t-icon,.t-image__error svg{font-size:20px!important;width:20px;height:20px}.t-dialog.t-dialog--default{padding:20px!important}.t-dialog.t-dialog--default .t-dialog__body{padding:12px 0!important}.t-dialog.t-dialog--default .t-dialog__footer{padding:12px 0 0!important}.page-container{padding:16px;height:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.page-card{background:var(--td-bg-color-container);border-radius:var(--td-radius-large, 6px);padding:24px;box-shadow:0 1px 2px #0000000d}.page-card+.page-card{margin-top:16px}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.toolbar-right{margin-left:auto;display:flex;align-items:center;gap:8px}.t-table+.pagination-wrap,.table-wrap+.pagination-wrap{margin-top:16px}.pagination-wrap{display:flex;justify-content:flex-end}.text-primary{color:var(--td-brand-color, #0052d9)}.text-danger{color:var(--td-error-color, #d54941)}.text-warning{color:var(--td-warning-color, #e37318)}.text-success{color:var(--td-success-color, #00a870)}.text-muted{color:var(--td-text-color-secondary)}.g-product-table.virtual-table-container{display:flex;flex-direction:column;position:relative;background:#fff;--gt-cols: 50px minmax(220px, 1fr) 130px 110px 120px 150px 200px 110px}.g-product-table .virtual-table-header{display:grid;grid-template-columns:var(--gt-cols);gap:12px;padding:10px 14px;background:#fff;font-size:13px;font-weight:500;color:var(--td-text-color-secondary);border-bottom:1px solid var(--td-component-stroke);position:sticky;top:-16px;z-index:3}.g-product-table .virtual-table-body{display:flex;flex-direction:column}.g-product-table .virtual-table-row{display:grid;grid-template-columns:var(--gt-cols);gap:12px;padding:14px;align-items:flex-start;font-size:13px;background:#fff;border-bottom:1px solid var(--td-component-stroke);transition:background .15s}.g-product-table .virtual-table-row:last-child{border-bottom:none}.g-product-table .virtual-table-row:hover,.g-product-table .virtual-table-row.selected{background:var(--td-brand-color-1)}.g-product-table .col-check{display:flex;align-items:center;justify-content:center;padding-top:4px}.g-product-table .cell{word-break:break-all;line-height:1.6}.g-product-table .empty-tip{text-align:center;color:var(--td-text-color-placeholder);padding:80px 0;background:#fff}.g-product-table .product-card{display:flex;gap:12px;min-width:0}.g-product-table .product-side{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;width:84px}.g-product-table .product-side .product-image{width:84px;height:84px;border-radius:4px;overflow:hidden;background:var(--td-bg-color-page);border:1px solid var(--td-component-stroke)}.g-product-table .product-side .product-image .t-image{width:100%;height:100%}.g-product-table .product-side .product-find{display:inline-flex;align-items:center;gap:2px;font-size:11px;color:var(--td-brand-color);cursor:pointer;text-decoration:none;line-height:1.2;text-align:center;word-break:keep-all}.g-product-table .product-side .product-find .t-icon{font-size:12px}.g-product-table .product-side .product-find:hover{text-decoration:underline}.g-product-table .product-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.g-product-table .product-content .product-title{display:flex;align-items:flex-start;flex-wrap:wrap;gap:4px;font-size:13px;line-height:1.5;color:var(--td-text-color-primary)}.g-product-table .product-content .product-title .title-text{flex:1 1 100%;min-width:0;max-width:100%;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.g-product-table .product-content .product-meta-row{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--td-text-color-secondary)}.g-product-table .product-content .product-meta-row .meta-label{flex-shrink:0}.g-product-table .product-content .product-meta-row .meta-value{color:var(--td-text-color-primary);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-product-table .product-content .product-meta-row .copy-btn{cursor:pointer;font-size:12px;color:var(--td-text-color-secondary)}.g-product-table .product-content .product-meta-row .copy-btn:hover{color:var(--td-brand-color)}.g-product-table .product-content .product-sku-link{margin-top:2px;font-size:12px;color:var(--td-brand-color);cursor:pointer;align-self:flex-start}.g-product-table .product-content .product-sku-link:hover{text-decoration:underline}.g-product-table .price-cell{flex-direction:column;gap:2px;min-width:0}.g-product-table .price-cell .price-currency{font-size:13px;color:var(--td-text-color-secondary);white-space:nowrap;margin-right:5px}.g-product-table .price-cell .price-value{font-size:13px;font-weight:500;color:var(--td-text-color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-product-table .stock-cell,.g-product-table .data-col,.g-product-table .shop-cell,.g-product-table .kv-cell{display:flex;flex-direction:column;gap:2px;font-size:12px;line-height:1.6}.g-product-table .kv-line{display:flex;align-items:baseline}.g-product-table .kv-line .kv-label{color:var(--td-text-color-secondary);flex-shrink:0}.g-product-table .kv-line .kv-value{color:var(--td-text-color-primary);word-break:break-all}.g-product-table .status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.g-product-table .action-cell .t-button{padding:0;height:auto;min-height:22px}.g-product-table .small{font-size:11px}.g-product-table-bottom{padding:12px 16px;background:#fff;border-top:1px solid var(--td-component-stroke);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.g-product-table-bottom .bottom-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sticky-bottom{position:sticky;bottom:0;z-index:5}.list-area{background:#fff;border-radius:var(--td-radius-large, 6px);box-shadow:0 1px 2px #0000000d}.list-area+.list-area,.page-card+.list-area{margin-top:12px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0000004d}::-webkit-scrollbar-track{background:transparent}
