.account-list-page[data-v-1ba04f26]{background:var(--bg-secondary);padding-bottom:60px;min-height:80vh}.breadcrumb-section[data-v-1ba04f26]{padding:20px 0;background:#fff;border-bottom:1px solid var(--border-color);margin-bottom:24px}.filter-box[data-v-1ba04f26]{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.filter-box .filter-row[data-v-1ba04f26]{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px dashed var(--border-color)}.filter-box .filter-row[data-v-1ba04f26]:last-child{border-bottom:none}.filter-box .filter-row .filter-label[data-v-1ba04f26]{width:80px;color:var(--text-secondary);font-size:14px;line-height:28px;flex-shrink:0}.filter-box .filter-row .filter-toggle[data-v-1ba04f26]{flex-shrink:0;align-self:flex-start;margin-top:4px;margin-left:8px;padding:0;border:none;background:none;font-size:12px;color:var(--primary-color);cursor:pointer;line-height:20px;white-space:nowrap}.filter-box .filter-row.is-skin-filter .filter-options.collapsed[data-v-1ba04f26]{max-height:32px;overflow:hidden}.filter-box .filter-row .filter-options[data-v-1ba04f26]{flex:1;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.filter-box .filter-row .filter-options .filter-tag[data-v-1ba04f26]{padding:4px 12px;font-size:14px;color:var(--text-primary);cursor:pointer;border-radius:4px;transition:all .3s;line-height:20px}.filter-box .filter-row .filter-options .filter-tag[data-v-1ba04f26]:hover{color:var(--primary-color)}.filter-box .filter-row .filter-options .filter-tag.active[data-v-1ba04f26]{color:#fff;background:var(--primary-color)}.filter-box .filter-row .filter-options .range-input-wrapper[data-v-1ba04f26]{display:flex;align-items:center;gap:8px}.filter-box .filter-row .filter-options .range-input-wrapper .range-separator[data-v-1ba04f26]{color:var(--text-secondary);font-size:14px}.list-toolbar[data-v-1ba04f26]{background:#fff;padding:16px 24px;border-radius:12px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-sm)}.list-toolbar .sort-tabs[data-v-1ba04f26]{display:flex;gap:24px}.list-toolbar .sort-tabs .sort-tab[data-v-1ba04f26]{font-size:14px;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s}.list-toolbar .sort-tabs .sort-tab[data-v-1ba04f26]:hover,.list-toolbar .sort-tabs .sort-tab.active[data-v-1ba04f26]{color:var(--primary-color)}.list-toolbar .toolbar-right .search-input[data-v-1ba04f26]{width:240px}.accounts-grid[data-v-1ba04f26]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media (max-width: 1200px){.accounts-grid[data-v-1ba04f26]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.accounts-grid[data-v-1ba04f26]{grid-template-columns:repeat(2,1fr)}}.product-card[data-v-1ba04f26]{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid transparent;display:flex;flex-direction:column}.product-card[data-v-1ba04f26]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color-light)}.product-card:hover .view-btn[data-v-1ba04f26]{color:var(--primary-color)}.product-card:hover .view-btn .el-icon[data-v-1ba04f26]{transform:translate(4px)}.product-card .card-image[data-v-1ba04f26]{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5f7fa}.product-card .card-image img[data-v-1ba04f26]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card .card-image .want-badge[data-v-1ba04f26]{position:absolute;bottom:8px;right:8px;background:#0009;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card .card-image .want-badge .el-icon[data-v-1ba04f26]{color:#ff9f43}.product-card .card-image .channel-badge[data-v-1ba04f26]{position:absolute;left:10px;top:10px;z-index:3;background:#0000008c;color:#fff;font-size:12px;font-weight:900;padding:4px 10px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .card-content[data-v-1ba04f26]{padding:16px;flex:1;display:flex;flex-direction:column}.product-card .card-content .price[data-v-1ba04f26]{color:var(--price-color);font-weight:700;display:flex;align-items:baseline}.product-card .card-content .price .symbol[data-v-1ba04f26]{font-size:12px}.product-card .card-content .price .amount[data-v-1ba04f26]{font-size:18px}.product-card .card-content .price .unit[data-v-1ba04f26]{font-size:12px;color:var(--text-secondary);font-weight:400;margin-left:2px}.product-card .card-content .price .line-price[data-v-1ba04f26]{margin-left:4px;font-size:12px;color:#9ca3af;font-weight:700;text-decoration:line-through}.product-card .card-content .product-title[data-v-1ba04f26]{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px;display:flex;align-items:flex-start;gap:8px}.product-card .card-content .product-title .title-text[data-v-1ba04f26]{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .card-content .discount-tag[data-v-1ba04f26]{flex:0 0 auto;height:18px;line-height:18px;padding:0 8px;border-radius:999px;font-weight:900}.product-card .card-content .skin-tags[data-v-1ba04f26]{display:flex;flex-wrap:wrap;gap:6px;margin-top:-6px;margin-bottom:10px}.product-card .card-content .skin-tag[data-v-1ba04f26]{border-radius:999px;font-weight:800}.product-card .card-content .skin-tag--knife[data-v-1ba04f26]{--el-tag-text-color: var(--primary-color, #409eff);--el-tag-border-color: rgba(64, 158, 255, .35);--el-tag-bg-color: rgba(64, 158, 255, .08)}.product-card .card-content .skin-tag--red[data-v-1ba04f26]{--el-tag-text-color: #e53935;--el-tag-border-color: rgba(229, 57, 53, .35);--el-tag-bg-color: rgba(229, 57, 53, .08)}.product-card .card-content .skin-tag--gold[data-v-1ba04f26]{--el-tag-text-color: #c9920a;--el-tag-border-color: rgba(201, 146, 10, .4);--el-tag-bg-color: rgba(201, 146, 10, .1)}.product-card .card-content .product-meta[data-v-1ba04f26]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.product-card .card-content .product-meta .user-info[data-v-1ba04f26]{display:flex;align-items:center;gap:8px}.product-card .card-content .product-meta .user-info .username[data-v-1ba04f26]{font-size:12px;color:var(--text-secondary);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .card-content .fee-row[data-v-1ba04f26]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.product-card .card-content .fee-item[data-v-1ba04f26]{font-size:12px;font-weight:700;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid rgba(0,0,0,.06);padding:4px 8px;border-radius:999px}.product-card .card-content .card-footer[data-v-1ba04f26]{margin-top:auto;padding-top:12px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end}.product-card .card-content .card-footer .view-btn[data-v-1ba04f26]{font-size:13px;color:var(--text-secondary);display:flex;align-items:center;gap:4px;transition:all .3s}.pagination-wrapper[data-v-1ba04f26]{margin-top:40px;display:flex;justify-content:center}.empty-state[data-v-1ba04f26]{padding:60px 0;background:#fff;border-radius:12px;text-align:center}@media (max-width: 768px){.account-list-page[data-v-1ba04f26]{padding-bottom:calc(96px + env(safe-area-inset-bottom,0));overflow-x:hidden}.breadcrumb-section[data-v-1ba04f26]{display:none}.filter-box[data-v-1ba04f26]{padding:12px;margin-bottom:12px;border-radius:10px}.filter-box .filter-row[data-v-1ba04f26]{flex-direction:column;align-items:stretch;gap:8px;padding:10px 0}.filter-box .filter-row .filter-label[data-v-1ba04f26]{width:auto;line-height:1.4;font-size:13px}.filter-box .filter-row.is-skin-filter[data-v-1ba04f26]{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label label" "options toggle";align-items:start;column-gap:6px}.filter-box .filter-row.is-skin-filter .filter-label[data-v-1ba04f26]{grid-area:label}.filter-box .filter-row.is-skin-filter .filter-options[data-v-1ba04f26]{grid-area:options;width:auto;min-width:0}.filter-box .filter-row.is-skin-filter .filter-options.collapsed[data-v-1ba04f26]{max-height:32px;overflow:hidden}.filter-box .filter-row.is-skin-filter .filter-toggle[data-v-1ba04f26]{grid-area:toggle;margin-left:0;align-self:start;margin-top:4px}.filter-box .filter-row .filter-toggle[data-v-1ba04f26]{margin-left:0;align-self:flex-end}.filter-box .filter-row .filter-options[data-v-1ba04f26]{gap:8px;width:100%}.filter-box .filter-row .filter-options .filter-tag[data-v-1ba04f26]{font-size:13px;padding:4px 10px}.filter-box .filter-row .filter-options .range-input-wrapper[data-v-1ba04f26]{width:100%;flex-wrap:wrap}.filter-box .filter-row .filter-options .range-input-wrapper[data-v-1ba04f26] .el-input{flex:1;min-width:72px;width:auto!important}.filter-box .filter-row .filter-options[data-v-1ba04f26] .el-input{width:100%!important;max-width:100%}.list-toolbar[data-v-1ba04f26]{flex-direction:column;align-items:stretch;gap:12px;padding:12px;margin-bottom:12px}.list-toolbar .sort-tabs[data-v-1ba04f26]{flex-wrap:wrap;gap:8px 12px;width:100%}.list-toolbar .sort-tabs .sort-tab[data-v-1ba04f26]{font-size:13px;white-space:nowrap}.list-toolbar .toolbar-right[data-v-1ba04f26],.list-toolbar .toolbar-right .search-input[data-v-1ba04f26]{width:100%}.accounts-grid[data-v-1ba04f26]{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px}.product-card[data-v-1ba04f26]{border-radius:10px}.product-card[data-v-1ba04f26]:hover{transform:none;box-shadow:none;border-color:transparent}.product-card .card-image .channel-badge[data-v-1ba04f26]{left:6px;top:6px;padding:2px 6px;font-size:10px;font-weight:600}.product-card .card-image .want-badge[data-v-1ba04f26]{font-size:10px;padding:2px 6px}.product-card .card-content[data-v-1ba04f26]{padding:8px}.product-card .card-content .product-title[data-v-1ba04f26]{font-size:13px;height:auto;margin-bottom:6px}.product-card .card-content .product-title .discount-tag[data-v-1ba04f26]{height:16px;line-height:16px;padding:0 4px;font-size:10px}.product-card .card-content .skin-tags[data-v-1ba04f26]{margin-top:0;margin-bottom:4px;gap:4px;max-height:44px;overflow:hidden}.product-card .card-content .skin-tag[data-v-1ba04f26]{font-size:10px;line-height:18px;padding:0 4px}.product-card .card-content .fee-row[data-v-1ba04f26]{gap:4px;margin-bottom:4px}.product-card .card-content .fee-item[data-v-1ba04f26]{font-size:10px;padding:2px 5px}.product-card .card-content .price .amount[data-v-1ba04f26]{font-size:17px}.product-card .card-content .card-footer[data-v-1ba04f26]{padding-top:8px;border-top:none}.product-card .card-content .card-footer .view-btn[data-v-1ba04f26]{display:none}.pagination-wrapper[data-v-1ba04f26]{margin-top:16px;padding:0 4px 8px}.pagination-wrapper[data-v-1ba04f26] .el-pagination__total,.pagination-wrapper[data-v-1ba04f26] .el-pagination__sizes,.pagination-wrapper[data-v-1ba04f26] .el-pagination__jump{display:none}.pagination-wrapper[data-v-1ba04f26] .el-pagination{flex-wrap:wrap;justify-content:center;gap:6px}.empty-state[data-v-1ba04f26]{padding:40px 16px}}
