/* 深色模式适配 */ [data-bs-theme="dark"] body { background-color: #121212 !important; } [data-bs-theme="dark"] .product-card, [data-bs-theme="dark"] .filter-panel-card { background-color: #1e1e1e; border-color: #333; } [data-bs-theme="dark"] .bg-light, [data-bs-theme="dark"] .premium-form-section { background-color: #242424 !important; border-color:#333; } [data-bs-theme="dark"] .category-list-item { background-color: #242424; border-color: #444; } [data-bs-theme="dark"] .cat-inline-edit { color: #f8f9fa; } [data-bs-theme="dark"] .text-dark, [data-bs-theme="dark"] .p-name-display { color: #e2e8f0 !important; } [data-bs-theme="dark"] .modal-content { background-color: #1e1e1e; } [data-bs-theme="dark"] .form-control, [data-bs-theme="dark"] .form-select, [data-bs-theme="dark"] .modern-input { background-color: #242424 !important; border-color: #444; color: #fff; } [data-bs-theme="dark"] .input-group-text { background-color: #333 !important; border-color: #444; color: #bbb; } [data-bs-theme="dark"] .text-muted, [data-bs-theme="dark"] .p-params-text, [data-bs-theme="dark"] .factory-info { color: #94a3b8 !important; } [data-bs-theme="dark"] .title-copy-btn { background: #333; color: #aaa; } [data-bs-theme="dark"] .title-copy-btn:hover { background: #444; color: #fff; } [data-bs-theme="dark"] .config-tabs-wrapper { border-color: #333; }