:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--admin-page-bg);--admin-page-bg:#f5f6f8;--admin-surface:#fff;--admin-sidebar:#372c23;--admin-sidebar-active:#765335;--admin-text:#1f2329;--admin-text-strong:#11100e;--admin-text-secondary:#86909c;--admin-border:#e5e6eb;--admin-border-warm:#e8e4df;--admin-success:#2fcb6b;--admin-warning:#ff950a;--admin-danger:#ff2938;--admin-radius-control:8px;--admin-radius-card:12px;--admin-radius-feature:18px;--admin-shadow-card:0 8px 24px rgb(52 42 31/4%);--admin-shadow-floating:0 8px 22px rgb(52 42 31/5%);--admin-space-1:4px;--admin-space-2:8px;--admin-space-3:12px;--admin-space-4:16px;--admin-space-5:20px;--admin-space-6:24px;--admin-space-8:32px}*{box-sizing:border-box}body{margin:0;color:var(--admin-text);background:var(--admin-page-bg)}.admin-app-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr)}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:28px 18px;color:#f7f1e9;background:var(--admin-sidebar);gap:30px}.admin-brand,.admin-sidebar{display:flex;flex-direction:column}.admin-brand{padding:0 12px;gap:6px}.admin-brand span{color:#c9b7a4;font-size:12px;letter-spacing:2px}.admin-brand strong{font-size:18px}.admin-navigation{display:flex;flex-direction:column;gap:6px}.admin-nav-item{padding:11px 12px;border-radius:var(--admin-radius-control);color:#d9cec3;text-decoration:none;transition:color .2s ease,background .2s ease}.admin-nav-item:hover{color:#fff;background:rgb(255 255 255/8%)}.admin-nav-item.active{color:#fff;background:var(--admin-sidebar-active);font-weight:600}.admin-main{min-width:0}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--admin-space-6)}.admin-page-heading{min-width:0}.admin-page-heading h2.ant-typography{margin:var(--admin-space-1) 0}.admin-page-heading p.ant-typography{max-width:760px;margin:var(--admin-space-2) 0 0}.admin-page-eyebrow{margin-bottom:var(--admin-space-2);color:#8a6a49;font-size:12px;font-weight:700;letter-spacing:.14em}.admin-page-actions{flex:0 0 auto}.admin-content-card.ant-card,.admin-filter-panel.ant-card{border-color:var(--admin-border-warm);border-radius:var(--admin-radius-card);box-shadow:var(--admin-shadow-card)}.admin-state-panel{min-height:240px;padding:var(--admin-space-8) var(--admin-space-4);border:1px solid var(--admin-border-warm);border-radius:var(--admin-radius-card);background:var(--admin-surface);display:grid;place-items:center;align-content:center;grid-gap:var(--admin-space-3);gap:var(--admin-space-3);text-align:center}.admin-state-alert.ant-alert{border-radius:var(--admin-radius-control)}.admin-action-bar{position:fixed;z-index:16;right:0;bottom:0;left:220px;min-height:76px;padding:12px max(24px,calc((100vw - 1132px) / 2));border-top:1px solid var(--admin-border);background:rgb(255 255 255/96%);box-shadow:0 -8px 24px rgb(31 35 41/8%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:var(--admin-space-6)}.admin-action-status{min-width:0;color:var(--admin-text-secondary);font-size:12px}.admin-action-controls{margin-left:auto}.shell{min-height:100vh;display:grid;place-items:center;padding:24px}.status-card{width:min(680px,100%)}.login-shell{min-height:100vh;padding:32px 20px;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,rgb(118 83 53/14%),transparent 34%),var(--admin-page-bg)}.login-card{width:min(860px,100%);border-color:var(--admin-border-warm);border-radius:var(--admin-radius-feature);box-shadow:var(--admin-shadow-floating);overflow:hidden}.login-card .ant-card-body{padding:40px;display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:48px;gap:48px;align-items:center}.login-copy h2{margin:14px 0 12px}.login-eyebrow,.login-role-tag.ant-tag{border-color:#d8c2a9;color:#765335;background:#f6eee5;font-weight:700}.login-eyebrow{width:-moz-fit-content;width:fit-content;padding:3px 9px;border:1px solid #d8c2a9;border-radius:999px;font-size:12px}.login-qr-panel,.login-qr-placeholder{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.product-detail-shell,.product-list-shell{width:min(1440px,100%);min-height:100vh;margin:0 auto;padding:28px 24px 64px;display:flex;flex-direction:column;gap:16px}.product-list-shell{padding:12px 12px 64px}.product-detail-header,.product-list-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.product-detail-header h2,.product-list-header h2{margin:4px 0}.product-filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(140px,1fr)) auto;grid-gap:12px;gap:12px}.product-filter-brand-state .ant-select{width:100%}.product-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(368px,100%),1fr));grid-gap:16px;gap:16px}.product-list-card.ant-card{overflow:hidden;border:0;border-radius:12px;background:#fff;box-shadow:none}.product-list-card.ant-card>.ant-card-body{padding:8px 12px 8px 8px!important}.product-list-row{min-width:0;display:flex;flex-direction:column;gap:8px}.product-card-content{min-width:0;display:flex;align-items:flex-start;gap:8px}.product-cover{position:relative;flex:0 0 116px;width:116px;height:108px;overflow:hidden;border-radius:4px;background:#c4c4c4;display:grid;place-items:center}.product-cover img{width:100%;height:100%;object-fit:contain}.product-actions,.product-primary{min-width:0;display:flex;flex-direction:column}.product-primary{flex:1 1;align-self:stretch;padding-block:1px;gap:8px;overflow:hidden}.product-price-and-brands,.product-summary{min-width:0;display:flex;flex-direction:column;gap:4px}.product-title-row{min-width:0;max-height:44px;overflow:hidden;color:#151515;font-size:14px;font-weight:600;line-height:19px}.product-title-row h4.ant-typography{display:inline;margin:0!important;color:inherit;font-size:16px!important;font-weight:inherit;line-height:22px}.product-brand-tag.ant-tag,.product-sale-status.ant-tag,.product-type-tag.ant-tag{-webkit-margin-end:0;margin-inline-end:0}.product-sale-status.ant-tag{height:16px;margin-right:4px;padding-inline:4px;border:0;border-radius:3px;color:#fff;background:#2fcb6b;display:inline-flex;vertical-align:1px;align-items:center;font-size:13px;font-weight:500;line-height:16px}.product-sale-status.is-draft,.product-sale-status.is-empty,.product-sale-status.is-sold{background:#c7c7c7}.product-type-tag.ant-tag{position:absolute;top:0;left:0;z-index:1;height:16px;margin:0;padding-inline:4px;border:0;border-radius:3px;color:#fff;background:#ff950a;font-size:13px;font-weight:500;line-height:16px}.product-owner-dimension{width:100%;overflow:hidden;color:#9b9b9b!important;font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.product-owner{color:#10b970}.product-view-count.ant-tag{align-self:flex-start;height:16px;margin:0;padding-inline:4px;border:.7px solid #f0a15a;border-radius:3px;color:#e58a38;background:transparent;font-size:11px;font-weight:400;line-height:14px}.product-price-row{min-width:0;display:flex;align-items:center;gap:8px;white-space:nowrap}.product-core-price{color:#ff2938;font-size:13px;line-height:24px}.product-core-price>span{font-size:18px}.product-reseller-price{overflow:hidden;color:#777!important;font-size:12px;line-height:24px;text-overflow:ellipsis}.product-statuses{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.product-brand-tag.ant-tag{height:14px;margin:0;padding:2px 4px;border:.7px solid #f4ddca;border-radius:3px;color:#9c6b42;background:#f4ddca;display:inline-flex;align-items:center;gap:2px;font-size:10px;font-weight:600;line-height:10px}.product-brand-tag img{width:8px;height:6px}.product-brand-tag.is-hidden{border-color:#eae8e8;color:#999;background:#eae8e8}.product-brand-tag.is-hidden img{filter:grayscale(1);opacity:.55}.product-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);grid-gap:8px;gap:8px}.product-actions .ant-btn{width:100%;height:32px;padding:4px 8px;border-color:#1e2521;border-radius:8px;color:#1e2521;background:#fff;font-size:14px;line-height:14px}.product-actions .ant-btn-primary:not(:disabled){border-color:#1e2521;color:#fff;background:#1e2521}.product-list-card[data-status=sold] .product-core-price,.product-list-card[data-status=sold] .product-owner,.product-list-card[data-status=sold] .product-title-row{color:#666}.product-list-card[data-status=sold] .product-view-count{border-color:#bababa;color:#959595}.product-list-card[data-status=sold] .product-brand-tag{border-color:#eae8e8;color:#999;background:#eae8e8}.product-list-card[data-status=sold] .product-brand-tag img{filter:grayscale(1);opacity:.55}.product-pagination{display:flex;justify-content:flex-end;gap:10px}.ant-btn-primary:not(:disabled){border-color:#11100e;color:#fff;background:#11100e;box-shadow:none}.ant-btn.ant-btn-primary:not(:disabled):active,.ant-btn.ant-btn-primary:not(:disabled):focus-visible,.ant-btn.ant-btn-primary:not(:disabled):hover{border-color:#000!important;color:#fff!important;background:#000!important}.ant-btn.ant-btn-default:not(:disabled):active,.ant-btn.ant-btn-default:not(:disabled):focus-visible,.ant-btn.ant-btn-default:not(:disabled):hover{border-color:#11100e!important;color:#11100e!important;background:#fff!important}.product-detail-loading,.product-list-loading{min-height:50vh;display:grid;place-items:center}.back-link{height:auto;padding:0}.brand-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.product-detail-asset-group,.product-detail-assets,.product-detail-series-row{display:flex;flex-direction:column;gap:12px}.product-detail-asset-grid,.product-detail-member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.product-detail-asset-card{min-width:0;padding:10px;border:1px solid #e5e6eb;border-radius:10px;display:flex;flex-direction:column;gap:8px}.product-detail-asset-card .ant-image,.product-detail-media{width:100%;aspect-ratio:1;border-radius:7px;background:#f2f3f5;object-fit:contain}.product-detail-relation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.editor-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(160px,1fr);grid-gap:16px;gap:16px}.editor-price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-dimensions,.editor-money,.full-width-select{width:100%}.product-edit-shell{width:min(1180px,100%);padding-bottom:124px;gap:20px}.product-editor-hero{padding:26px 28px;border:1px solid #e8e4df;border-radius:20px;background:radial-gradient(circle at 92% 0,rgb(126 92 58/12%),transparent 34%),#fff;box-shadow:0 14px 34px rgb(52 42 31/6%)}.product-editor-heading{display:flex;flex-direction:column;align-items:flex-start}.product-editor-heading h2{margin:10px 0 8px}.product-editor-eyebrow{margin-top:20px;color:#8a6a49;font-size:12px;font-weight:700;letter-spacing:.18em}.product-editor-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-editor-guidance{margin:18px 0 0!important}.product-editor-section-nav{position:-webkit-sticky;position:sticky;z-index:8;top:12px;padding:8px;overflow-x:auto;border:1px solid #e8e4df;border-radius:14px;background:rgb(255 255 255/94%);box-shadow:0 8px 22px rgb(52 42 31/5%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;gap:4px}.product-editor-section-nav a{flex:0 0 auto;padding:9px 14px;border-radius:9px;color:#5d5146;text-decoration:none;white-space:nowrap}.product-editor-section-nav a:hover{color:#56391f;background:#f5efe8}.product-editor-form,.product-editor-section{display:flex;flex-direction:column;gap:20px;scroll-margin-top:84px}.product-editor-form .product-editor-section>.ant-card,.product-editor-section>.ant-card{border-color:#e8e4df;border-radius:18px;box-shadow:0 8px 24px rgb(52 42 31/4%)}.product-editor-form .product-editor-section>.ant-card>.ant-card-head,.product-editor-section>.ant-card>.ant-card-head{min-height:58px;padding-inline:24px}.product-editor-form .product-editor-section>.ant-card>.ant-card-body,.product-editor-section>.ant-card>.ant-card-body{padding:24px}.product-editor-action-bar{position:fixed;z-index:16;right:0;bottom:0;left:220px;min-height:82px;padding:14px max(24px,calc((100vw - 1132px) / 2));border-top:1px solid #e6e1dc;background:rgb(255 255 255/96%);box-shadow:0 -10px 30px rgb(52 42 31/8%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:24px}.product-editor-save-state{min-width:0;display:flex;flex-direction:column;gap:3px}.product-editor-save-state span{color:#86909c;font-size:12px}.asset-editor{width:100%}.asset-section-heading{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:16px}.asset-file-input{display:none}.asset-grid{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.shared-management-cover{width:100%;height:180px;object-fit:cover}.asset-card{min-width:0;padding:10px;border:1px solid #e5e6eb;border-radius:10px;display:flex;flex-direction:column;gap:8px}.asset-preview-empty,.asset-preview-media{width:100%;aspect-ratio:1;border-radius:7px;background:#f2f3f5;object-fit:cover}.asset-empty,.asset-preview-empty{color:#86909c;display:grid;place-items:center}.asset-empty{min-height:84px;border:1px dashed #c9cdd4;border-radius:8px}.asset-video-card{width:min(360px,100%)}.asset-video-card .asset-preview-media{aspect-ratio:16/9}.brand-editor-grid,.relation-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.brand-asset-order,.relation-editor-grid>div{display:flex;flex-direction:column;gap:10px}.brand-order-row{padding:8px;border:1px solid #e5e6eb;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-order-row img{width:52px;height:52px;border-radius:6px;object-fit:cover}.brand-save-button{margin-top:18px}.relation-editor-grid .ant-select{width:100%}.management-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.user-filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(3,minmax(150px,1fr)) auto;grid-gap:12px;gap:12px}.user-list-grid{display:flex;flex-direction:column;gap:12px}.user-card-row{display:grid;grid-template-columns:56px minmax(220px,1.2fr) minmax(260px,1.5fr) auto;align-items:center;grid-gap:18px;gap:18px}.user-permission-summary,.user-primary{min-width:0;display:flex;flex-direction:column;gap:7px}.user-actions{justify-content:flex-end}.user-permission-form{margin-top:20px}.log-filters{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr)) auto;grid-gap:12px;gap:12px}.log-list-grid{display:flex;flex-direction:column;gap:12px}.log-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.2fr) minmax(220px,1.2fr) minmax(160px,1fr) auto;align-items:center;grid-gap:16px;gap:16px}.log-json{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}.log-change-list{display:flex;flex-direction:column}.log-change-row{padding:10px 0;border-bottom:1px solid #f0f0f0;display:grid;grid-template-columns:minmax(120px,.8fr) repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.log-change-row:last-child{border-bottom:0}.log-change-heading{padding-top:0}.accessory-images{gap:12px}.accessory-images,.sale-shell{display:flex;flex-direction:column}.sale-shell{width:min(1080px,100%);min-height:100vh;margin:0 auto;padding:28px 24px 120px;gap:16px}.sale-loading{align-items:center;justify-content:center}.sale-header,.sale-product-summary{display:flex;align-items:center;justify-content:space-between;gap:20px}.sale-header h2,.sale-product-summary h4{margin:4px 0 0}.sale-product-card .ant-card-body{padding:20px 24px}.sale-fieldset{min-width:0;margin:0;padding:0;border:0;display:flex;flex-direction:column;gap:16px}.sale-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 20px;gap:18px 20px}.sale-field,.sale-stack{display:flex;flex-direction:column;gap:8px}.sale-field>span:first-child{font-weight:600}.sale-field .ant-input-number,.sale-field .ant-select{width:100%}.sale-count-field{width:min(220px,100%)}.sale-customer-input{margin-top:16px}.sale-preview-note{margin:16px 0 0!important}.sale-actions{justify-content:flex-end}.sale-retry-button{margin-top:16px}.sale-stage-indicator{margin:0;padding:18px 22px;border:1px solid var(--admin-border-warm);border-radius:var(--admin-radius-card);background:var(--admin-surface);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;list-style:none}.sale-stage-indicator li{color:var(--admin-text-secondary);display:flex;align-items:center;gap:8px}.sale-stage-indicator li span{width:28px;height:28px;border:1px solid var(--admin-border);border-radius:50%;display:grid;place-items:center}.sale-stage-indicator li.is-complete,.sale-stage-indicator li.is-current{color:var(--admin-text-strong)}.sale-stage-indicator li.is-complete span,.sale-stage-indicator li.is-current span{border-color:var(--admin-sidebar-active);color:#fff;background:var(--admin-sidebar-active)}.sale-allocation-cards{display:none}.sale-allocation-cards dd,.sale-allocation-cards dl{margin:0}.sale-allocation-cards dl{display:grid;grid-gap:8px;gap:8px}.sale-allocation-cards dl>div{display:flex;justify-content:space-between;gap:12px}.sale-allocation-cards dt{color:var(--admin-text-secondary)}.admin-responsive-modal .ant-modal-content{border-radius:var(--admin-radius-card)}@media (max-width:599px){.admin-nav-desktop-only{display:none}.admin-app-shell{display:block}.admin-sidebar{position:-webkit-sticky;position:sticky;z-index:20;top:0;width:100%;height:auto;padding:10px 12px 8px;gap:8px;box-shadow:0 8px 24px rgb(31 23 17/16%);display:flex}.admin-brand{padding:0 4px;gap:2px}.admin-brand span{display:none}.admin-brand strong{font-size:15px}.admin-navigation{margin-inline:-12px;padding:0 12px 2px;flex-direction:row;overflow-x:auto;scrollbar-width:none}.admin-navigation::-webkit-scrollbar{display:none}.admin-nav-item{flex:0 0 auto;padding:8px 10px;white-space:nowrap}.admin-page-header{flex-direction:column;gap:var(--admin-space-4)}.admin-page-heading h2.ant-typography{font-size:24px;line-height:32px}.admin-page-actions,.admin-page-actions>.ant-btn,.admin-page-actions>.ant-space{width:100%}.admin-page-actions .ant-btn{min-height:44px}.admin-state-panel{min-height:200px}.admin-action-bar{left:0;min-height:68px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));align-items:stretch;flex-direction:column;gap:8px}.admin-action-status{display:none}.admin-action-controls,.admin-action-controls .ant-btn,.admin-action-controls .ant-space-item,.admin-action-controls>.ant-space{width:100%}.shell{align-items:start;padding:16px}.sale-shell{padding:16px 14px 108px}.sale-header,.sale-product-summary{align-items:flex-start;flex-direction:column}.sale-form-grid{grid-template-columns:1fr}.sale-stage-indicator{padding:14px 12px;gap:6px}.sale-stage-indicator li{align-items:flex-start;flex-direction:column;font-size:12px}.sale-allocation-table{display:none}.sale-allocation-cards{display:grid;grid-gap:10px;gap:10px}.admin-responsive-modal{max-width:calc(100vw - 24px);margin:12px auto;top:0;padding-bottom:12px}.admin-responsive-modal .ant-modal-content{padding:18px 16px}.sale-actions{justify-content:flex-end}.sale-actions .ant-space,.sale-actions .ant-space-item,.sale-actions button{width:100%}.login-shell{padding:16px;place-items:start center}.login-card .ant-card-body{padding:24px 18px;grid-template-columns:1fr;gap:16px}.product-detail-shell,.product-list-shell{padding:16px 12px 48px}.product-list-shell{padding:12px 12px calc(96px + env(safe-area-inset-bottom))}.product-edit-shell{padding-bottom:136px}.product-edit-primary-actions{position:fixed;z-index:15;left:0;right:0;bottom:0;width:100%;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgb(255 255 255/96%);border-top:1px solid #e5e6eb;box-shadow:0 -8px 24px rgb(31 35 41/8%);display:flex}.product-editor-hero{padding:20px 18px;border-radius:16px}.product-editor-eyebrow{margin-top:16px}.product-editor-section-nav{top:8px;margin-inline:-4px}.product-editor-section-nav a{padding:8px 11px;font-size:13px}.product-editor-form .product-editor-section>.ant-card>.ant-card-head,.product-editor-section>.ant-card>.ant-card-head{padding-inline:16px}.product-editor-form .product-editor-section>.ant-card>.ant-card-body,.product-editor-section>.ant-card>.ant-card-body{padding:18px 16px}.product-editor-action-bar{left:0;align-items:stretch;flex-direction:column;gap:8px}.product-editor-save-state{display:none}.product-edit-primary-actions .ant-space-item{flex:1 1}.product-edit-primary-actions button{width:100%}.product-detail-header,.product-list-header{align-items:flex-start;flex-direction:column}.product-list-header{display:contents}.product-filter-brand-state,.product-list-heading{display:none}.product-list-create-actions.ant-space{position:fixed;z-index:16;right:0;bottom:0;left:0;width:100%;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e5e6eb;background:rgb(255 255 255/96%);box-shadow:0 -8px 24px rgb(31 35 41/8%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.product-list-create-actions .ant-space-item,.product-list-create-actions button{width:100%}.product-list-create-actions button{height:44px}.product-list-shell[data-source-brand=YRG] .product-list-create-actions .ant-btn-primary:not(:disabled){border-color:#4f8a68;color:#fff;background:#4f8a68;box-shadow:none}.product-list-shell[data-source-brand=YRG] .product-list-create-actions .ant-btn-primary:not(:disabled):active,.product-list-shell[data-source-brand=YRG] .product-list-create-actions .ant-btn-primary:not(:disabled):focus-visible,.product-list-shell[data-source-brand=YRG] .product-list-create-actions .ant-btn-primary:not(:disabled):hover{border-color:#3f7658!important;background:#3f7658!important}.product-list-shell[data-source-brand=QZ] .product-list-create-actions .ant-btn-primary:not(:disabled){border-color:#11100e;color:#fff;background:#11100e;box-shadow:none}.product-list-shell[data-source-brand=QZ] .product-list-create-actions .ant-btn-primary:not(:disabled):focus-visible,.product-list-shell[data-source-brand=QZ] .product-list-create-actions .ant-btn-primary:not(:disabled):hover{border-color:#000;background:#000}.product-detail-header>button,.product-list-header>button{width:100%}.brand-detail-grid,.editor-grid,.editor-price-grid,.log-filters,.product-detail-member-grid,.product-detail-relation-grid,.product-filters,.user-filters{grid-template-columns:1fr}.product-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.product-filters>:first-child,.product-filters>button:last-child{grid-column:1/-1}.asset-grid,.product-detail-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-editor-grid,.management-grid,.relation-editor-grid{grid-template-columns:1fr}.asset-section-heading{align-items:flex-start;flex-direction:column}.product-list-row{grid-template-columns:96px minmax(0,1fr);grid-template-areas:"cover primary" "cover statuses" "actions actions";align-items:start;gap:10px 12px}.user-card-row{grid-template-columns:56px minmax(0,1fr);align-items:start}.log-row{grid-template-columns:1fr;align-items:start}.log-row button{width:100%}.log-change-heading{display:none}.log-change-row{grid-template-columns:1fr;gap:4px}.user-actions,.user-permission-summary{grid-column:1/-1}.user-actions,.user-actions .ant-space-item,.user-actions button{width:100%}.product-cover{width:116px;height:108px;border-radius:4px}.product-actions,.product-statuses{grid-column:auto}.product-statuses{align-items:center;gap:8px}.product-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);grid-gap:8px;gap:8px}.product-actions .ant-btn{width:100%}.product-primary{gap:8px}.product-title-row h4.ant-typography{font-size:16px!important;line-height:22px}.product-owner-dimension{font-size:11px}.product-core-price{font-size:13px}.product-actions .ant-btn{height:32px;padding-inline:8px}}@media (min-width:600px) and (max-width:1023px){.sale-shell{padding-inline:20px}.log-filters,.log-row,.product-filters,.user-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.user-card-row{grid-template-columns:56px minmax(200px,1fr) minmax(220px,1fr)}.user-actions{grid-column:2/-1}.product-list-row{grid-template-columns:96px minmax(220px,1fr) 170px;grid-template-areas:"cover primary statuses" "cover primary actions"}.product-cover{width:116px;height:108px}.product-statuses{grid-column:auto}.product-actions{width:100%;grid-column:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);grid-gap:8px;gap:8px}.asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.management-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}