:root{color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--color-bg: #f6f6f3;--color-surface: #ffffff;--color-surface-subtle: #f0f1ee;--color-text: #202223;--color-text-muted: #616a6f;--color-border: #d9ddd8;--color-border-strong: #b8bfba;--color-primary: #5f4fd3;--color-primary-hover: #4f40bd;--color-primary-soft: #eeebff;--color-success: #007f5f;--color-success-soft: #e3f4ed;--color-warning: #8a5700;--color-warning-soft: #fff1d6;--color-critical: #b42318;--color-critical-soft: #feeceb;--color-info: #2457a7;--color-info-soft: #e9f1ff;--color-studio-background: #e5e5e5;--shadow-sm: 0 1px 2px rgba(20, 23, 22, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--content-max: 1480px}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--color-bg: #151716;--color-surface: #1f2220;--color-surface-subtle: #292d2a;--color-text: #f1f3f1;--color-text-muted: #b5bcb7;--color-border: #3c423e;--color-border-strong: #5a625d;--color-primary: #a89df5;--color-primary-hover: #beb6fa;--color-primary-soft: #312b5d;--color-success: #72d7b2;--color-success-soft: #163d31;--color-warning: #f1c267;--color-warning-soft: #4a3516;--color-critical: #ff9b94;--color-critical-soft: #4b2523;--color-info: #9cc1ff;--color-info-soft: #20375c;--color-studio-background: #363938;--shadow-sm: none}}*{box-sizing:border-box}html{background:var(--color-bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-bg);color:var(--color-text)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}a{color:inherit}h1,h2,h3,p{margin-top:0}h1{margin-bottom:var(--space-2);font-size:clamp(1.7rem,2.8vw,2.35rem);line-height:1.16}h2{margin-bottom:var(--space-2);font-size:clamp(1.25rem,2vw,1.6rem)}h3{margin-bottom:var(--space-2);font-size:1rem}.skip-link{position:absolute;left:var(--space-4);top:-80px;z-index:100;padding:var(--space-3) var(--space-4);background:var(--color-text);color:var(--color-surface);border-radius:var(--radius-sm)}.skip-link:focus{top:var(--space-4)}.app-shell{min-height:100vh}.app-bar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:0 var(--space-6);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.app-brand{display:flex;align-items:center;gap:var(--space-3);font-weight:700}.app-brand__mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--color-primary);color:#fff;font-weight:800;letter-spacing:-.04em}.shop-status{display:flex;align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:.9rem}.shop-status__dot{width:8px;height:8px;border-radius:999px;background:var(--color-success)}.shop-status__dot--warning{background:var(--color-warning)}.app-layout{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:calc(100vh - 64px)}.global-navigation{padding:var(--space-5) var(--space-3);background:var(--color-surface);border-right:1px solid var(--color-border)}.global-navigation__link{display:block;padding:11px 12px;margin-bottom:var(--space-1);border-radius:var(--radius-sm);color:var(--color-text-muted);text-decoration:none}.global-navigation__link:hover{background:var(--color-surface-subtle);color:var(--color-text)}.global-navigation__link.is-active{background:var(--color-primary-soft);color:var(--color-primary);font-weight:650}.app-main{width:100%;max-width:var(--content-max);margin:0 auto;padding:var(--space-8)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-5);margin-bottom:var(--space-6)}.page-header__copy{max-width:760px}.page-header__copy p{margin-bottom:0;color:var(--color-text-muted);line-height:1.55}.page-header__actions{display:flex;justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:9px 15px;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;font-weight:650}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb,var(--color-primary) 40%,transparent);outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{background:var(--color-primary);color:#fff}.button--primary:hover:not(:disabled){background:var(--color-primary-hover)}.button--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border-strong)}.button--secondary:hover:not(:disabled){background:var(--color-surface-subtle)}.button--danger{background:var(--color-critical);color:#fff}.button--ghost{background:transparent;color:var(--color-primary)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.section{padding:var(--space-5)}.section+.section{border-top:1px solid var(--color-border)}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}.section-header p{margin:0;color:var(--color-text-muted)}.eyebrow{margin-bottom:var(--space-1);color:var(--color-text-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.status-badge{width:fit-content;display:inline-flex;align-items:center;min-height:26px;padding:3px 9px;border-radius:999px;background:var(--color-surface-subtle);color:var(--color-text);font-size:.78rem;font-weight:700;white-space:nowrap}.status-badge--info{background:var(--color-info-soft);color:var(--color-info)}.status-badge--success{background:var(--color-success-soft);color:var(--color-success)}.status-badge--warning{background:var(--color-warning-soft);color:var(--color-warning)}.status-badge--critical{background:var(--color-critical-soft);color:var(--color-critical)}.batch-workspace{display:grid;gap:var(--space-6)}.batch-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.batch-header__title{font-size:clamp(1.25rem,2vw,1.6rem);font-weight:700}.batch-header__title-row{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.batch-header__meta{margin:var(--space-2) 0 0;color:var(--color-text-muted)}.batch-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-1);padding:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.batch-step{min-width:0;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:9px var(--space-2);border-radius:var(--radius-sm);color:var(--color-text-muted);text-decoration:none;font-size:.84rem}.batch-step:hover{background:var(--color-surface-subtle);color:var(--color-text)}.batch-step--current{background:var(--color-primary-soft);color:var(--color-primary);font-weight:700}.batch-step__index{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border:1px solid currentColor;border-radius:999px;font-size:.72rem}.batch-step--complete .batch-step__index{background:var(--color-success-soft);color:var(--color-success);border-color:transparent}.workflow-progress{padding:var(--space-4)}.workflow-progress__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.workflow-progress__summary p{margin-bottom:var(--space-1)}.workflow-progress__count{font-weight:750;color:var(--color-primary)}.workflow-progress progress{width:100%;height:10px;margin:var(--space-3) 0;accent-color:var(--color-primary)}.workflow-progress__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2);margin:0;padding:0;list-style:none}.workflow-progress__step{display:flex;align-items:center;gap:var(--space-2);min-width:0;color:var(--color-text-muted);font-size:.78rem}.workflow-progress__step>span{width:21px;height:21px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--color-border-strong);border-radius:999px;font-size:.68rem}.workflow-progress__step--done{color:var(--color-success)}.workflow-progress__step--done>span{border-color:transparent;background:var(--color-success-soft)}.workflow-progress__step--current{color:var(--color-primary);font-weight:700}.workflow-progress__step--current>span{border-color:var(--color-primary);background:var(--color-primary-soft)}.state-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius-sm);background:var(--color-surface)}.state-banner--info{border-left-color:var(--color-info)}.state-banner--success{border-left-color:var(--color-success)}.state-banner--warning{border-left-color:var(--color-warning)}.state-banner--critical{border-left-color:var(--color-critical)}.state-banner__copy{display:grid;gap:var(--space-2)}.state-banner__copy p{margin:0;color:var(--color-text-muted)}.state-banner__actions{display:flex;align-items:center;gap:var(--space-2)}.state-banner__dismiss,.modal-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--color-border-strong);border-radius:999px;background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:1.35rem;line-height:1}.state-banner__dismiss:hover,.modal-close:hover{background:var(--color-surface-subtle)}.async-state{min-height:240px;display:grid;place-items:center;align-content:center;gap:var(--space-3);padding:var(--space-8);text-align:center;color:var(--color-text-muted);background:var(--color-surface);border:1px dashed var(--color-border-strong);border-radius:var(--radius-md)}.async-state--error{color:var(--color-critical);background:var(--color-critical-soft)}.spinner{width:28px;height:28px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:999px;animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.spinner{animation:none;border-top-color:var(--color-border)}.lightbox-stage img{transition:none}}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:13px 12px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.data-table th{color:var(--color-text-muted);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.data-table tr:last-child td{border-bottom:0}.product-cell{display:flex;align-items:center;gap:var(--space-3);min-width:220px}.thumbnail{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-studio-background);color:var(--color-text-muted);font-size:.72rem;text-align:center}.thumbnail img{width:100%;height:100%;object-fit:cover}.cell-stack{display:grid;gap:var(--space-1)}.muted{color:var(--color-text-muted)}.small{font-size:.82rem}.form-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,.35fr);gap:var(--space-3)}.field{display:grid;gap:var(--space-2);color:var(--color-text-muted);font-size:.84rem}.input,.select,.textarea{width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text)}.textarea{min-height:110px;resize:vertical}.checkbox{display:flex;align-items:center;gap:var(--space-2)}.checkbox input{width:18px;height:18px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.summary-item{display:grid;gap:var(--space-1);padding:var(--space-4);background:var(--color-surface-subtle);border-radius:var(--radius-sm)}.summary-item strong{font-size:1.35rem}.summary-item span{color:var(--color-text-muted)}.scenario-switcher{display:flex;align-items:end;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--color-primary-soft);border:1px solid color-mix(in srgb,var(--color-primary) 30%,var(--color-border));border-radius:var(--radius-sm)}.scenario-switcher .field{min-width:min(100%,310px);color:var(--color-primary)}.source-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3)}.source-card{display:grid;align-content:start;gap:var(--space-3);min-width:0;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.source-card--empty{border-style:dashed}.source-card__head{display:flex;align-items:center;gap:var(--space-2)}.missing-view-proposal{display:grid;gap:var(--space-2)}.missing-view-proposal .button{justify-content:flex-start;min-height:34px;padding-inline:0}.missing-view-proposal__panel{display:grid;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--color-surface-subtle)}.missing-view-proposal__panel p{margin:0;line-height:1.45}.slot-number{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-weight:700}.source-preview{min-height:150px;display:grid;place-items:center;overflow:hidden;padding:var(--space-3);border-radius:var(--radius-sm);background:var(--color-studio-background);color:var(--color-text-muted);text-align:center}.source-preview img{width:100%;height:100%;min-height:150px;object-fit:cover}.image-with-zoom{position:relative}.image-zoom-button{position:absolute;right:8px;bottom:8px;z-index:2;width:44px;height:44px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--color-text) 25%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-surface) 92%,transparent);color:var(--color-text);box-shadow:var(--shadow-sm);cursor:pointer}.image-zoom-button:hover{background:var(--color-surface);color:var(--color-primary)}.image-zoom-button:focus-visible,.modal-close:focus-visible,.state-banner__dismiss:focus-visible{outline:3px solid color-mix(in srgb,var(--color-primary) 40%,transparent);outline-offset:2px}.image-zoom-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.preset-line{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.preset-line p{margin:var(--space-2) 0 0}.compare-view{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:var(--space-4)}.compare-view figure{margin:0}.compare-image{min-height:280px;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-studio-background);color:var(--color-text-muted)}.compare-image img{width:100%;height:100%;min-height:280px;max-height:520px;object-fit:contain}.compare-image--result{outline:2px solid var(--color-primary-soft)}.compare-view figcaption{margin-top:var(--space-2);color:var(--color-text-muted);font-size:.82rem}.compare-arrow{color:var(--color-primary);font-size:1.4rem}.review-list{display:grid}.review-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,auto);align-items:center;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.review-row:last-child{border-bottom:0}.review-row--selected{margin-inline:calc(var(--space-3) * -1);padding-inline:var(--space-3);background:var(--color-primary-soft);border-radius:var(--radius-sm)}.review-row__actions{display:flex;gap:var(--space-2)}.review-summary{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap;padding:var(--space-3) var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.review-bulk-bar{position:sticky;top:var(--space-3);z-index:5;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border))}.review-bulk-bar h2{margin:0}.review-bulk-bar p{margin:var(--space-1) 0 0;color:var(--color-text-muted)}.review-bulk-bar__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-2)}.color-references{display:grid;gap:var(--space-4)}.color-references__header{margin-bottom:0}.color-references__header h2{margin-bottom:var(--space-2)}.color-reference-dropzone{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-5);border:2px dashed color-mix(in srgb,var(--color-primary) 35%,var(--color-border-strong));border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-primary-soft) 45%,var(--color-surface))}.color-reference-dropzone>div{display:grid;gap:var(--space-2)}.color-reference-dropzone span{color:var(--color-text-muted);font-size:.82rem}.color-reference-dropzone .button[aria-disabled=true]{pointer-events:none;opacity:.55}.color-upload-results{display:grid;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-sm);background:var(--color-surface-subtle)}.color-upload-results ul{display:grid;gap:var(--space-2);margin:0;padding:0;list-style:none}.color-upload-results li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-2)}.color-upload-results li small{grid-column:1 / -1;color:var(--color-critical)}.color-references__empty{padding:var(--space-5);border-radius:var(--radius-sm);background:var(--color-surface-subtle);text-align:center}.color-references__empty p{margin:var(--space-2) auto 0;max-width:620px;color:var(--color-text-muted)}.color-references__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-2)}.color-references__toolbar>div{display:grid;gap:var(--space-1)}.color-references__toolbar span{color:var(--color-text-muted);font-size:.82rem}.color-reference-list{display:grid;gap:var(--space-3)}.color-reference-row{display:grid;grid-template-columns:88px minmax(160px,.8fr) minmax(240px,1.2fr);align-items:center;gap:var(--space-4);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.color-reference-row__image{width:88px;height:88px;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-studio-background);color:var(--color-text-muted);font-size:.72rem;text-align:center}.color-reference-row__image img{width:100%;height:100%;object-fit:cover}.color-reference-row__identity,.color-reference-row__assignment{display:grid;align-content:center;justify-items:start;gap:var(--space-2);min-width:0}.color-reference-row__identity>strong{overflow-wrap:anywhere}.color-reference-row__assignment{grid-template-columns:minmax(180px,1fr) auto;align-items:end;justify-items:stretch}.color-reference-row__assignment>span,.color-reference-row__assignment>strong{grid-column:1 / -1}.color-reference-row__assignment>span{color:var(--color-text-muted);font-size:.82rem}.color-reference-row__assignment>.button:only-of-type{width:fit-content}.color-group-matrix{display:grid;gap:var(--space-3);padding-top:var(--space-2)}.color-group-matrix__header{display:flex;align-items:end;justify-content:space-between;gap:var(--space-4)}.color-group-matrix__header h3{margin:0}.color-group-matrix__header p{margin:var(--space-1) 0 0;color:var(--color-text-muted)}.color-group-matrix__header>div:last-child{display:flex;flex-wrap:wrap;gap:var(--space-2)}.color-group-matrix td:first-child{display:grid;gap:var(--space-1)}.color-swap-plan{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:var(--space-4);padding:var(--space-4);border:1px solid color-mix(in srgb,var(--color-primary) 35%,var(--color-border));border-radius:var(--radius-sm);background:var(--color-primary-soft)}.color-swap-plan h3{margin:0}.color-swap-plan p{margin:var(--space-1) 0 0}.color-swap-plan>.small{grid-column:1 / -1}.color-swap-groups{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:var(--space-3)}.color-swap-groups .checkbox{min-width:160px;align-items:flex-start;padding:var(--space-3);border:1px solid color-mix(in srgb,var(--color-primary) 28%,var(--color-border));border-radius:var(--radius-sm);background:var(--color-surface)}.color-swap-groups .checkbox span{display:grid;gap:var(--space-1)}.color-swap-groups small{color:var(--color-text-muted)}.production-launch{display:grid;gap:var(--space-4)}.production-launch__header{align-items:flex-start}.production-launch__header h2,.production-confirmation h2{margin:0}.production-launch__header p,.production-confirmation p{margin:var(--space-2) 0 0;color:var(--color-text-muted)}.production-launch__bulk,.production-confirmation__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.production-launch__notice{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-3);padding:var(--space-3);border:1px solid color-mix(in srgb,var(--color-warning) 45%,var(--color-border));border-radius:var(--radius-sm);background:var(--color-warning-soft)}.production-confirmation{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);border-color:color-mix(in srgb,var(--color-warning) 50%,var(--color-border))}.matrix-color__choice{display:flex;align-items:flex-start;gap:var(--space-2);cursor:pointer}.matrix-color__choice input{margin-top:3px}.generation-choice{width:fit-content;min-height:32px;padding:6px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:.75rem;font-weight:650;text-align:left;cursor:pointer}.generation-choice:hover{border-color:var(--color-primary)}.generation-choice[aria-pressed=true]{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary)}.asset-cell__error,.asset-cell__rejection{color:var(--color-critical);font-size:.76rem;line-height:1.35}.asset-retry-button{min-height:36px;padding:7px 9px;font-size:.75rem;text-align:left}.asset-review-choice{display:flex;align-items:flex-start;gap:var(--space-2);color:var(--color-text-muted);font-size:.76rem;line-height:1.35;cursor:pointer}.asset-review-choice input{width:18px;height:18px;flex:0 0 auto;margin:0}.production-matrix{display:grid;overflow-x:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.matrix-row{min-width:1040px;display:grid;grid-template-columns:120px repeat(4,minmax(210px,1fr))}.matrix-row>*{padding:var(--space-3);border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border)}.matrix-row>*:last-child{border-right:0}.matrix-row:last-child>*{border-bottom:0}.matrix-row--head{background:var(--color-surface-subtle);color:var(--color-text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.matrix-color{display:flex;align-items:flex-start}.asset-cell{display:grid;grid-template-columns:82px minmax(0,1fr);gap:var(--space-3)}.asset-cell--empty{background:color-mix(in srgb,var(--color-surface-subtle) 60%,transparent)}.asset-cell__image{min-height:96px;display:grid;place-items:center;overflow:hidden;padding:var(--space-2);border-radius:var(--radius-sm);background:var(--color-studio-background);color:var(--color-text-muted);text-align:center;font-size:.72rem}.asset-cell__image img{width:100%;height:100%;object-fit:cover}.asset-cell__meta{display:grid;align-content:start;gap:var(--space-2)}.asset-cell__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.asset-cell__actions .button{min-height:32px;padding:6px 10px;font-size:.75rem}.mobile-production-list{display:none}.mobile-asset{display:flex;align-items:center;gap:var(--space-3)}.review-row--asset{align-items:start}.review-row__asset-controls{grid-column:1 / -1;display:grid;gap:var(--space-2)}.form-stack{display:grid;gap:var(--space-4)}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--space-4);background:#121826b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-panel{width:min(620px,100%);max-height:calc(100dvh - var(--space-8));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:0 24px 80px #00000059}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border)}.modal-header h2{margin:0;font-size:1.2rem}.modal-body{min-height:0;overflow:auto;padding:var(--space-5)}.modal-body>:first-child{margin-top:0}.modal-body>:last-child{margin-bottom:0}.modal-footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);background:var(--color-surface-subtle)}.image-lightbox{width:min(1180px,100%);height:min(900px,calc(100dvh - var(--space-8)))}.image-lightbox .modal-body{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:var(--space-3);padding:var(--space-3);overflow:hidden}.lightbox-toolbar{display:flex;align-items:center;gap:var(--space-2)}.lightbox-toolbar .button{min-width:42px}.lightbox-scale{min-width:132px!important}.lightbox-toolbar__spacer{flex:1}.lightbox-counter{min-width:64px;text-align:center;color:var(--color-text-muted);font-weight:700}.lightbox-stage{min-height:0;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-studio-background);touch-action:none;cursor:zoom-in;-webkit-user-select:none;user-select:none}.lightbox-stage--movable{cursor:grab}.lightbox-stage--movable:active{cursor:grabbing}.lightbox-stage img{display:block;max-width:none;max-height:none;transform-origin:center;transition:transform .12s ease-out;-webkit-user-select:none;user-select:none}.lightbox-description{margin:0;color:var(--color-text-muted);font-size:.82rem;text-align:center}.publication-layout,.receipt-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:var(--space-4)}.plan-list,.check-list,.detail-list{display:grid;margin:0}.plan-line,.check-row,.detail-list>div{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.plan-line:last-child,.check-row:last-child,.detail-list>div:last-child{border-bottom:0}.safety-list p{padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border);line-height:1.5}.publication-timeline{list-style:none;display:grid;gap:var(--space-4);margin:0;padding:0}.timeline-step{display:grid;grid-template-columns:30px minmax(0,1fr);gap:var(--space-3);align-items:start}.timeline-step__marker{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:var(--color-surface-subtle)}.timeline-step--running .timeline-step__marker{background:var(--color-primary);color:#fff}.timeline-step--completed .timeline-step__marker{background:var(--color-success-soft);color:var(--color-success)}.timeline-step--failed .timeline-step__marker{background:var(--color-critical-soft);color:var(--color-critical)}.receipt-summary{margin-bottom:var(--space-4)}.check-row{justify-content:initial}.check-row>:last-child{margin-left:auto}.detail-list dt{color:var(--color-text-muted)}.detail-list dd{margin:0;max-width:62%;overflow-wrap:anywhere;text-align:right}@media(max-width:900px){.app-layout{grid-template-columns:1fr}.global-navigation{display:flex;gap:var(--space-1);overflow-x:auto;padding:var(--space-2) var(--space-4);border-right:0;border-bottom:1px solid var(--color-border)}.global-navigation__link{margin:0;white-space:nowrap}.app-main{padding:var(--space-5)}.batch-stepper,.workflow-progress__steps{grid-template-columns:repeat(3,minmax(0,1fr))}.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.app-bar{padding:var(--space-3) var(--space-4);align-items:flex-start}.shop-status{max-width:150px;justify-content:flex-end;text-align:right}.app-main{padding:var(--space-4)}.page-header{flex-direction:column}.page-header__actions{width:100%;justify-content:stretch}.page-header__actions .button{flex:1 1 auto}.batch-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-progress__steps{grid-template-columns:1fr 1fr}.batch-step{justify-content:flex-start}.state-banner{align-items:stretch;flex-direction:column}.state-banner__actions{justify-content:space-between}.form-grid,.summary-grid{grid-template-columns:1fr}.scenario-switcher,.preset-line{align-items:stretch;flex-direction:column}.source-grid,.compare-view{grid-template-columns:1fr}.compare-arrow{transform:rotate(90deg);justify-self:center}.compare-image{min-height:220px}.review-row{grid-template-columns:minmax(0,1fr) auto}.review-row__actions{grid-column:1 / -1}.production-launch__header,.production-confirmation,.production-launch__notice{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.production-launch__bulk .button,.production-confirmation__actions .button{flex:1 1 auto}.review-bulk-bar{position:static;align-items:stretch;flex-direction:column}.review-bulk-bar__actions .button{flex:1 1 100%}.color-references__header,.color-reference-dropzone,.color-references__toolbar{align-items:stretch;flex-direction:column}.color-reference-dropzone .button,.color-references__toolbar .button{width:100%}.color-reference-row{grid-template-columns:68px minmax(0,1fr);align-items:start}.color-reference-row__image{width:68px;height:68px}.color-reference-row__assignment{grid-column:1 / -1;grid-template-columns:1fr}.color-reference-row__assignment>*{grid-column:1!important;width:100%}.color-group-matrix__header{align-items:stretch;flex-direction:column}.color-group-matrix__header .button{flex:1 1 auto}.color-swap-plan{grid-template-columns:1fr;align-items:stretch}.color-swap-plan>.button{width:100%}.production-matrix{display:none}.mobile-production-list{display:grid;gap:var(--space-3)}.publication-layout,.receipt-layout{grid-template-columns:1fr}.modal-backdrop{padding:0;align-items:end}.modal-panel{width:100%;max-height:94dvh;border-radius:var(--radius-md) var(--radius-md) 0 0}.image-lightbox{height:94dvh}.lightbox-toolbar{display:grid;grid-template-columns:1fr auto 1fr}.lightbox-scale{min-width:0!important}.lightbox-toolbar__spacer,.data-table--responsive thead{display:none}.data-table--responsive,.data-table--responsive tbody,.data-table--responsive tr,.data-table--responsive td{display:block;width:100%}.data-table--responsive tr{padding:var(--space-3);border-bottom:1px solid var(--color-border)}.data-table--responsive td{display:flex;justify-content:space-between;gap:var(--space-3);padding:8px 0;border:0}.data-table--responsive td:before{content:attr(data-label);color:var(--color-text-muted);font-size:.78rem}.data-table--responsive td:first-child{display:block}.data-table--responsive td:first-child:before{display:none}}
