.search-section[data-v-a0e7b41c]{display:flex;justify-content:center}.theSearch[data-v-a0e7b41c]{width:50%;max-width:600px}.customer-card[data-v-04833fde]{border-radius:16px;margin-bottom:20px;box-shadow:0 2px 16px rgba(0,0,0,.1);border:1px solid hsla(0,0%,90.2%,.6);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.customer-card[data-v-04833fde]:hover{box-shadow:0 2px 25px rgba(0,0,0,.1);border-color:rgba(51,51,51,.2)}.customer-card.expanded[data-v-04833fde]{box-shadow:0 2px 25px rgba(0,0,0,.1)}.customer-header[data-v-04833fde]{padding:24px 32px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.customer-info[data-v-04833fde]{display:flex;align-items:center;gap:16px}.customer-avatar[data-v-04833fde]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;letter-spacing:.5px;overflow:hidden}.customer-avatar img[data-v-04833fde]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.customer-avatar span[data-v-04833fde]{background:linear-gradient(135deg,#333,#555);width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px}.customer-details .customer-name[data-v-04833fde]{margin:0 0 2px 0;font-size:18px;font-weight:500;color:#2c3e50;letter-spacing:.3px}.customer-details .customer-phone[data-v-04833fde]{margin:0 0 4px 0;font-size:13px;color:#718096;font-family:SF Mono,Menlo,monospace}.customer-details .customer-meta[data-v-04833fde]{margin:0;font-size:14px;color:#718096;font-weight:400}.customer-actions[data-v-04833fde]{display:flex;align-items:center;gap:12px}.expand-indicator[data-v-04833fde]{width:32px;height:32px;border-radius:8px;background:rgba(248,249,250,.8);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.expand-indicator .expand-icon[data-v-04833fde]{width:20px;height:20px;color:#718096;transition:transform .3s ease}.expand-indicator .expand-icon.rotated[data-v-04833fde]{transform:rotate(180deg)}.expand-indicator[data-v-04833fde]:hover{background:rgba(51,51,51,.1)}.expand-indicator:hover .expand-icon[data-v-04833fde]{color:#333}.products-container[data-v-04833fde]{border-top:1px solid hsla(0,0%,90.2%,.6);background:rgba(248,249,250,.3)}.products-grid[data-v-04833fde]{padding:24px 32px;display:grid;gap:16px}.slide-down-enter-active[data-v-04833fde],.slide-down-leave-active[data-v-04833fde]{transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.slide-down-enter-from[data-v-04833fde],.slide-down-leave-to[data-v-04833fde]{max-height:0;opacity:0;transform:translateY(-20px)}.slide-down-enter-to[data-v-04833fde],.slide-down-leave-from[data-v-04833fde]{max-height:1000px;opacity:1;transform:translateY(0)}@media (max-width:768px){.customer-header[data-v-04833fde]{padding:20px 24px}.customer-avatar[data-v-04833fde]{width:40px;height:40px;font-size:14px}.customer-details .customer-phone[data-v-04833fde]{font-size:16px}.products-grid[data-v-04833fde]{padding:20px 24px}}.product-group-item[data-v-04833fde]{background:#fff;border-radius:12px;padding:20px;border:1px solid hsla(0,0%,90.2%,.6);display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-group-item[data-v-04833fde]:hover{border:1px solid hsla(0,0%,90.2%,.8);box-shadow:0 2px 16px rgba(0,0,0,.06);transform:translateY(-1px)}.product-image[data-v-04833fde]{position:relative;width:60px;height:60px;border-radius:10px;overflow:hidden;background:#f8f9fa;flex-shrink:0}.product-image img[data-v-04833fde]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-image:hover img[data-v-04833fde]{transform:scale(1.05)}.product-info[data-v-04833fde]{flex:1;min-width:0}.product-info .product-header[data-v-04833fde]{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.product-info .product-name[data-v-04833fde]{margin:0;font-size:16px;font-weight:500;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.product-info .stock-number[data-v-04833fde]{font-size:13px;font-weight:600;color:#667eea;background:rgba(102,126,234,.1);padding:2px 8px;border-radius:6px;white-space:nowrap;margin-left:12px}.product-info .product-code[data-v-04833fde]{margin:0;font-size:13px;color:#718096;font-family:SF Mono,Menlo,monospace}.product-actions[data-v-04833fde]{display:flex;gap:8px;flex-shrink:0}.product-actions .action-btn[data-v-04833fde]{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.product-actions .action-btn svg[data-v-04833fde]{width:14px;height:14px}.product-actions .action-btn[data-v-04833fde]:disabled{opacity:.5;cursor:not-allowed}.product-actions .action-btn.stock-in[data-v-04833fde]{background:rgba(39,174,96,.1);color:#27ae60;border:1px solid rgba(39,174,96,.2)}.product-actions .action-btn.stock-in[data-v-04833fde]:hover:not(:disabled){background:rgba(39,174,96,.15);border-color:rgba(39,174,96,.3);transform:translateY(-1px)}.product-actions .action-btn.stock-out[data-v-04833fde]{background:rgba(243,156,18,.1);color:#f39c12;border:1px solid rgba(243,156,18,.2)}.product-actions .action-btn.stock-out[data-v-04833fde]:hover:not(:disabled){background:rgba(243,156,18,.15);border-color:rgba(243,156,18,.3);transform:translateY(-1px)}@media (max-width:768px){.customer-header[data-v-04833fde]{padding:20px 24px}.customer-avatar[data-v-04833fde]{width:40px;height:40px;font-size:14px}.customer-details .customer-phone[data-v-04833fde]{font-size:16px}.products-grid[data-v-04833fde]{padding:20px 24px}.product-group-item[data-v-04833fde]{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.product-image[data-v-04833fde]{align-self:center}.product-info[data-v-04833fde]{text-align:center;width:100%}.product-info .product-header[data-v-04833fde]{flex-direction:column;align-items:center;gap:4px}.product-info .product-code[data-v-04833fde],.product-info .product-name[data-v-04833fde]{text-align:center}.product-actions[data-v-04833fde]{width:100%;justify-content:center;flex-wrap:wrap}.product-actions .action-btn[data-v-04833fde]{flex:1;min-width:80px;justify-content:center}}@media (max-width:480px){.product-actions[data-v-04833fde]{flex-direction:column;gap:8px}.product-actions .action-btn[data-v-04833fde]{width:100%}}.customer-workflow[data-v-4d49c404]{--milk-bg:#fffaf5;--milk-ice:#f7f1ea;--milk-foam:#efe6db;--milk-ink:#3a3a3a;--milk-muted:#8b8a86;--milk-accent:#d7c9bb;position:relative;padding:8px;border-radius:24px}.customer-workflow .customers-grid[data-v-4d49c404]{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;margin-top:32px}.customer-workflow .empty-state[data-v-4d49c404],.customer-workflow .loading-state[data-v-4d49c404],.customer-workflow .search-prompt-state[data-v-4d49c404]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center}.customer-workflow .empty-state .empty-illustration[data-v-4d49c404],.customer-workflow .empty-state .search-prompt-illustration[data-v-4d49c404],.customer-workflow .loading-state .empty-illustration[data-v-4d49c404],.customer-workflow .loading-state .search-prompt-illustration[data-v-4d49c404],.customer-workflow .search-prompt-state .empty-illustration[data-v-4d49c404],.customer-workflow .search-prompt-state .search-prompt-illustration[data-v-4d49c404]{margin-bottom:28px;opacity:.9}.customer-workflow .empty-state h3[data-v-4d49c404],.customer-workflow .loading-state h3[data-v-4d49c404],.customer-workflow .search-prompt-state h3[data-v-4d49c404]{margin:0 0 12px 0;font-size:24px;font-weight:400;color:var(--milk-ink);letter-spacing:.2px}.customer-workflow .empty-state p[data-v-4d49c404],.customer-workflow .loading-state p[data-v-4d49c404],.customer-workflow .search-prompt-state p[data-v-4d49c404]{margin:0;font-size:16px;color:var(--milk-muted);max-width:380px;line-height:1.65}.customer-workflow .search-prompt-state h3[data-v-4d49c404]{color:var(--milk-ink);font-weight:500}.customer-workflow .search-prompt-state p[data-v-4d49c404]{color:#7e7b77}.product-group-overview[data-v-cc7c3dc4]{background:#fff;border-radius:16px;margin-bottom:20px;box-shadow:0 2px 16px rgba(0,0,0,.04);border:1px solid hsla(0,0%,90.2%,.6);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-group-overview[data-v-cc7c3dc4]:hover{box-shadow:0 4px 24px rgba(0,0,0,.08);border-color:rgba(51,51,51,.2)}.product-group-overview.expanded[data-v-cc7c3dc4]{box-shadow:0 6px 32px rgba(0,0,0,.1)}.product-header[data-v-cc7c3dc4]{padding:24px 32px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.product-header[data-v-cc7c3dc4]:hover{background:rgba(248,249,250,.5)}.product-main-info[data-v-cc7c3dc4]{display:flex;align-items:center;gap:20px;flex:1}.product-image[data-v-cc7c3dc4]{position:relative;width:64px;height:64px;border-radius:12px;overflow:hidden;background:#f8f9fa;flex-shrink:0}.product-image img[data-v-cc7c3dc4]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stock-badge[data-v-cc7c3dc4]{position:absolute;top:5px;left:5px;background:#38a169;color:#fff;width:10px;height:10px;border-radius:50%;box-shadow:0 2px 8px rgba(56,161,105,.3)}.stock-badge.low[data-v-cc7c3dc4]{background:#f6ad55;box-shadow:0 2px 8px rgba(246,173,85,.3)}.stock-badge.critical[data-v-cc7c3dc4]{background:#f56565;box-shadow:0 2px 8px rgba(245,101,101,.3)}.stock-badge.empty[data-v-cc7c3dc4]{background:#e53e3e;box-shadow:0 2px 8px rgba(229,62,62,.3)}.product-info[data-v-cc7c3dc4]{flex:1;min-width:0}.product-info .product-name[data-v-cc7c3dc4]{margin:0 0 4px 0;font-size:18px;font-weight:500;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info .product-code[data-v-cc7c3dc4]{margin:0 0 8px 0;font-size:13px;color:#718096;font-family:SF Mono,Menlo,monospace}.product-info .product-meta[data-v-cc7c3dc4]{margin:0;display:flex;gap:16px;font-size:14px}.product-info .product-meta .customer-stock[data-v-cc7c3dc4],.product-info .product-meta .store-stock[data-v-cc7c3dc4]{color:#2c3e50;font-weight:500}.product-info .product-meta .customer-count[data-v-cc7c3dc4]{color:#718096}.product-actions[data-v-cc7c3dc4]{display:flex;align-items:center;gap:16px}.status-indicator[data-v-cc7c3dc4]{padding:8px 16px;border-radius:16px;font-size:13px;font-weight:500;text-align:center}.status-indicator.sufficient[data-v-cc7c3dc4]{background:rgba(56,161,105,.1);color:#38a169;border:1px solid rgba(56,161,105,.2)}.status-indicator.insufficient[data-v-cc7c3dc4]{background:rgba(246,173,85,.1);color:#f6ad55;border:1px solid rgba(246,173,85,.2)}.status-indicator.critical[data-v-cc7c3dc4]{background:rgba(245,101,101,.1);color:#f56565;border:1px solid rgba(245,101,101,.2)}.status-indicator.empty[data-v-cc7c3dc4]{background:rgba(229,62,62,.1);color:#e53e3e;border:1px solid rgba(229,62,62,.2)}.expand-indicator[data-v-cc7c3dc4]{width:32px;height:32px;border-radius:8px;background:rgba(248,249,250,.8);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.expand-indicator .expand-icon[data-v-cc7c3dc4]{width:20px;height:20px;color:#718096;transition:transform .3s ease}.expand-indicator .expand-icon.rotated[data-v-cc7c3dc4]{transform:rotate(180deg)}.expand-indicator[data-v-cc7c3dc4]:hover{background:rgba(51,51,51,.1)}.expand-indicator:hover .expand-icon[data-v-cc7c3dc4]{color:#333}.customers-container[data-v-cc7c3dc4]{border-top:1px solid hsla(0,0%,90.2%,.6);background:rgba(248,249,250,.3)}.customers-header[data-v-cc7c3dc4]{padding:20px 32px 0}.customers-header h5[data-v-cc7c3dc4]{margin:0;font-size:14px;color:#718096;font-weight:500;letter-spacing:.5px}.customers-list[data-v-cc7c3dc4]{padding:16px 32px 24px;display:grid;gap:12px}.customer-item[data-v-cc7c3dc4]{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid hsla(0,0%,90.2%,.4);display:flex;align-items:center;gap:16px;transition:all .3s ease}.customer-item[data-v-cc7c3dc4]:hover{border-color:rgba(51,51,51,.3);box-shadow:0 2px 12px rgba(0,0,0,.04)}.customer-avatar[data-v-cc7c3dc4]{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;letter-spacing:.5px;flex-shrink:0;overflow:hidden}.customer-avatar img[data-v-cc7c3dc4]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.customer-avatar span[data-v-cc7c3dc4]{background:linear-gradient(135deg,#333,#555);width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px}.customer-details[data-v-cc7c3dc4]{flex:1;display:flex;flex-direction:column;gap:4px}.customer-details .customer-name-phone[data-v-cc7c3dc4]{display:flex;flex-direction:column;gap:2px}.customer-details .customer-name-phone .customer-name[data-v-cc7c3dc4]{font-size:16px;font-weight:500;color:#2c3e50}.customer-details .customer-name-phone .customer-phone[data-v-cc7c3dc4]{font-size:13px;color:#718096;font-family:SF Mono,Menlo,monospace}.customer-details .customer-stock[data-v-cc7c3dc4]{display:flex;align-items:center;gap:8px}.customer-details .customer-stock .stock-label[data-v-cc7c3dc4]{font-size:13px;color:#718096}.customer-details .customer-stock .stock-value[data-v-cc7c3dc4]{font-size:14px;font-weight:600;color:#38a169}.customer-details .customer-stock .stock-value.insufficient[data-v-cc7c3dc4]{color:#f6ad55}.customer-details .customer-stock .stock-value.critical[data-v-cc7c3dc4]{color:#f56565}.customer-details .customer-stock .stock-value.empty[data-v-cc7c3dc4]{color:#e53e3e}.customer-details .customer-stock .stock-status[data-v-cc7c3dc4]{font-size:12px;font-weight:500;color:#38a169}.customer-details .customer-stock .stock-status.insufficient[data-v-cc7c3dc4]{color:#f6ad55}.customer-details .customer-stock .stock-status.critical[data-v-cc7c3dc4]{color:#f56565}.customer-details .customer-stock .stock-status.empty[data-v-cc7c3dc4]{color:#e53e3e}.customer-status[data-v-cc7c3dc4]{flex-shrink:0}.customer-status .status-dot[data-v-cc7c3dc4]{width:12px;height:12px;border-radius:50%;background:#38a169}.customer-status .status-dot.insufficient[data-v-cc7c3dc4]{background:#f6ad55}.customer-status .status-dot.critical[data-v-cc7c3dc4]{background:#f56565}.customer-status .status-dot.empty[data-v-cc7c3dc4]{background:#e53e3e}.slide-down-enter-active[data-v-cc7c3dc4],.slide-down-leave-active[data-v-cc7c3dc4]{transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.slide-down-enter-from[data-v-cc7c3dc4],.slide-down-leave-to[data-v-cc7c3dc4]{max-height:0;opacity:0;transform:translateY(-20px)}.slide-down-enter-to[data-v-cc7c3dc4],.slide-down-leave-from[data-v-cc7c3dc4]{max-height:1000px;opacity:1;transform:translateY(0)}@media (max-width:768px){.product-header[data-v-cc7c3dc4]{padding:20px 24px;flex-direction:column;align-items:flex-start;gap:16px}.product-main-info[data-v-cc7c3dc4]{width:100%}.product-actions[data-v-cc7c3dc4]{width:100%;justify-content:space-between}.customers-header[data-v-cc7c3dc4],.customers-list[data-v-cc7c3dc4]{padding-left:24px;padding-right:24px}.customer-item[data-v-cc7c3dc4]{padding:12px 16px}.customer-avatar[data-v-cc7c3dc4]{width:36px;height:36px;font-size:12px}}.product-workflow[data-v-8a139594]{margin-top:50px}.overview-section[data-v-8a139594]{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.08);border:1px solid hsla(0,0%,94.1%,.6);position:relative;z-index:1}.overview-section[data-v-8a139594]:after{content:"";position:absolute;top:1px;left:1px;right:1px;bottom:1px;background:linear-gradient(135deg,hsla(0,0%,100%,.8),rgba(248,249,250,.3));border-radius:19px;pointer-events:none;z-index:-1}.overview-section .overview-header[data-v-8a139594]{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.overview-section .overview-header .overview-stats[data-v-8a139594]{display:flex;gap:20px}.overview-section .overview-header .overview-stats .stat-item[data-v-8a139594]{display:flex;flex-direction:column;align-items:center;padding:16px 20px;background:rgba(248,249,250,.6);border-radius:16px;border:1px solid hsla(0,0%,90.2%,.6);min-width:100px}.overview-section .overview-header .overview-stats .stat-item .stat-value[data-v-8a139594]{font-size:24px;font-weight:600;margin-bottom:4px}.overview-section .overview-header .overview-stats .stat-item .stat-label[data-v-8a139594]{font-size:12px;font-weight:500;text-align:center}.overview-section .search-filter-section[data-v-8a139594]{display:flex;gap:20px;margin-bottom:32px;align-items:center}.overview-section .search-filter-section .search-input-container[data-v-8a139594]{flex:1;max-width:400px}.overview-section .search-filter-section .filter-container[data-v-8a139594]{min-width:160px}.overview-section .products-overview[data-v-8a139594]{display:flex;flex-direction:column;gap:12px}.overview-section .empty-state[data-v-8a139594],.overview-section .loading-state[data-v-8a139594]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center}.overview-section .empty-state .loading-spinner[data-v-8a139594],.overview-section .loading-state .loading-spinner[data-v-8a139594]{width:48px;height:48px;border:3px solid rgba(102,126,234,.1);border-top:3px solid #667eea;border-radius:50%;animation:spin-8a139594 1s linear infinite;margin-bottom:24px}.overview-section .empty-state .empty-illustration[data-v-8a139594],.overview-section .loading-state .empty-illustration[data-v-8a139594]{margin-bottom:32px;opacity:.6}.overview-section .empty-state .empty-illustration svg[data-v-8a139594],.overview-section .loading-state .empty-illustration svg[data-v-8a139594]{width:120px;height:120px}.overview-section .empty-state p[data-v-8a139594],.overview-section .loading-state p[data-v-8a139594]{margin:0;font-size:16px;max-width:400px;line-height:1.6}@keyframes spin-8a139594{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.stock-form-content[data-v-325ba0f1]{padding:0;display:flex;flex-direction:column;gap:16px}.product-info-panel[data-v-325ba0f1]{display:flex;flex-direction:column;gap:8px;max-width:300px;height:100%}.product-image-container[data-v-325ba0f1]{display:flex;justify-content:center;margin-bottom:8px}.product-image-placeholder[data-v-325ba0f1],.product-image[data-v-325ba0f1]{width:100px;height:100px;border-radius:8px}.product-info-details[data-v-325ba0f1]{display:flex;flex-direction:column}.info-item[data-v-325ba0f1]{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.info-item .info-label[data-v-325ba0f1]{font-size:10px;font-weight:500;opacity:.8}.info-item .info-value[data-v-325ba0f1]{font-size:12px;font-weight:600;text-align:right}.info-item .info-value.stock-value[data-v-325ba0f1]{color:hsla(0,0%,100%,.9)}.operation-preview[data-v-325ba0f1]{display:flex;justify-content:space-between;gap:4px;align-items:center;border-top:1px solid hsla(0,0%,100%,.2);margin-top:8px;padding-top:8px}.preview-item[data-v-325ba0f1]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.preview-item .preview-label[data-v-325ba0f1]{font-size:9px;font-weight:500;margin-bottom:4px;letter-spacing:.5px;opacity:.8}.preview-item .preview-value[data-v-325ba0f1]{font-size:12px;font-weight:700}.divider[data-v-325ba0f1]{width:1px;height:20px;background:hsla(0,0%,100%,.2);flex-shrink:0}.form-grid[data-v-325ba0f1]{display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center}.form-row[data-v-325ba0f1]{display:flex;gap:12px;align-items:flex-start}.form-row .form-item-primary[data-v-325ba0f1]{flex:1}.form-row .form-item-half[data-v-325ba0f1]{flex:1;min-width:0}@media (max-width:768px){.form-row[data-v-325ba0f1]{flex-direction:column;gap:8px}.form-row .form-item-half[data-v-325ba0f1]{flex:1}}.warning-tip[data-v-325ba0f1]{display:flex;align-items:center;gap:8px;padding:12px 16px;background:rgba(255,77,79,.1);border:1px solid rgba(255,77,79,.2);border-radius:8px;color:#ff4d4f;font-size:14px;margin-top:16px}.goods-stock-page[data-v-2c1d8b26]{background:linear-gradient(135deg,#fafbfc,#f8f9fa);min-height:100vh;position:relative}.goods-stock-page[data-v-2c1d8b26]:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.015) 1px,transparent 0);background-size:24px 24px;pointer-events:none;z-index:0}@keyframes fadeInUp-2c1d8b26{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight-2c1d8b26{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}[data-v-2c1d8b26] .custom-input{border:1px solid hsla(0,0%,90.2%,.8);border-radius:14px;padding:16px 20px;font-size:15px;transition:all .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fafafa,#fff);letter-spacing:.3px}[data-v-2c1d8b26] .custom-input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 4px rgba(102,126,234,.08),0 4px 16px rgba(102,126,234,.12);transform:translateY(-1px)}[data-v-2c1d8b26] .custom-input::-moz-placeholder{color:#a0aec0}[data-v-2c1d8b26] .custom-input::placeholder{color:#a0aec0}[data-v-2c1d8b26] .custom-form-item .form-label{color:#4a5568;font-weight:500;font-size:15px;margin-bottom:12px;letter-spacing:.4px}[data-v-2c1d8b26] .custom-form-item .required-mark{color:#e53e3e;margin-left:4px}.glassSection[data-v-2c1d8b26]{margin-top:30px}@media (max-width:768px){.goods-stock-page[data-v-2c1d8b26]:before{background-size:16px 16px}}