:root { color-scheme: light; font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; color: #1f2024; background: #f5f6f7; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 1038px; background: #f5f6f7; }
button, input, select, textarea { font: inherit; }
.listing-rail { position: fixed; z-index: 50; inset: 0 auto 0 0; width: 58px; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 14px 8px; border-right: 1px solid #e4e6e9; background: #fff; }
.listing-rail-logo, .listing-rail-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 10px; color: #777b82; background: transparent; text-decoration: none; font-size: 14px; font-weight: 650; line-height: 1; }
.listing-rail-logo { width: 36px; height: 36px; margin-bottom: 8px; border-radius: 11px; color: #fff; background: #222326; font-size: 10px; font-weight: 850; }
.listing-rail-button:hover { color: #1f2024; background: #f1f2f4; }
.listing-rail-button.active { color: #fff; background: #222326; }
.listing-detail-mode-menu-wrap { position: relative; }
.listing-detail-mode-menu { position: absolute; z-index: 51; top: 0; left: 100%; width: 118px; display: grid; gap: 2px; padding: 4px; border: 1px solid #e4e6e9; border-radius: 7px; background: #fff; box-shadow: 0 10px 26px rgba(27,31,38,.14); opacity: 0; pointer-events: none; transform: translateX(-4px); visibility: hidden; transition: opacity .14s, transform .14s, visibility .14s; }
.listing-detail-mode-menu-wrap:hover .listing-detail-mode-menu, .listing-detail-mode-menu-wrap:focus-within .listing-detail-mode-menu { opacity: 1; pointer-events: auto; transform: translateX(0); visibility: visible; }
.listing-detail-mode-menu button { min-height: 31px; padding: 0 8px; border: 0; border-radius: 5px; color: #25272b; background: transparent; font-size: 12px; text-align: left; white-space: nowrap; cursor: pointer; }
.listing-detail-mode-menu button:hover, .listing-detail-mode-menu button:focus-visible, .listing-detail-mode-menu button.active { color: #fff; background: #202124; outline: 0; }
.listing-rail-divider { width: 26px; height: 1px; margin: 2px 0; background: #e4e6e9; }
.listing-shell { min-width: 980px; min-height: 100vh; margin-left: 58px; }
.site-header { height: 62px; display: flex; align-items: center; gap: 18px; padding: 0 32px; border-bottom: 1px solid #e4e5e8; background: rgba(255,255,255,.94); }
.brand { display: flex; align-items: center; gap: 9px; color: #1e1f22; text-decoration: none; }.brand span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; background: #202124; color: #fff; font-size: 10px; font-weight: 800; }.brand strong { font-size: 14px; }
.header-copy { display: grid; gap: 2px; padding-left: 18px; border-left: 1px solid #e5e6e8; }.header-copy b { font-size: 13px; }.header-copy small { color: #81858c; font-size: 10px; }.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; color: #777b82; font-size: 12px; }
.listing-workbench-nav { height: 46px; display: flex; align-items: center; padding: 0 32px; border-bottom: 1px solid #e4e5e8; background: #fff; }
.listing-workbench-nav > div { display: flex; align-items: center; gap: 9px; }
.listing-workbench-nav span { color: #737880; font-size: 11px; }
.listing-workbench-nav select { width: 176px; height: 32px; padding: 0 30px 0 10px; border: 1px solid #d9dde2; border-radius: 6px; color: #25272b; background: #fff; font-size: 12px; font-weight: 650; outline: 0; cursor: pointer; }
.listing-workbench-nav select:focus { border-color: #777b84; box-shadow: 0 0 0 3px rgba(39,42,48,.07); }
.button { height: 36px; padding: 0 14px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-size: 12px; text-decoration: none; display: inline-grid; place-items: center; white-space: nowrap; }.button:disabled { opacity: .55; cursor: wait; }.button.primary { color: #fff; background: #202124; }.button.primary:hover { background: #050506; }.button.secondary { color: #555960; border-color: #dfe1e4; background: #fff; }.button.secondary:hover { border-color: #aeb2b9; }
.listing-app { max-width: 1440px; margin: 0 auto; padding: 32px; }.page-intro { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }.eyebrow { margin: 0 0 8px; color: #767b84; font-size: 10px; font-weight: 700; }.page-intro h1 { margin: 0; font-size: 24px; letter-spacing: 0; }.page-intro p:not(.eyebrow) { margin: 8px 0 0; color: #777b83; font-size: 12px; }.intro-actions { display: grid; justify-items: end; gap: 7px; min-width: 260px; }.intro-action-buttons { display: flex; gap: 8px; }.listing-top-status { width: min(460px, 100%); text-align: left; }.listing-run-state { width: min(460px, 100%); margin: 0; color: #6f747c; font-size: 10px; line-height: 1.45; text-align: left; }.listing-form-run-state { width: 100%; }.listing-run-state.error { color: #b13737; }
.listing-locked-notice { display: flex; align-items: center; gap: 10px; margin: -8px 0 18px; padding: 11px 13px; border: 1px solid #ead9ac; border-radius: 6px; color: #805e1e; background: #fff8e9; font-size: 12px; }.listing-locked-notice[hidden] { display: none; }.listing-locked-notice strong { color: #634712; }.listing-locked-notice span { color: #8c6e35; }
.workspace { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 18px; align-items: start; }.info-panel, .images-panel { border: 1px solid #e1e3e6; border-radius: 7px; background: #fff; box-shadow: 0 6px 22px rgba(32,34,39,.045); }.panel-title { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-bottom: 1px solid #ebeced; }.panel-title h2 { margin: 0; font-size: 14px; }.panel-title p { margin: 5px 0 0; color: #848890; font-size: 10px; }.saved-dot { width: 8px; height: 8px; border-radius: 50%; background: #49a86e; }.form-grid { display: grid; gap: 13px; padding: 18px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.field { display: grid; gap: 6px; color: #5d6169; font-size: 11px; }.field span { display: flex; gap: 4px; }.field i { color: #b63b3b; font-style: normal; }.field input, .field select, .field textarea { width: 100%; border: 1px solid #dfe1e5; border-radius: 6px; color: #24262a; background: #fff; outline: 0; }.field input, .field select { height: 35px; padding: 0 10px; }.field textarea { min-height: 62px; padding: 8px 10px; resize: vertical; line-height: 1.45; }.field input:focus, .field select:focus, .field textarea:focus { border-color: #777b84; box-shadow: 0 0 0 3px rgba(39,42,48,.07); }
.platform-field { position: relative; }.listing-platform-picker { position: relative; }.listing-platform-trigger { width: 100%; height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 10px; border: 1px solid #dfe1e5; border-radius: 6px; color: #24262a; background: #fff; cursor: pointer; text-align: left; }.listing-platform-trigger:hover { border-color: #aeb2b9; }.listing-platform-trigger:focus-visible { border-color: #777b84; outline: 0; box-shadow: 0 0 0 3px rgba(39,42,48,.07); }.listing-platform-trigger > span { min-width: 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.listing-platform-trigger > i { width: 0; height: 0; flex: 0 0 auto; border-top: 5px solid #666b73; border-right: 4px solid transparent; border-left: 4px solid transparent; transition: transform .14s ease; }.listing-platform-trigger[aria-expanded="true"] > i { transform: rotate(180deg); }.listing-platform-menu { position: absolute; z-index: 30; top: calc(100% + 5px); right: 0; left: 0; display: grid; gap: 2px; padding: 5px; border: 1px solid #dfe1e5; border-radius: 6px; background: #fff; box-shadow: 0 10px 24px rgba(27,31,38,.14); }.listing-platform-menu[hidden] { display: none; }.listing-platform-menu label { min-height: 30px; display: flex; align-items: center; gap: 8px; padding: 0 7px; border-radius: 4px; color: #34373d; cursor: pointer; font-size: 11px; }.listing-platform-menu label:hover { background: #f2f3f5; }.listing-platform-menu input { width: 14px; height: 14px; margin: 0; accent-color: #202124; }.listing-platform-trigger:disabled, .listing-platform-menu input:disabled { cursor: not-allowed; opacity: .6; }
.field-change-button { height: 18px; margin: -2px 0 -2px 4px; padding: 0 5px; border: 0; border-radius: 3px; color: #5d6169; background: #eef0f2; font: inherit; font-size: 10px; cursor: pointer; }.field-change-button:hover { color: #202124; background: #e3e6e9; }.field-change-button:disabled { cursor: not-allowed; opacity: .55; }
.listing-brand-dialog { width: min(400px, calc(100vw - 32px)); padding: 0; border: 1px solid #dfe2e6; border-radius: 8px; color: #25272b; box-shadow: 0 18px 56px rgba(20,23,28,.2); }.listing-brand-dialog::backdrop { background: rgba(20,22,26,.32); }.listing-brand-dialog form { display: grid; gap: 14px; padding: 18px; }.listing-brand-dialog header, .listing-brand-dialog footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.listing-brand-dialog h2 { margin: 0; font-size: 15px; }.listing-brand-dialog p { margin: 4px 0 0; color: #858990; font-size: 11px; }.listing-brand-dialog select, .listing-brand-dialog input { width: 100%; height: 38px; padding: 0 10px; border: 1px solid #dfe1e5; border-radius: 6px; color: #24262a; background: #fff; outline: 0; }.listing-brand-dialog select:focus, .listing-brand-dialog input:focus { border-color: #777b84; box-shadow: 0 0 0 3px rgba(39,42,48,.07); }.listing-brand-choice-row, .listing-brand-add-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }.listing-brand-choice-row .button, .listing-brand-add-row .button { height: 38px; }.listing-brand-delete { color: #a43d3d; }.listing-brand-delete:disabled { color: #999da3; cursor: not-allowed; }.listing-brand-dialog .listing-brand-status { margin: -4px 0 0; color: #357047; line-height: 1.5; }.listing-brand-dialog .listing-brand-status.error { color: #b13737; }.listing-brand-dialog footer { justify-content: flex-end; }.dialog-close { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 4px; color: #6d7178; background: transparent; font-size: 20px; line-height: 1; cursor: pointer; }.dialog-close:hover { color: #25272b; background: #f0f1f2; }
.listing-assets-loading { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(27,30,34,.34); }.listing-assets-loading[hidden] { display: none; }.listing-assets-loading-panel { width: min(360px, 100%); display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 14px; align-items: center; padding: 20px; border: 1px solid #d9dde2; border-radius: 8px; background: #fff; box-shadow: 0 20px 60px rgba(20,23,28,.24); }.listing-assets-loading-panel strong { display: block; color: #25272b; font-size: 14px; }.listing-assets-loading-panel p { margin: 5px 0 0; color: #737881; font-size: 11px; line-height: 1.5; }.listing-assets-loading-mark { position: relative; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #dce0e5; border-radius: 7px; background: #f8f9fa; overflow: hidden; }.listing-assets-loading-mark i { position: absolute; inset: 6px; border: 2px solid transparent; border-top-color: #24272b; border-right-color: #24272b; border-radius: 50%; animation: listing-assets-spin .9s linear infinite; }.listing-assets-loading-mark span { position: absolute; bottom: 10px; width: 7px; border-radius: 1px; background: #767c84; animation: listing-assets-bars 1.05s ease-in-out infinite; }.listing-assets-loading-mark span:nth-of-type(1) { left: 13px; height: 10px; }.listing-assets-loading-mark span:nth-of-type(2) { left: 22px; height: 17px; animation-delay: .12s; }.listing-assets-loading-mark span:nth-of-type(3) { left: 31px; height: 13px; animation-delay: .24s; }.listing-assets-loading-mark::before { content: ""; position: absolute; width: 6px; height: 6px; top: 14px; right: 14px; border-radius: 50%; background: #a8adb4; }.listing-assets-loading-mark::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 10px; height: 16px; border: 1px solid #c8cdd3; border-radius: 2px; }.listing-assets-loading-mark span { z-index: 1; } @keyframes listing-assets-spin { to { transform: rotate(360deg); } } @keyframes listing-assets-bars { 50% { transform: translateY(-4px); opacity: .55; } }
.listing-field-scan-dialog { width: min(980px, calc(100vw - 36px)); height: min(760px, calc(100vh - 36px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 1px solid #d9dde2; border-radius: 8px; color: #25272b; background: #fff; box-shadow: 0 22px 70px rgba(20,23,28,.24); }.listing-field-scan-dialog::backdrop { background: rgba(20,22,26,.38); }.field-scan-shell { height: 100%; display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; }.field-scan-shell > header, .field-scan-shell > footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 18px; }.field-scan-shell > header { border-bottom: 1px solid #e8eaed; }.field-scan-shell > header h2 { margin: 0; font-size: 15px; }.field-scan-shell > header p { margin: 4px 0 0; color: #858990; font-size: 10px; }.field-scan-shell > footer { border-top: 1px solid #e8eaed; color: #747981; font-size: 10px; }.field-scan-footer-actions { display: flex; gap: 7px; }.field-scan-footer-actions .button { min-height: 32px; padding: 0 12px; font-size: 10px; }.field-scan-tabs { min-height: 46px; display: flex; align-items: end; gap: 3px; overflow-x: auto; padding: 0 15px; border-bottom: 1px solid #e8eaed; background: #fafafa; }.field-scan-tabs button { height: 34px; flex: 0 0 auto; padding: 0 11px; border: 0; border-bottom: 2px solid transparent; color: #696e76; background: transparent; font-size: 11px; cursor: pointer; }.field-scan-tabs button:hover { color: #202124; }.field-scan-tabs button.active { border-bottom-color: #202124; color: #202124; font-weight: 700; }.field-scan-content { min-height: 0; overflow-y: auto; padding: 18px; }.field-scan-title-result { display: grid; gap: 8px; padding: 18px; border-left: 3px solid #202124; background: #f6f7f8; }.field-scan-title-result > span { color: #737880; font-size: 9px; font-weight: 700; }.field-scan-title-input-row { position: relative; }.field-scan-title-input-row textarea { width: 100%; min-height: 70px; resize: vertical; padding: 9px 52px 9px 10px; border: 1px solid #d9dce0; border-radius: 5px; color: #202124; background: #fff; outline: 0; font: inherit; font-size: 16px; line-height: 1.5; letter-spacing: 0; }.field-scan-title-input-row textarea:focus { border-color: #777b84; box-shadow: 0 0 0 3px rgba(39,42,48,.07); }.field-scan-title-input-row b { position: absolute; right: 10px; bottom: 9px; color: #8b8f96; font-size: 9px; }.field-scan-title-result p { margin: 0; color: #727780; font-size: 11px; line-height: 1.6; }.field-scan-title-actions { display: flex; justify-content: flex-start; padding-top: 3px; }.field-scan-title-actions .button { min-height: 30px; padding: 0 10px; font-size: 10px; }.field-scan-section-heading { margin: 20px 0 9px; color: #36393f; font-size: 11px; }.field-scan-material-editor { display: grid; gap: 11px; margin-bottom: 18px; padding: 14px; border: 1px solid #dfe2e6; border-radius: 6px; background: #fafafa; }.field-scan-editor-heading { display: flex; align-items: start; justify-content: space-between; gap: 14px; }.field-scan-editor-heading > div { display: grid; gap: 4px; }.field-scan-editor-heading strong { font-size: 12px; }.field-scan-editor-heading span { color: #7e838b; font-size: 9px; }.field-scan-editor-heading > b { color: #37704a; font-size: 10px; white-space: nowrap; }.field-scan-editor-heading > b.invalid { color: #b13737; }.field-scan-material-rows { display: grid; gap: 7px; }.field-scan-material-row { display: grid; grid-template-columns: minmax(0, 1fr) 72px 12px 27px; gap: 6px; align-items: center; }.field-scan-material-row select, .field-scan-material-row input { width: 100%; height: 34px; padding: 0 8px; border: 1px solid #dfe1e5; border-radius: 5px; color: #24262a; background: #fff; outline: 0; font-size: 10px; }.field-scan-material-row > span { color: #6d7279; font-size: 10px; }.field-scan-material-add { width: fit-content; height: 26px; padding: 0; border: 0; color: #3e596e; background: transparent; font-size: 10px; cursor: pointer; }.field-scan-decision-select { width: 100%; min-width: 0; height: 32px; padding: 0 8px; border: 1px solid #dfe1e5; border-radius: 5px; color: #30343a; background: #fff; outline: 0; font-size: 10px; }.field-scan-rows { display: grid; border-top: 1px solid #e7e9ec; }.field-scan-row { min-width: 0; display: grid; grid-template-columns: minmax(160px, .75fr) minmax(220px, 1.25fr) minmax(180px, 1fr); gap: 14px; align-items: center; padding: 12px 4px; border-bottom: 1px solid #e7e9ec; }.field-scan-row-heading { min-width: 0; display: grid; gap: 5px; }.field-scan-row-heading strong { overflow-wrap: anywhere; font-size: 11px; }.field-scan-row-heading span { display: flex; flex-wrap: wrap; gap: 5px; }.field-scan-row-heading b, .field-scan-row-heading i { padding: 2px 5px; border-radius: 3px; font-size: 8px; font-style: normal; font-weight: 600; }.field-scan-row-heading b { color: #9f3030; background: #fff0f0; }.field-scan-row-heading i { color: #646a72; background: #f0f1f3; }.field-scan-row > p { margin: 0; overflow-wrap: anywhere; color: #757a82; font-size: 10px; line-height: 1.5; }.field-scan-decision { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 7px; align-items: center; }.field-scan-decision:has(.field-scan-decision-select) { grid-template-columns: minmax(0, 1fr); }.field-scan-decision b { padding: 3px 6px; border-radius: 3px; color: #5e636b; background: #eef0f2; font-size: 8px; white-space: nowrap; }.field-scan-decision.propose b, .field-scan-decision.project b { color: #23653b; background: #eaf5ee; }.field-scan-decision.keep b { color: #3f5f83; background: #edf3f8; }.field-scan-decision span { min-width: 0; overflow-wrap: anywhere; color: #555a62; font-size: 10px; line-height: 1.45; }.field-scan-empty { min-height: 240px; display: grid; place-items: center; margin: 0; color: #8b9097; font-size: 11px; }
.save-information-row { display: flex; gap: 6px; align-items: center; margin-top: -5px; }.save-information-row .button { min-width: 0; flex: 1 1 0; padding-inline: 7px; white-space: nowrap; font-size: 10px; }.publish-option { display: grid; grid-template-columns: 16px 1fr; gap: 8px; align-items: start; color: #45484e; cursor: pointer; }.publish-option input { width: 14px; height: 14px; margin: 2px 0 0; }.publish-option span { display: grid; gap: 3px; }.publish-option b { font-size: 11px; }.publish-option small { color: #848890; font-size: 10px; line-height: 1.45; }.notice { margin: -1px 0 0; color: #8a6a31; font-size: 10px; line-height: 1.6; }.listing-executor-reminder { display: grid; gap: 3px; margin: 0; padding: 9px 10px; border-left: 3px solid #47739a; color: #536272; background: #f1f5f8; font-size: 10px; line-height: 1.55; }.listing-executor-reminder strong { color: #2d4f6b; font-size: 10px; }.listing-status { margin: 0; padding: 8px 9px; border-radius: 5px; color: #287043; background: #edf4ef; font-size: 11px; line-height: 1.5; }.listing-status.error { color: #b13737; background: #fff0f0; }.form-actions { display: flex; justify-content: flex-end; gap: 6px; }.form-actions .button { flex: 1 1 0; min-width: 0; padding-inline: 7px; white-space: nowrap; font-size: 10px; }
.images-panel { min-width: 0; }.panel-title-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }.panel-title-actions .button { height: 30px; padding: 0 10px; font-size: 11px; }.text-button { border: 0; padding: 4px 0; color: #62676f; background: transparent; font-size: 11px; cursor: pointer; }.text-button:hover { color: #202124; }.image-section { padding: 18px; }.image-section + .image-section { border-top: 1px solid #ebeced; }.image-section-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }.image-section-head h3 { margin: 0; font-size: 13px; }.image-section-head p { margin: 5px 0 0; color: #888c93; font-size: 10px; }.image-section-head b { color: #42454c; font-size: 11px; }.image-source-group { margin-top: 14px; padding-top: 14px; border-top: 1px solid #eef0f2; }.image-source-group:first-child { margin-top: 0; padding-top: 0; border-top: 0; }.image-source-group > header { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 9px; }.image-source-group h4 { margin: 0; color: #31343a; font-size: 11px; }.image-source-group span { display: block; margin-top: 3px; color: #92969d; font-size: 9px; }.image-source-group b { padding: 3px 6px; border-radius: 3px; color: #575b62; background: #f1f2f3; font-size: 9px; font-weight: 600; }.image-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.image-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid #e0e2e5; border-radius: 6px; color: #2f3237; background: #fff; cursor: pointer; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }.image-card:hover { transform: translateY(-1px); border-color: #a8acb3; box-shadow: 0 4px 12px rgba(24,26,30,.08); }.image-card.selected { border-color: #202124; box-shadow: 0 0 0 1px #202124; }.image-thumb { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #f1f2f3; }.image-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }.image-thumb input { position: absolute; z-index: 2; top: 8px; left: 8px; width: 15px; height: 15px; margin: 0; accent-color: #202124; }.image-index { position: absolute; right: 7px; bottom: 7px; padding: 3px 5px; border-radius: 3px; color: #fff; background: rgba(20,21,23,.78); font-size: 9px; font-weight: 700; }.image-body { display: grid; gap: 3px; padding: 8px; }.image-body strong, .image-body span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.image-body strong { font-size: 11px; }.image-body span { color: #8a8e95; font-size: 9px; }.image-empty { grid-column: 1 / -1; min-height: 110px; display: grid; place-items: center; border: 1px dashed #d9dce0; border-radius: 6px; color: #92969d; font-size: 11px; }
.blocked-view { max-width: 440px; margin: 18vh auto 0; padding: 28px; border: 1px solid #e2e4e7; border-radius: 7px; background: #fff; text-align: center; }.blocked-view h1 { margin: 0; font-size: 20px; }.blocked-view > p:not(.eyebrow) { margin: 11px 0 20px; color: #757982; font-size: 12px; line-height: 1.7; }
.listing-app.read-only .workspace { opacity: .78; }.listing-app.read-only input, .listing-app.read-only select, .listing-app.read-only textarea, .listing-app.read-only button { cursor: not-allowed; }.listing-app.read-only .image-card { cursor: default; }.listing-app.read-only .image-card:hover { transform: none; border-color: #e0e2e5; box-shadow: none; }
.material-row { display: grid; grid-template-columns: minmax(0, 1fr) 58px 34px 26px; gap: 7px; align-items: center; }.material-row select, .material-row input { width: 100%; height: 33px; border: 1px solid #dfe1e5; border-radius: 5px; padding: 0 8px; color: #24262a; background: #fff; outline: 0; font-size: 11px; }.material-options-toggle { height: 26px; padding: 0; border: 0; color: #4d5259; background: transparent; font-size: 10px; cursor: pointer; }.material-options-toggle:hover { color: #111214; }.material-options-toggle:disabled { cursor: not-allowed; opacity: .55; }.material-remove { width: 26px; height: 26px; border: 1px solid #dfe1e5; border-radius: 4px; color: #7a7e85; background: #fff; cursor: pointer; line-height: 1; }.material-remove:hover { color: #a23636; border-color: #d8b8b8; }.material-add { height: 27px; margin-top: 7px; border: 0; padding: 0; color: #4d5259; background: transparent; font-size: 10px; cursor: pointer; }.material-add:hover { color: #111214; }.material-summary { display: inline-block; margin-left: 8px; color: #8a8e95; font-size: 10px; }.material-summary.invalid { color: #b13737; }.size-option { display: inline-flex; align-items: center; justify-content: center; min-width: 37px; height: 28px; margin: 0 5px 5px 0; border: 1px solid #dfe1e5; border-radius: 4px; color: #555a62; background: #fff; cursor: pointer; font-size: 10px; }.size-option input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }.size-option:has(input:checked) { border-color: #202124; color: #fff; background: #202124; }.size-option:has(input:disabled) { opacity: .6; cursor: not-allowed; }.preview-card { cursor: default; }.preview-card:hover { transform: none; border-color: #e0e2e5; box-shadow: none; }
.care-tag-field > span { align-items: baseline; justify-content: flex-start; }.care-tag-field > span small { margin-left: auto; color: #92969d; font-size: 10px; font-weight: 400; }.care-tag-picker-trigger { width: 100%; min-height: 62px; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 7px; border: 1px solid #dfe1e5; border-radius: 6px; color: #2b2e33; background: #fff; cursor: pointer; text-align: left; }.care-tag-picker-trigger:hover { border-color: #8e939a; background: #fafafa; }.care-tag-picker-trigger.invalid { border-color: #bf4a4a; box-shadow: 0 0 0 3px rgba(191,74,74,.1); }.care-tag-picker-trigger:disabled { opacity: .6; cursor: not-allowed; }.care-tag-trigger-preview { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border: 1px solid #e2e4e7; border-radius: 5px; color: #7c8188; background: #f4f5f6; }.care-tag-trigger-preview img { width: 100%; height: 100%; display: block; object-fit: contain; background: #fff; }.care-tag-trigger-preview b { font-size: 13px; }.care-tag-trigger-copy { min-width: 0; display: grid; gap: 4px; }.care-tag-trigger-copy strong, .care-tag-trigger-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.care-tag-trigger-copy strong { color: #303238; font-size: 11px; }.care-tag-trigger-copy small { color: #8b8f96; font-size: 9px; }.care-tag-trigger-action { padding: 5px 7px; border-radius: 4px; color: #fff; background: #202124; font-size: 10px; }
.listing-care-tag-dialog { width: min(720px, calc(100vw - 40px)); max-height: calc(100vh - 54px); padding: 0; overflow: hidden; border: 1px solid #dfe2e6; border-radius: 8px; color: #25272b; background: #fff; box-shadow: 0 20px 64px rgba(20,23,28,.24); }.listing-care-tag-dialog::backdrop { background: rgba(20,22,26,.36); }.listing-care-tag-dialog form { max-height: calc(100vh - 54px); display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }.listing-care-tag-dialog header, .listing-care-tag-dialog footer { display: flex; align-items: center; gap: 10px; padding: 16px 18px; }.listing-care-tag-dialog header { justify-content: space-between; border-bottom: 1px solid #eaebed; }.listing-care-tag-dialog h2 { margin: 0; font-size: 15px; }.listing-care-tag-dialog header p { margin: 4px 0 0; color: #858990; font-size: 10px; }.listing-care-tag-dialog footer { border-top: 1px solid #eaebed; }.care-tag-footer-spacer { flex: 1 1 auto; }.care-tag-clear { color: #7b3e3e; }.care-tag-dialog-body { min-height: 300px; display: grid; grid-template-columns: minmax(0, 1fr) 245px; overflow: hidden; }.care-tag-library-section, .care-tag-upload-panel { min-width: 0; padding: 16px; }.care-tag-library-section { display: grid; grid-template-rows: auto minmax(0, 1fr); gap: 11px; }.care-tag-upload-panel { border-left: 1px solid #eaebed; background: #fafafa; }.care-tag-section-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.care-tag-section-title strong { font-size: 11px; }.care-tag-section-title span { color: #91959c; font-size: 9px; }.care-tag-editor { min-height: 210px; max-height: 390px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-content: start; gap: 9px; overflow-y: auto; padding: 1px; }.care-tag-empty { grid-column: 1 / -1; min-height: 210px; display: grid; place-items: center; border: 1px dashed #d9dce0; border-radius: 6px; color: #92969d; font-size: 10px; text-align: center; }.care-tag-image { position: relative; min-width: 0; display: grid; grid-template-rows: 82px 27px; align-items: center; overflow: hidden; padding: 0; border: 1px solid #dfe1e5; border-radius: 5px; color: #62676f; background: #fff; cursor: pointer; text-align: left; }.care-tag-image img { width: 100%; height: 82px; display: block; object-fit: contain; background: #f3f4f5; }.care-tag-image span { width: 100%; padding: 5px 6px; overflow: hidden; display: block; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.care-tag-selected-mark { position: absolute; top: 5px; right: 5px; width: 19px; height: 19px; display: none; place-items: center; border-radius: 50%; color: #fff; background: #202124; font-size: 11px; }.care-tag-image.selected { border-color: #202124; box-shadow: 0 0 0 1px #202124; }.care-tag-image.selected .care-tag-selected-mark { display: grid; }.care-tag-image:hover { border-color: #8e939a; }.care-tag-image:disabled { opacity: .6; cursor: not-allowed; }.care-tag-upload-content { display: grid; gap: 12px; margin-top: 11px; }.care-tag-upload-preview { width: 100%; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; padding: 0; border: 1px dashed #cfd2d6; border-radius: 6px; color: #62676f; background: #fff; cursor: pointer; font-size: 10px; }.care-tag-upload-preview:hover { border-color: #81868e; }.care-tag-upload-preview img { width: 100%; height: 100%; display: block; object-fit: contain; }.care-tag-upload-preview img[hidden] { display: none; }.care-tag-upload-fields { display: grid; gap: 8px; }.care-tag-upload-fields label { display: grid; gap: 5px; color: #656a72; font-size: 10px; }.care-tag-upload-fields input { width: 100%; height: 34px; padding: 0 9px; border: 1px solid #dfe1e5; border-radius: 5px; color: #24262a; background: #fff; outline: 0; }.care-tag-upload-fields input:focus { border-color: #777b84; box-shadow: 0 0 0 3px rgba(39,42,48,.07); }.care-tag-upload-fields small { min-height: 15px; color: #8e9299; font-size: 9px; line-height: 1.4; }
.listing-shared-main-crop { min-width: 0; padding: 18px; }.listing-shared-main-crop > header { display: none; }.listing-main-crop-frame { width: 100%; height: 620px; min-height: 0; display: block; border: 0; background: transparent; }.listing-asset-row { margin-top: 22px; padding-top: 17px; border-top: 1px solid #eceef0; }.listing-asset-row > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }.listing-asset-row h3 { margin: 0; color: #2a2d32; font-size: 12px; }.listing-asset-row b { min-width: 25px; padding: 3px 6px; border-radius: 3px; color: #4b5058; background: #f1f2f4; font-size: 9px; text-align: center; }.listing-asset-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }.listing-asset-card { min-width: 0; overflow: hidden; border: 1px solid #e1e3e6; border-radius: 5px; background: #f5f6f7; }.listing-asset-card img { width: 100%; height: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1; }.listing-asset-row[data-kind="size"] .listing-asset-card img { object-fit: contain; aspect-ratio: 4 / 3; background: #fff; }.listing-asset-empty { min-height: 88px; display: grid; place-items: center; border: 1px dashed #dfe2e6; border-radius: 5px; color: #969aa1; background: #fafbfc; font-size: 10px; }
.listing-main-crop-frame { pointer-events: auto; }
.image-preview-dialog { position: fixed; inset: 0; width: 100vw; height: 100vh; max-width: none; max-height: none; display: grid; place-items: center; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; color: #fff; box-shadow: none; }
.image-preview-dialog:not([open]) { display: none; }
.image-preview-dialog::backdrop { background: transparent !important; }
.image-preview-dismiss { position: absolute; z-index: 0; inset: 0; padding: 0; border: 0; background: transparent; cursor: default; }
.image-preview-surface { position: relative; z-index: 1; width: 100vw; height: 100vh; }
.image-preview-close { position: absolute; right: 8px; top: 8px; z-index: 7; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(16,19,18,.72); color: #fff; font-size: 22px; box-shadow: 0 2px 10px rgba(0,0,0,.24); cursor: pointer; }
.image-preview-hint { position: absolute; left: 12px; top: 10px; z-index: 7; padding: 6px 10px; border-radius: 999px; background: rgba(16,19,18,.72); color: rgba(255,255,255,.88); font-size: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.2); }
.image-preview-status { position: absolute; right: 12px; top: 52px; z-index: 8; width: min(380px, calc(100vw - 24px)); margin: 0; padding: 9px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(16,19,18,.84); color: rgba(255,255,255,.94); font-size: 12px; line-height: 1.45; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.image-preview-status.error { border-color: rgba(255,133,133,.72); background: rgba(91,24,24,.9); }
.image-preview-toolbar { position: absolute; right: 52px; top: 8px; z-index: 7; display: inline-flex; gap: 6px; }
.image-preview-toolbar button, .image-preview-footer-actions button { min-width: 36px; height: 34px; padding: 0 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(16,19,18,.72); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.image-preview-toolbar button:hover, .image-preview-footer-actions button:hover { border-color: rgba(255,255,255,.5); background: rgba(26,31,29,.9); }
.image-preview-viewport { position: relative; width: 100%; height: 100%; margin: 0; overflow: hidden; cursor: grab; user-select: none; touch-action: none; background: transparent; }
.image-preview-viewport.dragging { cursor: grabbing; }
.image-preview-viewport > img { position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; display: block; object-fit: contain; transform-origin: center; pointer-events: none; }
.image-preview-footer-actions { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); z-index: 7; display: inline-flex; gap: 8px; }
.image-preview-footer-actions button { min-width: 72px; height: 36px; padding: 0 14px; }
.image-preview-footer-actions button.copied { border-color: rgba(122,222,166,.9); background: rgba(26,104,69,.92); color: #effff4; }
.listing-image-zoom-trigger { cursor: zoom-in; outline: 0; }.listing-image-zoom-trigger:focus-visible { outline: 2px solid #202124; outline-offset: -2px; }.listing-image-preview-dialog { width: auto; max-width: none; max-height: none; padding: 0; overflow: visible; border: 0; border-radius: 8px; background: transparent; box-shadow: none; }.listing-image-preview-dialog::backdrop { background: rgba(20,22,26,.64); }.listing-image-preview-shell { position: relative; max-width: min(1360px, calc(100vw - 48px)); padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #fff; box-shadow: 0 24px 72px rgba(0,0,0,.36); }.listing-image-preview-shell figure { display: grid; justify-items: center; gap: 9px; margin: 0; }.listing-image-preview-shell img { width: auto; max-width: min(1336px, calc(100vw - 72px)); height: auto; max-height: calc(100vh - 112px); display: block; object-fit: contain; background: #f4f5f6; }.listing-image-preview-shell figcaption { width: 100%; min-height: 16px; padding: 0 36px 0 4px; overflow: hidden; color: #555b63; font-size: 11px; line-height: 1.4; text-align: left; text-overflow: ellipsis; white-space: nowrap; }.listing-image-preview-close { position: absolute; z-index: 1; top: 18px; right: 18px; width: 30px; height: 30px; padding: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 4px; color: #fff; background: rgba(22,24,27,.74); font-size: 21px; line-height: 1; cursor: pointer; }.listing-image-preview-close:hover { background: rgba(22,24,27,.94); }
@media (max-width: 1120px) { body { min-width: 878px; }.listing-shell { min-width: 820px; }.listing-app { padding: 22px; }.listing-workbench-nav { padding: 0 22px; }.workspace { grid-template-columns: 340px minmax(0, 1fr); }.image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.field-scan-row { grid-template-columns: minmax(140px, .8fr) minmax(190px, 1.2fr) minmax(160px, 1fr); } }
@media (max-width: 620px) { body, .listing-shell { min-width: 0; }.listing-app { padding: 14px; }.listing-workbench-nav { padding: 0 14px; }.page-intro { display: grid; gap: 10px; }.workspace { grid-template-columns: minmax(0, 1fr); }.form-row { grid-template-columns: minmax(0, 1fr); }.form-actions { flex-wrap: wrap; justify-content: stretch; }.form-actions .button { flex: 1 1 calc(50% - 3px); min-height: 32px; }.image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.listing-main-crop-frame { height: 420px; }.listing-asset-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
