@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@500;600&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans SC,system-ui,sans-serif;color:#181a1b;background:#f3f4f1;font-synthesis:none;--ink: #181a1b;--muted: #6d706c;--line: #dfe1dc;--panel: #fff;--soft: #f6f7f4;--cyan: #22b8b2;--orange: #f1793d;--green: #2b9b69;--danger: #c9473e}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:224px;padding:20px 14px;color:#e9ece7;background:#151716;display:flex;flex-direction:column}.brand{height:44px;display:flex;align-items:center;gap:11px;padding:0 7px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--cyan);color:#102321;border-radius:5px}.brand strong,.brand span{display:block;letter-spacing:0}.brand strong{font-size:15px;line-height:1}.brand span{color:#8e938d;font:8px Fira Code,monospace;margin-top:5px}.primary-nav{margin-top:28px;display:flex;flex-direction:column;gap:4px}.nav-label{color:#70756f;font-size:10px;font-weight:700;padding:0 10px 8px;text-transform:uppercase}.nav-gap{margin-top:24px}.primary-nav a,.nav-disabled{width:100%;height:42px;border:0;border-radius:5px;display:flex;align-items:center;gap:11px;padding:0 11px;color:#9ca19b;background:transparent;text-decoration:none;font-size:13px}.primary-nav a:hover{background:#202321;color:#fff}.primary-nav a.active{color:#fff;background:#292c2a;box-shadow:inset 3px 0 var(--cyan)}.nav-disabled{cursor:default}.nav-disabled small{margin-left:auto;color:#696e68;font-size:9px;border:1px solid #3b3f3b;padding:2px 4px;border-radius:3px}.sidebar-foot{margin-top:auto;padding:14px 9px 6px;border-top:1px solid #2b2e2c}.workspace-identity span,.workspace-identity b{display:block}.workspace-identity span{color:#747974;font-size:9px}.workspace-identity b{margin:5px 0 8px;color:#d7dad6;font-size:11px}.sidebar-foot small{color:#646963;font-size:10px}.workspace{padding-left:224px;min-height:100vh}.topbar{height:64px;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:12px;padding:0 30px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-title span{display:none}.topbar-title b{font-size:14px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.toast-region{position:fixed;z-index:120;top:76px;right:20px;width:min(380px,calc(100vw - 28px));display:grid;gap:8px;pointer-events:none}.toast{min-height:52px;padding:11px 10px 11px 13px;display:grid;grid-template-columns:20px minmax(0,1fr) 28px;align-items:center;gap:9px;border:1px solid #d8dcd7;border-left:3px solid #6e736e;border-radius:6px;background:#fff;color:#3d413e;box-shadow:0 12px 36px #14181529;pointer-events:auto;animation:toast-in .18s ease-out}.toast span{font-size:11px;line-height:1.55}.toast>svg{color:#686d68}.toast button{width:28px;height:28px;padding:0;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#858a85}.toast button:hover{background:#f0f2ef;color:var(--ink)}.toast.error{border-left-color:var(--danger)}.toast.error>svg{color:var(--danger)}.toast.success{border-left-color:var(--green)}.toast.success>svg{color:var(--green)}.toast.info{border-left-color:var(--cyan)}.toast.info>svg{color:#16827d}@keyframes toast-in{0%{opacity:0;transform:translateY(-7px)}}.online{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #e5f5ed}.icon-button{width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;color:#5d615d;display:inline-grid;place-items:center}.icon-button:hover{border-color:var(--line);background:#f4f5f2;color:var(--ink)}.notification{position:relative}.notification i{position:absolute;width:6px;height:6px;right:7px;top:6px;border-radius:50%;background:var(--orange);border:1px solid #fff}.avatar{width:32px;height:32px;padding:0;border:0;border-radius:5px;background:var(--ink);color:#fff;font-family:Fira Code,monospace;font-size:11px}.page-wrap{padding:32px}.page{max-width:1420px;margin:0 auto}.page-header{min-height:86px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px}.eyebrow{display:block;font-family:Fira Code,monospace;font-size:10px;color:var(--cyan);font-weight:600;margin-bottom:7px}.page-header h1{font-size:27px;line-height:1.25;letter-spacing:0}.page-header p{margin-top:8px;color:var(--muted);font-size:13px}.page-actions{display:flex;gap:8px}.button{min-height:38px;padding:0 14px;border:1px solid transparent;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:600;white-space:nowrap}.button.primary{background:var(--ink);color:#fff}.button.primary:hover{background:#323534}.button.secondary{background:#fff;border-color:var(--line);color:#373a38}.button.secondary:hover,.button.ghost:hover{background:#eff1ed}.button.danger{background:var(--danger);color:#fff}.button.danger:hover{background:#b83c34}.button.ghost{color:#5e625e;background:transparent}.button.full{width:100%}.text-button{border:0;background:transparent;color:#4d514e;display:flex;align-items:center;gap:5px;font-size:11px}.text-button:hover{color:var(--ink)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:7px}.section-head{min-height:62px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eceee9}.section-head h2{font-size:14px}.section-head p{color:var(--muted);font-size:11px;margin-top:4px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.metric{min-height:114px;display:flex;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:7px}.metric-icon{width:38px;height:38px;flex:0 0 38px;border-radius:5px;display:grid;place-items:center;background:#eceeeb}.metric-icon.cyan{background:#dff5f2;color:#147c78}.metric-icon.orange{background:#fff0e6;color:#b24f1f}.metric-icon.green{background:#e5f4eb;color:#247c56}.metric span,.metric small,.metric b{display:block}.metric span{color:#636763;font-size:11px}.metric b{font-family:Fira Code,monospace;font-size:25px;margin:3px 0 2px}.metric small{color:#929691;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.job-list{padding:0 18px}.job-row{min-height:70px;display:grid;grid-template-columns:62px minmax(140px,1fr) 100px 42px 34px;align-items:center;gap:13px;border-bottom:1px solid #eceee9}.job-row:last-child{border-bottom:0}.job-row>img{width:62px;height:42px;object-fit:cover;border-radius:4px;background:#eceee9}.job-main>div:first-child{display:flex;align-items:baseline;gap:8px}.job-main b{font-size:12px}.job-main span{color:var(--muted);font-size:10px}.progress{height:3px;background:#eceee9;margin-top:9px}.progress i{display:block;height:100%;background:var(--cyan)}.job-stage{color:#575b58;font-size:11px}.job-percent{font-family:Fira Code,monospace;font-size:11px}.coverage-ring{width:132px;height:132px;margin:22px auto 16px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--cyan) 0 71%,#eceee9 71%);position:relative}.coverage-ring:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;background:#fff;border-radius:50%}.coverage-ring div{position:relative;z-index:1;text-align:center}.coverage-ring b,.coverage-ring span{display:block}.coverage-ring b{font-family:Fira Code;font-size:24px}.coverage-ring span{color:var(--muted);font-size:10px}.coverage-list{padding:0 18px 15px;display:grid;gap:8px}.coverage-list span{display:flex;align-items:center;color:#666a66;font-size:11px}.coverage-list b{margin-left:auto;color:var(--ink)}.coverage-list i{width:7px;height:7px;border-radius:50%;background:#aeb2ad;margin-right:8px}.coverage-list i.ok{background:var(--green)}.coverage-list i.warn{background:var(--orange)}.coverage-list+.button{width:calc(100% - 36px);margin:0 18px 18px}.recent-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.recent-strip button{min-width:0;border:0;background:#fff;padding:14px 18px;display:grid;grid-template-columns:72px minmax(0,1fr) 18px;gap:12px;align-items:center;text-align:left}.recent-strip button:hover{background:#f8f9f6}.recent-strip img{width:72px;height:46px;object-fit:cover;border-radius:4px}.recent-strip b,.recent-strip small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-strip b{font-size:12px}.recent-strip small{color:var(--muted);font-size:10px;margin-top:5px}.recent-strip svg{color:var(--green)}.toolbar{min-height:56px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.search-field{width:min(420px,100%);height:38px;display:flex;align-items:center;gap:9px;padding:0 11px;background:#fff;border:1px solid var(--line);border-radius:5px;color:#898d88}.search-field:focus-within{border-color:var(--cyan);box-shadow:0 0 0 2px #dff5f2}.search-field input{width:100%;border:0;outline:0;background:transparent;font-size:12px}.vehicle-table{overflow:hidden}.table-head,.table-row{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(270px,1.2fr) 120px 120px 78px;align-items:center;gap:14px;padding:0 18px}.table-head{height:42px;background:#f7f8f5;border-bottom:1px solid var(--line);color:#838782;font-size:10px;font-weight:600}.table-row{min-height:76px;border-bottom:1px solid #eceee9}.table-row:last-child{border-bottom:0}.table-row:hover{background:#fbfcfa}.catalog-table-row{cursor:pointer}.catalog-table-row:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.table-row-actions{display:flex;justify-content:flex-end;gap:4px}.icon-button.danger{color:var(--danger)}.vehicle-name{min-width:0;display:flex;align-items:center;gap:12px}.vehicle-thumb{width:70px;height:44px;flex:0 0 70px;border-radius:4px;background:#f0f2ee;display:grid;place-items:center;overflow:hidden;color:#8b8f8a}.vehicle-thumb img{width:100%;height:100%;object-fit:contain}.vehicle-name b,.vehicle-name small,.vehicle-name em{display:block}.vehicle-name b{font-size:12px}.vehicle-name small{color:var(--muted);font-size:10px;margin-top:4px}.vehicle-name em{margin-top:3px;color:#a0a49f;font: 8px Fira Code}.catalog-coverage{min-width:0}.catalog-coverage>small{display:block;margin-top:6px;color:var(--muted);font-size:9px}.direction-coverage{display:flex;flex-wrap:wrap;gap:4px}.direction-coverage span{min-width:53px;height:25px;display:inline-flex;justify-content:center;align-items:center;gap:3px;border-radius:3px;border:1px dashed #d7dad5;color:#9a9e99;font-size:9px}.direction-coverage span.done{border-style:solid;border-color:#c9e9dd;color:#277c5c;background:#edf8f3}.direction-coverage span.working{border-style:solid;border-color:#f0d2bb;color:#a75a26;background:#fff7ef}.toolbar-select{height:38px;padding:0 9px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#5d615d}.toolbar-select select{min-width:82px;height:34px;border:0;outline:0;background:transparent;color:#373a38;font-size:11px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pagination{min-height:58px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fafbfa;color:var(--muted);font-size:10px}.pagination>div{display:flex;gap:7px}.status-pill{width:max-content;display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border:1px solid #daddd8;border-radius:10px;color:#666a66;background:#fafbfa;font-size:9px;white-space:nowrap}.status-pill i{width:5px;height:5px;border-radius:50%;background:#9da19c}.status-pill.published,.status-pill.approved,.status-pill.stored{color:#257452;border-color:#cce8dc;background:#edf8f3}.status-pill.published i,.status-pill.approved i,.status-pill.stored i{background:var(--green)}.status-pill.review,.status-pill.validating{color:#a75a26;border-color:#f2d9c5;background:#fff7ef}.status-pill.review i,.status-pill.validating i{background:var(--orange)}.status-pill.rejected{color:#a13f3f;border-color:#efd0d0;background:#fff2f2}.status-pill.rejected i{background:#c84f4f}.status-pill.uncreated{color:#737873;border-style:dashed;background:#fff}.muted{color:var(--muted);font-size:11px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.empty{padding:60px;text-align:center;display:grid;place-items:center;gap:7px;color:#90948f}.empty b{color:#555955;font-size:13px}.empty span{font-size:11px}.vehicle-intake-page{padding-bottom:30px}.vehicle-catalog-entry-page{max-width:1180px;padding-bottom:36px}.vehicle-catalog-entry-page .page-header{min-height:82px;margin-bottom:14px}.vehicle-catalog-entry-page .page-header h1{font-size:27px}.catalog-entry-section{margin-bottom:9px;padding:16px 18px}.catalog-entry-section .section-title.compact{margin-bottom:13px}.catalog-entry-section .section-title.compact>span{width:27px;height:27px}.catalog-entry-section .section-title.compact h2{font-size:15px}.catalog-entry-section .section-title.compact p{margin-top:3px;font-size:9px}.catalog-entry-section .field{gap:5px;margin-bottom:10px}.catalog-entry-section .field>span{font-size:10px}.catalog-progressive-section{animation:catalog-section-enter .2s ease-out both}@keyframes catalog-section-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.vehicle-catalog-entry-page .spec-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.vehicle-catalog-entry-page .spec-grid .field{margin-bottom:0}.catalog-cascade{position:relative;padding:10px;border:1px solid var(--line);border-radius:7px;background:#f8faf9}.catalog-cascade>.spin{position:absolute;top:9px;right:9px;color:var(--cyan)}.searchable-catalog-control{min-width:0;height:36px;padding:0 9px;display:flex;align-items:center;gap:7px;border:1px solid #d8dbd6;border-radius:4px;color:#8a8f89;background:#fff}.searchable-catalog-control:focus-within{border-color:var(--cyan);box-shadow:0 0 0 2px #e0f6f3}.searchable-catalog-control.loading{border-color:#a9ddd7;color:#2f8e86;background:#f2fbf9}.catalog-entry-section .searchable-catalog-control>input[type=search]{width:auto;min-width:0;min-height:0;height:34px;flex:1;padding:0;border:0;border-radius:0;outline:0;box-shadow:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none}.catalog-entry-section .searchable-catalog-control>input[type=search]:focus{border:0;outline:0;box-shadow:none}.searchable-catalog-control:has(input:disabled){cursor:not-allowed;color:#a2a6a1;background:#f1f3f2}.catalog-entry-section .searchable-catalog-control>input[type=search]:disabled{cursor:not-allowed;color:#9ca3a0;background:transparent}.catalog-cascade-error{min-height:28px;margin-top:7px;padding:5px 8px;display:flex;align-items:center;gap:6px;border:1px solid #efcdc8;border-radius:4px;color:#a2453b;background:#fff7f5;font-size:9px}.catalog-cascade-error span{min-width:0;flex:1}.catalog-cascade-error button{padding:2px 5px;border:0;color:#8e3d35;background:transparent;font:inherit;text-decoration:underline;cursor:pointer}.selected-catalog-summary{min-height:45px;margin-top:8px;padding:8px 11px;display:flex;align-items:center;gap:9px;border:1px solid #cbe6dc;border-radius:6px;color:#296c54;background:#eff9f4}.selected-catalog-summary b,.selected-catalog-summary p{display:block}.selected-catalog-summary b{font-size:11px}.selected-catalog-summary p{margin-top:4px;font-size:9px}.research-source{margin-left:auto;padding:3px 7px;border:1px solid #bcdccd;border-radius:10px;color:#34735b;background:#fff;font-size:8px;white-space:nowrap}.catalog-source-actions{min-height:58px;margin-top:6px;padding:10px 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;background:#f8faf9}.catalog-source-actions>span{margin-left:4px;color:var(--muted);font-size:9px;line-height:1.55}.external-match-summary{margin:12px 0 0;padding:11px 13px;display:flex;align-items:center;gap:10px;border:1px solid #cee7dc;border-radius:5px;color:#2b7257;background:#eff9f4}.external-match-summary b,.external-match-summary p{display:block}.external-match-summary b{font-size:10px}.external-match-summary p{margin-top:3px;font-size:9px}.catalog-direction-references{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog-direction-group{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:6px}.catalog-direction-group>header{min-height:43px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;color:#376e64;background:#f4f9f7;border-bottom:1px solid var(--line)}.catalog-direction-group>header b,.catalog-direction-group>header span{display:block}.catalog-direction-group>header b{font-size:11px}.catalog-direction-group>header span{margin-top:3px;color:var(--muted);font-size:8px}.catalog-direction-group>div{min-height:220px;padding:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-content:start;gap:7px;background:#fafbfa}.catalog-direction-group article{min-width:0;padding:5px;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff}.catalog-direction-group article.selected{border-color:var(--cyan);box-shadow:0 0 0 2px #dff5f2}.catalog-reference-preview{width:100%;position:relative;display:block;padding:0;overflow:hidden;border:0;border-radius:3px;background:#eef0ed;cursor:zoom-in}.catalog-reference-preview img{display:block;width:100%;aspect-ratio:1.65;object-fit:contain;background:#eef0ed}.catalog-reference-preview i{position:absolute;right:6px;bottom:6px;height:25px;padding:0 7px;display:flex;align-items:center;gap:4px;border-radius:4px;color:#fff;background:#141815c7;opacity:0;font-style:normal;font-size:8px;transition:opacity .15s ease}.catalog-reference-preview:hover i,.catalog-reference-preview:focus-visible i{opacity:1}.catalog-reference-preview:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.catalog-direction-group article>div{padding:5px 1px 0;display:flex;align-items:center;gap:5px}.catalog-direction-group article>div>span{min-width:0;flex:1;overflow:hidden;color:#585d59;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.catalog-reference-select{min-width:max-content;height:25px;padding:0 7px;display:inline-flex;align-items:center;gap:3px;border:0;border-radius:3px;color:#386f63;background:#edf7f4;font-size:8px}.catalog-reference-select:hover{background:#dff1eb}.reference-lightbox{grid-template-rows:auto minmax(0,1fr)}.vehicle-catalog-entry-page .reference-empty.compact{min-height:72px;margin-bottom:0;padding:14px;grid-template-columns:auto auto;justify-content:center}.vehicle-catalog-entry-page .source-editor{gap:8px}.vehicle-catalog-entry-page .source-editor>div{padding:9px 10px 0}.vehicle-catalog-entry-page .subheading{margin:4px 0 9px;font-size:11px}.catalog-entry-footer{position:sticky;bottom:10px;z-index:8;min-height:64px;padding:11px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:7px;background:#fffffff5;box-shadow:0 8px 30px #1d201e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.catalog-entry-footer>div{margin-left:auto;display:flex;gap:8px}.intake-stepper{min-height:76px;margin-bottom:12px;padding:0 22px;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;border:1px solid var(--line);border-radius:7px;background:#fff}.intake-stepper>button{position:relative;min-width:0;padding:12px 8px;display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#9a9e99;text-align:left}.intake-stepper>button:not(:last-child):after{content:"";position:absolute;left:132px;right:24px;top:50%;height:1px;background:#dfe2dd}.intake-stepper i{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border:1px solid #d4d7d2;border-radius:50%;background:#fff;font: 9px Fira Code}.intake-stepper span,.intake-stepper b,.intake-stepper small{display:block}.intake-stepper b{color:inherit;font-size:11px}.intake-stepper small{margin-top:3px;color:#a1a5a0;font-size:8px;font-weight:400}.intake-stepper>button:not(:disabled):hover{color:#3e625d}.intake-stepper>button:focus-visible{outline:2px solid var(--cyan);outline-offset:-3px;border-radius:5px}.intake-stepper>button.current,.intake-stepper>button.completed{color:var(--ink);font-weight:600}.intake-stepper>button.current i,.intake-stepper>button.completed i{border-color:var(--ink);background:var(--ink);color:#fff}.intake-stepper>button:disabled{cursor:not-allowed}.intake-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:12px;align-items:start}.intake-layout.single{grid-template-columns:minmax(0,1fr)}.intake-main{min-width:0}.intake-directions{position:sticky;top:78px;overflow:hidden}.intake-direction{width:calc(100% - 20px);min-height:64px;margin:0 10px;padding:10px;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid #eceee9;background:transparent;color:#777b77;text-align:left}.intake-direction:hover:not(:disabled){background:#f7f9f6}.intake-direction:disabled{cursor:not-allowed;opacity:.55}.intake-direction>span{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:4px;background:#f0f2ee}.intake-direction>div{min-width:0;flex:1}.intake-direction b,.intake-direction small{display:block}.intake-direction b{font-size:11px}.intake-direction small{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.intake-direction.active{color:#246d65}.intake-direction.active>span{background:#dff5f2}.intake-direction.active>svg,.intake-direction.complete>svg{color:var(--green)}.intake-directions .aside-note{margin:14px}.intake-section{padding:24px}.identity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.catalog-picker{margin-bottom:18px;padding:0 14px 14px;border:1px solid var(--line);border-radius:10px;background:#f8faf9}.catalog-picker .subsection-bar{margin-top:0}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.catalog-grid select:disabled{cursor:not-allowed;color:#9ca3a0;background:#f1f3f2}.vehicle-sync-page{max-width:1280px}.sync-source-panel,.sync-review-panel{padding:22px}.sync-review-panel{margin-top:14px}.sync-source-head,.sync-review-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.sync-provider{display:flex;align-items:center;gap:10px}.sync-provider>svg{color:var(--green)}.sync-provider b,.sync-provider small{display:block}.sync-provider b{font-size:13px}.sync-provider small{margin-top:3px;color:var(--muted);font-size:9px}.sync-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.4fr) auto;align-items:end;gap:12px;margin-top:20px}.sync-form .field{margin:0}.sync-form .button{height:38px}.sync-result{min-height:38px;margin-top:12px;padding:8px 11px;display:flex;align-items:center;gap:8px;color:#356c53;background:#edf8f3;border:1px solid #d1e9df;border-radius:5px;font-size:10px}.sync-note{margin:12px 0 0}.sync-review-head h2{font-size:15px}.sync-review-head p{margin-top:4px;color:var(--muted);font-size:9px}.sync-tabs{display:flex;gap:4px;margin:18px 0 10px;border-bottom:1px solid var(--line)}.sync-tabs button{min-width:72px;height:34px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:10px}.sync-tabs button.active{color:var(--ink);border-bottom-color:var(--ink);font-weight:600}.sync-candidate-list{display:grid;gap:7px}.sync-candidate{min-height:70px;padding:11px 12px;display:grid;grid-template-columns:46px minmax(200px,1fr) 72px 34px auto;align-items:center;gap:11px;border:1px solid var(--line);border-radius:6px;background:#fff}.sync-kind{width:40px;height:28px;display:grid;place-items:center;color:#326d65;background:#e6f5f2;border-radius:4px;font-size:9px;font-weight:700}.sync-kind.spec{color:#6b5c31;background:#f6f0df}.sync-candidate-main b,.sync-candidate-main span,.sync-candidate-main small{display:block}.sync-candidate-main b{font-size:11px}.sync-candidate-main span{margin-top:4px;color:#666b66;font-size:9px}.sync-candidate-main small{margin-top:3px;color:#a0a49f;font-size:8px}.sync-state{padding:5px 7px;border-radius:10px;text-align:center;color:#746334;background:#f7f0dc;font-size:8px}.sync-state.verified{color:#32664d;background:#e5f3ea}.sync-state.rejected{color:#8a4a45;background:#f8e9e7}.sync-review-actions{display:flex;gap:6px}.sync-review-actions .button{height:31px;padding:0 10px;font-size:9px}.sync-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);text-align:center}.sync-empty b{color:var(--ink);font-size:11px}.sync-empty p{font-size:9px}.research-empty,.reference-empty,.generation-ready{min-height:170px;margin-bottom:18px;padding:26px;display:grid;place-items:center;align-content:center;gap:7px;border:1px dashed #cdd1cb;border-radius:5px;background:#f8f9f6;color:#737772;text-align:center}.research-empty b,.reference-empty b,.generation-ready b{color:#3f4340;font-size:12px}.research-empty p,.reference-empty p,.generation-ready p{max-width:620px;font-size:10px;line-height:1.65}.generation-ready .button{margin-top:8px}.research-summary{margin-bottom:18px;padding:13px;display:flex;align-items:flex-start;gap:10px;border:1px solid #cfe6da;border-radius:5px;background:#f1faf5;color:#277052}.research-summary.warning{border-color:#efd8c2;background:#fff8f0;color:#9b572a}.research-summary b,.research-summary p,.research-summary small{display:block}.research-summary b{font-size:11px}.research-summary p,.research-summary small{margin-top:4px;font-size:9px;line-height:1.6}.subheading{margin:2px 0 12px;font-size:12px}.year-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:18px}.year-option-list>button{min-width:0;padding:13px;display:grid;gap:5px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);text-align:left}.year-option-list>button:hover,.year-option-list>button.selected{border-color:var(--cyan);box-shadow:0 0 0 2px #dff5f2}.year-option-list>button>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.year-option-list b{font-size:13px}.year-option-list em{padding:2px 6px;border-radius:10px;background:#edf8f3;color:#287555;font-size:8px;font-style:normal}.year-option-list p{font-size:10px}.year-option-list span{color:#555a56;font:9px Fira Code}.year-option-list small{overflow:hidden;color:var(--muted);font-size:9px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.source-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.source-editor>div{padding:13px 13px 0;border:1px solid var(--line);border-radius:5px;background:#fafbfa}.process-banner{min-height:54px;margin-bottom:12px;padding:10px 13px;display:flex;align-items:center;gap:11px;border:1px solid #c8e8e4;border-radius:6px;background:#eff9f7;color:#216c67}.process-banner>div{flex:1}.process-banner b,.process-banner span{display:block}.process-banner b{font-size:11px}.process-banner span{margin-top:3px;font-size:9px}.reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.reference-grid button{min-width:0;padding:7px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);text-align:left}.reference-grid button:hover,.reference-grid button.selected{border-color:var(--cyan);box-shadow:0 0 0 2px #dff5f2}.reference-grid button:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.reference-grid .reference-image{aspect-ratio:1.65;position:relative;display:grid;place-items:center;overflow:hidden;background:#eef0ed}.reference-grid img{width:100%;height:100%;object-fit:contain}.reference-rank{position:absolute;top:6px;left:6px;min-width:25px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:3px;color:#fff;background:#1d201ec2;font: 8px Fira Code}.reference-tags{min-height:20px;margin:7px 2px 0;display:flex;align-items:center;gap:4px;overflow:hidden}.reference-tags em{min-width:0;padding:3px 5px;overflow:hidden;border-radius:3px;background:#eef0ed;color:#696e69;font-size:8px;font-style:normal;line-height:1;text-overflow:ellipsis;white-space:nowrap}.reference-tags em.source{background:#e8f4ff;color:#27709b}.reference-tags em.view{background:#e5f6f1;color:#246d5f}.reference-tags em.muted{color:#858a85}.reference-grid b,.reference-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-grid b{margin:6px 2px 0;font-size:10px}.reference-grid small{margin:4px 2px 2px;color:var(--muted);font-size:9px}.reference-grid .reference-identity{color:#49504b;font-family:Fira Code}.reference-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reference-upload{min-height:62px;margin-bottom:14px;padding:10px 13px;display:flex;align-items:center;gap:11px;border:1px dashed #bdc2bc;border-radius:5px;background:#fafbfa;color:#616561;cursor:pointer}.reference-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.reference-upload b,.reference-upload small{display:block}.reference-upload b{font-size:11px}.reference-upload small{margin-top:4px;color:#8a8e89;font-size:9px}.selected-reference{min-height:82px;padding:9px;display:flex;align-items:center;gap:12px;border:1px solid #cce7dc;border-radius:5px;background:#f1f9f5}.selected-reference img{width:112px;height:66px;flex:0 0 112px;object-fit:contain;background:#e5e9e4}.selected-reference div{min-width:0;flex:1}.selected-reference span,.selected-reference b,.selected-reference small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-reference span{color:var(--green);font-size:8px}.selected-reference b{margin-top:4px;font-size:11px}.selected-reference small{margin-top:4px;color:var(--muted);font-size:9px}.selected-reference>svg{color:var(--green)}.reference-add-toolbar{min-height:60px;margin-top:16px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:6px;background:#f8faf8}.reference-add-toolbar>div:first-child{min-width:0;flex:1}.reference-add-toolbar>div:first-child b,.reference-add-toolbar>div:first-child span{display:block}.reference-add-toolbar>div:first-child b{font-size:11px}.reference-add-toolbar>div:first-child span{margin-top:4px;color:var(--muted);font-size:9px}.reference-add-toolbar>div:last-child{display:flex;gap:7px}.reference-add-toolbar .button.active{border-color:var(--cyan);color:#27736b;background:#eaf8f5}.reference-add-upload{cursor:pointer}.reference-add-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.reference-link-adder{margin-top:8px;padding:9px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;gap:8px;border:1px solid #cce7e1;border-radius:6px;background:#f4fbf9}.reference-link-adder>input{width:100%;min-width:0;height:36px;padding:0 10px;border:1px solid #d7dcd6;border-radius:4px;outline:0;background:#fff;font-size:9px}.reference-link-adder>input:focus{border-color:var(--cyan);box-shadow:0 0 0 2px #e0f6f3}.reference-link-adder .button{height:36px}.reference-choice-section{margin-top:14px}.reference-choice-section>header{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.reference-choice-section>header b,.reference-choice-section>header span{display:block}.reference-choice-section>header b{font-size:11px}.reference-choice-section>header span{margin-top:4px;color:var(--muted);font-size:9px}.reference-choice-section>header em{padding:3px 7px;border-radius:10px;color:#4e6f67;background:#edf3f0;font-size:8px;font-style:normal}.reference-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.reference-choice-card{min-width:0;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.reference-choice-card:hover{border-color:#aad8d2}.reference-choice-card.selected{border-color:var(--cyan);box-shadow:0 0 0 2px #dff5f2}.reference-choice-select{width:100%;min-width:0;padding:6px;display:block;border:0;color:var(--ink);background:transparent;text-align:left}.reference-choice-select>span{width:100%;aspect-ratio:1.65;display:grid;place-items:center;overflow:hidden;border-radius:3px;background:#eef0ed}.reference-choice-select img{display:block;width:100%;height:100%;padding:3px;object-fit:contain;object-position:center}.reference-choice-select>div{min-width:0;padding:7px 2px 3px}.reference-choice-select em{height:18px;display:inline-flex;align-items:center;gap:3px;color:var(--green);font-size:8px;font-style:normal}.reference-choice-select b,.reference-choice-select small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-choice-select b{margin-top:3px;padding-right:28px;font-size:10px}.reference-choice-select small{margin-top:4px;color:var(--muted);font-size:8px}.reference-choice-select:focus-visible{outline:2px solid var(--cyan);outline-offset:-3px}.reference-choice-zoom{position:absolute;right:8px;bottom:8px;width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:4px;color:#fff;background:#181b19c7;opacity:.82}.reference-choice-zoom:hover,.reference-choice-zoom:focus-visible{opacity:1}.reference-choice-zoom:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.reference-choice-empty{min-height:120px;display:grid;place-items:center;align-content:center;gap:6px;border:1px dashed #cbd0ca;border-radius:6px;color:#929792;background:#fafbfa;text-align:center}.reference-choice-empty b{color:#4c514d;font-size:11px}.reference-choice-empty span{font-size:9px}.form-actions.reference-picker-actions{justify-content:flex-end}.asset-tabs{display:flex;gap:4px;overflow-x:auto;padding:8px;border:1px solid var(--line);border-bottom:0;background:#f6f7f4}.asset-tabs button{min-height:32px;padding:0 11px;white-space:nowrap;border:0;border-radius:4px;background:transparent;color:#717570;font-size:10px}.asset-tabs button.active{background:var(--ink);color:#fff}.vehicle-asset-viewer{width:100%;max-width:100%;aspect-ratio:8 / 3;min-height:260px;display:grid;place-items:center;overflow:hidden;border:1px solid #303330;background:#1d201e}.vehicle-asset-viewer.photo{background:#e9ebe8}.vehicle-asset-viewer.dual{aspect-ratio:1.5 / 1}.asset-image-button{width:100%;height:100%;min-width:0;min-height:0;padding:18px;position:relative;display:grid;place-items:center;overflow:hidden;border:0;background:transparent;cursor:zoom-in}.asset-image-button img{width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;object-position:center}.asset-image-button>svg{position:absolute;right:14px;bottom:14px;width:34px;height:34px;padding:8px;border-radius:4px;color:#fff;background:#0f1110c7;opacity:0;transition:opacity .16s ease}.asset-image-button:hover>svg,.asset-image-button:focus-visible>svg{opacity:1}.vehicle-asset-viewer .empty{color:#aeb3ad}.vehicle-asset-viewer .empty b{color:#e4e7e3}.form-actions.asset-step-actions{justify-content:flex-start;flex-wrap:wrap}.asset-step-actions>.inline-actions{margin-left:auto}.asset-validation-warning{margin-top:12px;padding:13px 15px;display:flex;align-items:flex-start;gap:10px;border:1px solid #edc9c3;border-radius:5px;background:#fff7f5;color:var(--danger)}.asset-validation-warning>div{min-width:0;flex:1}.asset-validation-warning b,.asset-validation-warning span{display:block}.asset-validation-warning b{color:var(--ink);font-size:11px}.asset-validation-warning span{margin-top:3px;color:#7d6b67;font-size:9px;line-height:1.5}.asset-validation-warning ul{margin:9px 0 0;padding-left:17px;display:grid;gap:5px;color:#8d4238;font-size:9px;line-height:1.5}.asset-validation-warning strong{margin-right:7px;color:#66342d}.asset-lightbox-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:20px}.asset-lightbox-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0a0c0bd1}.asset-lightbox{width:min(1500px,100%);height:min(900px,calc(100vh - 40px));position:relative;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;border-radius:7px;background:#fff;box-shadow:0 26px 90px #0000006b}.asset-lightbox>header{min-height:68px;padding:12px 16px 12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.asset-lightbox>header div{min-width:0}.asset-lightbox>header b,.asset-lightbox>header span{display:block}.asset-lightbox>header b{font-size:14px}.asset-lightbox>header span{margin-top:4px;color:var(--muted);font-size:10px}.asset-lightbox>nav{min-height:48px;padding:7px 14px;display:flex;gap:4px;overflow-x:auto;background:#f5f6f3;border-bottom:1px solid var(--line)}.asset-lightbox>nav button{min-width:max-content;padding:0 12px;border:0;border-radius:4px;background:transparent;color:#6e726d;font-size:10px}.asset-lightbox>nav button.active{color:#fff;background:var(--ink)}.asset-lightbox>nav button:disabled{opacity:.38}.asset-lightbox-canvas{min-width:0;min-height:0;padding:20px;display:grid;place-items:center;overflow:auto;background:#1d201e}.asset-lightbox-canvas img{width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;object-position:center}.asset-lightbox-canvas.geometry-calibration-canvas{padding:0;overflow:hidden}.geometry-calibration-editor{width:100%;height:100%;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#1d201e}.geometry-calibration-toolbar{min-height:62px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#e9ece8;background:#292d2a;border-bottom:1px solid #404540}.geometry-calibration-toolbar>div:first-child{min-width:0}.geometry-calibration-toolbar b,.geometry-calibration-toolbar span{display:block}.geometry-calibration-toolbar b{font-size:11px}.geometry-calibration-toolbar>div:first-child span{margin-top:4px;color:#aeb4ad;font-size:9px}.geometry-calibration-toolbar .inline-actions{flex:0 0 auto;align-items:center}.geometry-calibration-size{color:#c6ccc5;font:9px Fira Code;white-space:nowrap}.geometry-calibration-stage-wrap{position:relative;place-self:center;max-width:100%;max-height:100%;width:auto;height:100%;overflow:hidden;background:#eef0ed;-webkit-user-select:none;user-select:none;touch-action:none}.geometry-calibration-stage-wrap>img,.geometry-calibration-stage-wrap>svg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.geometry-calibration-stage-wrap>img{object-fit:fill;pointer-events:none}.geometry-calibration-stage-wrap>svg{overflow:visible;touch-action:none}.geometry-calibration-mask{fill:#12161f38;pointer-events:none}.geometry-calibration-window{fill:#ffffff17;stroke:#111827;stroke-width:5;vector-effect:non-scaling-stroke;pointer-events:none}.geometry-calibration-move-target{fill:transparent;cursor:move}.geometry-calibration-axis{stroke:#1e293b80;stroke-width:2;stroke-dasharray:10 8;vector-effect:non-scaling-stroke;pointer-events:none}.geometry-calibration-handle{fill:#fff;stroke:#111827;stroke-width:5;vector-effect:non-scaling-stroke}.geometry-calibration-handle.edge{fill:#dce7ff}.asset-lightbox.reference-lightbox{grid-template-rows:auto minmax(0,1fr)}.subsection-bar{min-height:48px;margin:16px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.subsection-bar b,.subsection-bar span{display:block}.subsection-bar b{font-size:11px}.subsection-bar span{margin-top:3px;color:var(--muted);font-size:9px}.candidate-empty{margin-bottom:14px;padding:18px;border:1px dashed #cbd0ca;color:var(--muted);background:#fafbfa;text-align:center;font-size:10px}.validation-list>div.failed{border-color:#efd0cc;background:#fff5f3;color:var(--danger)}.human-review{margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:5px;background:#fafbfa}.human-review>label:first-child{margin-bottom:16px;display:flex;align-items:flex-start;gap:10px;cursor:pointer}.human-review input[type=checkbox]{width:17px;height:17px;margin:2px 0 0;accent-color:var(--green)}.human-review b,.human-review small{display:block}.human-review b{font-size:11px}.human-review small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.5}.archive-confirmation{min-height:124px;padding:24px;display:flex;align-items:center;justify-content:center;gap:14px;border:1px solid #cfe4d6;border-radius:5px;background:#f7fbf8;color:var(--green);text-align:left}.archive-confirmation div{max-width:520px}.archive-confirmation b{display:block;color:var(--ink);font-size:14px}.archive-confirmation p{margin:6px 0 0;color:var(--muted);font-size:10px;line-height:1.6}.archive-confirmation.saved{background:#f3faf6}.drawer-layer,.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end}.drawer-scrim,.modal-scrim,.nav-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f11108f;cursor:default}.drawer{position:relative;width:min(680px,100%);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px #0000002e;animation:drawer-in .22s ease-out}@keyframes drawer-in{0%{transform:translate(20px);opacity:.6}}.drawer>header,.dialog>header{min-height:82px;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.drawer h2,.dialog h2{font-size:20px}.drawer .eyebrow,.dialog .eyebrow{margin-bottom:5px}.stepper{min-height:72px;padding:13px 24px;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:#f8f9f6}.stepper div{display:flex;align-items:center;gap:7px;color:#9a9e99;font-size:10px;position:relative}.stepper div:not(:last-child):after{content:"";position:absolute;height:1px;background:#daddd7;width:18%;right:4px}.stepper i,.workflow-steps i{width:23px;height:23px;display:grid;place-items:center;font-style:normal;font-family:Fira Code;font-size:9px;border:1px solid #d0d3ce;background:#fff;border-radius:50%}.stepper .active{color:var(--ink)}.stepper .active i{color:#fff;background:var(--ink);border-color:var(--ink)}.drawer-body{flex:1;overflow-y:auto;padding:24px}.drawer>footer,.dialog>footer{min-height:70px;padding:15px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vehicle-template-cascade{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#f8faf9}.vehicle-template-cascade select:disabled{cursor:not-allowed;color:#9ca3a0;background:#f1f3f2}.field{display:grid;gap:7px;margin-bottom:16px}.field>span{color:#565a56;font-size:11px;font-weight:600}.field input,.field select,.field textarea{width:100%;min-height:38px;border:1px solid #d8dbd6;border-radius:4px;padding:8px 10px;color:var(--ink);background:#fff;outline:0;font-size:12px;resize:vertical}.field textarea{line-height:1.7}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 2px #e0f6f3}.info-box,.security-note{margin-top:8px;padding:14px;display:flex;align-items:flex-start;gap:11px;background:#eff8f6;border:1px solid #d1ebe6;border-radius:5px;color:#23635e}.info-box b{font-size:11px}.info-box p,.security-note p{font-size:10px;line-height:1.6;margin-top:3px}.source-banner{display:flex;gap:11px;padding:13px;margin-bottom:20px;background:#edf8f3;color:#287555;border:1px solid #d1eadf;border-radius:5px}.source-banner span{display:grid;gap:3px}.source-banner b{font-size:11px}.source-banner small{font-size:10px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.source-list{display:grid;gap:6px}.source-list span{height:35px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);padding:0 10px;border-radius:4px;color:#626662;font:10px Fira Code}.source-list svg{color:var(--green)}.direction-build-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px}.direction-build-grid article{min-width:0;border:1px solid var(--line);border-radius:5px;overflow:hidden}.build-preview{height:108px;background:#eff1ed}.build-preview img{width:100%;height:100%;object-fit:contain}.direction-build-grid article>span{display:inline-grid;gap:2px;padding:10px 6px 10px 12px}.direction-build-grid article>span b{font-size:11px}.direction-build-grid article>span small{color:var(--muted);font-size:9px}.direction-build-grid .status-pill{float:right;margin:13px 10px}.validation-list{display:grid;gap:8px}.validation-list>div{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #dde9e2;background:#f8fcfa;border-radius:5px;color:var(--green)}.validation-list span{display:grid;gap:2px}.validation-list b{color:#343735;font-size:11px}.validation-list small{font-size:9px}.upload-target{min-height:130px;margin-top:18px;border:1px dashed #bcc2bc;background:#f7f8f5;display:grid;place-items:center;align-content:center;gap:7px;color:#767a76;border-radius:5px}.upload-target b{color:#3f4340;font-size:12px}.upload-target span{font-size:10px}.workflow-steps{min-height:60px;display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:12px;border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 18px}.workflow-steps>button{position:relative;min-width:0;padding:6px 0;display:flex;align-items:center;gap:8px;border:0;background:transparent;color:#9a9e99;font-size:10px;text-align:left}.workflow-steps>button:not(:last-child):after{content:"";width:30%;height:1px;position:absolute;right:8px;background:#daddd6}.workflow-steps>button:not(:disabled):hover{color:#3e625d}.workflow-steps>button:focus-visible{outline:2px solid var(--cyan);outline-offset:2px;border-radius:5px}.workflow-steps>button.current,.workflow-steps>button.completed{color:var(--ink);font-weight:600}.workflow-steps>button.current i,.workflow-steps>button.completed i{background:var(--ink);color:#fff;border-color:var(--ink)}.workflow-steps>button:disabled{cursor:not-allowed}.workflow-grid{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:12px;align-items:start}.workflow-main{min-width:0}.form-panel{padding:24px}.section-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:24px}.section-title>span{width:30px;height:30px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:4px;font:10px Fira Code}.section-title h2{font-size:17px}.section-title p{color:var(--muted);font-size:11px;margin-top:5px}.locked-field{height:38px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid #d8dbd6;background:#f7f8f5;border-radius:4px;font-size:12px}.locked-field svg{color:var(--green)}.upload-row{display:flex;align-items:stretch;flex-wrap:wrap;gap:10px;margin-bottom:24px}.reference-file-input{display:none}.upload-button{min-width:170px;height:100px;padding:0 14px;display:flex;align-items:center;gap:10px;border:1px dashed #bcc0bb;background:#f9faf8;border-radius:5px;color:#636763;text-align:left}.upload-button:disabled{cursor:not-allowed;opacity:.58}.upload-button b,.upload-button small{display:block}.upload-button b{font-size:11px}.upload-button small{font-size:9px;color:#959994;margin-top:3px}.reference-swatch{width:112px;height:100px;flex:0 0 112px;display:grid;grid-template-rows:74px 26px;border:1px solid #d8dcd6;border-radius:5px;overflow:hidden;background:#eef0ed}.reference-image-button{width:100%;height:74px;padding:0;border:0;background:transparent;cursor:zoom-in}.reference-swatch img{width:100%;height:100%;object-fit:contain}.reference-actions{padding:2px 3px;display:flex;align-items:center;justify-content:flex-end;gap:3px;border-top:1px solid #d8dcd6;background:#f8f9f7}.reference-order{min-width:18px;height:18px;margin-right:auto;display:grid;place-items:center;border-radius:3px;background:#303431;color:#fff;font:8px Fira Code}.reference-actions button{width:20px;height:20px;padding:0;border:0;border-radius:3px;background:#404540;color:#fff;display:grid;place-items:center}.reference-actions button:disabled{opacity:.28;cursor:not-allowed}.reference-lightbox>img{background:#151815}.form-actions{padding-top:17px;margin-top:4px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.form-actions>span{color:var(--muted);font-size:10px}.inline-actions{display:flex;align-items:center;gap:8px}.direction-rail{padding-bottom:8px}.direction-rail>button{width:calc(100% - 16px);min-height:56px;margin:3px 8px;border:1px solid transparent;border-radius:5px;background:transparent;display:flex;align-items:center;gap:10px;text-align:left;color:#7d817c}.direction-rail>button:hover:not(.locked),.direction-rail>button.active{border-color:#d9dcd7;background:#f5f6f3}.direction-rail>button>i{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;font: 9px Fira Code;border:1px solid #d7dad5;border-radius:50%}.direction-rail button.approved i{background:var(--green);color:#fff;border-color:var(--green)}.direction-rail button.active i{background:var(--ink);color:#fff;border-color:var(--ink)}.direction-rail b,.direction-rail small{display:block}.direction-rail b{color:#464a46;font-size:11px}.direction-rail small{margin-top:4px;color:#969a95;font-size:9px}.direction-rail .locked{opacity:.55;cursor:not-allowed}.aside-note{margin-top:12px;padding:14px;display:flex;gap:10px;border:1px solid #dbe0da;background:#eef0ed;border-radius:6px;color:#626662}.aside-note b{font-size:10px}.aside-note p{margin-top:4px;font-size:9px;line-height:1.55}.prompt-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.prompt-list>button{min-width:0;min-height:150px;position:relative;padding:15px;border:1px solid var(--line);border-radius:6px;background:#fff;text-align:left}.prompt-list>button:hover{background:#fafbf9}.prompt-list>button.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.prompt-list>button>i{position:absolute;right:10px;top:10px;width:20px;height:20px;display:grid;place-items:center;border:1px solid #d9dcd7;border-radius:50%}.prompt-list .selected>i{background:var(--ink);color:#fff}.prompt-list b{font-size:12px}.prompt-list p{min-height:51px;color:#777b76;font-size:10px;line-height:1.65;margin:10px 0}.prompt-list em,.tag-row span{display:inline-block;margin:2px 3px 0 0;padding:3px 6px;border-radius:3px;background:#eef0ed;color:#6a6e69;font-style:normal;font-size:8px}.model-row{display:grid;grid-template-columns:1fr 220px;gap:15px}.segmented{height:38px;padding:3px;display:flex;border:1px solid #d8dbd6;background:#f1f3ef;border-radius:5px}.segmented button{min-width:64px;flex:1;border:0;background:transparent;color:#747874;font-size:10px;border-radius:3px}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #00000014}.review-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(310px,.7fr);gap:12px}.review-canvas-panel{min-width:0;overflow:hidden}.canvas-toolbar{min-height:52px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.canvas-toolbar>div{display:flex}.tabs{display:flex;gap:3px}.asset-tabs{flex-wrap:wrap}.tabs button,.detail-tabs button{height:30px;border:0;padding:0 10px;background:transparent;color:#7b7f7a;font-size:10px;border-radius:4px}.tabs button.active,.detail-tabs button.active{background:#e9ece7;color:var(--ink);font-weight:600}.art-canvas{width:100%;min-height:420px;max-height:66vh;display:flex;align-items:center;justify-content:center;padding:18px;background:#202321;overflow:hidden}.art-canvas img{max-width:100%;max-height:calc(66vh - 36px);object-fit:contain;transition:transform .18s ease}.art-canvas-button{border:0;border-radius:0;cursor:zoom-in}.asset-waiting{flex-direction:column;gap:9px;color:#dfe3de}.asset-waiting b{font-size:12px}.asset-waiting span{max-width:430px;color:#979d97;font-size:10px;text-align:center}.asset-meta{min-height:42px;padding:6px 13px;display:flex;align-items:center;gap:18px;color:#858984;font:9px Fira Code}.asset-meta span{display:flex;align-items:center;gap:6px}.version-switch{margin-left:auto}.version-switch button{width:24px;height:24px;border:1px solid var(--line);border-radius:3px;background:#f5f6f3}.svg-review-editor{background:#202321}.svg-review-toolbar{min-height:44px;padding:7px 10px;display:flex;align-items:center;gap:6px;color:#cfd4ce;background:#292d2a}.svg-review-toolbar button{min-width:30px;height:29px;padding:0 8px;border:1px solid #555b56;border-radius:3px;color:#f4f6f3;background:#373c38}.svg-review-toolbar button:disabled{opacity:.4;cursor:wait}.svg-review-toolbar span{margin-left:5px;font:9px Fira Code}.svg-review-toolbar small{margin-left:auto;color:#9ba19b;font-size:9px}.svg-review-canvas{min-height:420px;max-height:66vh;display:grid;place-items:center;overflow:hidden;cursor:grab;outline:0;touch-action:none;-webkit-user-select:none;user-select:none}.svg-review-document{width:100%;display:grid;place-items:center}.svg-review-canvas.loading,.svg-review-canvas.error{cursor:default}.svg-review-state{display:flex;flex-direction:column;align-items:center;gap:9px;color:#dfe3de;text-align:center}.svg-review-state b{font-size:12px}.svg-review-state span{color:#979d97;font-size:10px}.svg-review-canvas:active{cursor:grabbing}.svg-review-canvas svg{display:block;width:100%;height:auto;max-height:66vh}.dual-review-canvas{min-height:420px}.dual-review-stack{width:100%;display:grid;grid-template-rows:1fr 1fr;overflow:hidden;background:#202321}.dual-review-stack>img,.dual-review-stack>.svg-review-document{display:block;width:100%;height:100%;min-height:0;overflow:hidden}.dual-review-stack>img{max-width:none;max-height:none;object-fit:contain}.dual-review-stack .svg-review-document svg{display:block;width:100%;height:100%;max-height:none}.dual-review-lightbox{width:min(96vw,1800px);height:calc(100dvh - 110px);display:grid;place-items:center;overflow:hidden;background:#202321;box-shadow:0 22px 80px #0006}.dual-review-stack.large{max-height:calc(100dvh - 120px)}.art-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0c0beb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.art-lightbox-toolbar{width:min(96vw,1800px);margin-bottom:10px;display:flex;justify-content:flex-end;gap:8px}.art-lightbox>img{display:block;max-width:96vw;max-height:calc(100vh - 100px);object-fit:contain;background:#151815;box-shadow:0 22px 80px #0006}.art-lightbox-review{width:min(96vw,1800px);min-height:0;overflow:hidden;background:#202321;box-shadow:0 22px 80px #0006}.svg-review-editor.large .svg-review-canvas{width:100%;height:calc(100dvh - 120px);min-height:0;max-height:none}.svg-review-editor.large .svg-review-canvas svg{max-height:calc(100dvh - 120px)}.standard-reference-switch{min-height:42px;padding:6px 12px;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;background:#292d2a;border-bottom:1px solid #343936}.standard-reference-switch button{min-width:76px;height:29px;padding:0 11px;border:1px solid #4b514c;border-radius:3px;background:#353a36;color:#bfc5bf;font-size:10px}.standard-reference-switch button.active{border-color:#edf1ed;background:#edf1ed;color:#202321;font-weight:600}.standard-reference-switch button:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.standard-reference-lightbox{width:100vw;max-width:100vw;overflow-x:hidden}.standard-reference-lightbox .art-lightbox-toolbar{min-width:0;align-items:center}.standard-reference-lightbox-title{min-width:0;margin-right:auto;color:#fff}.standard-reference-lightbox-title b{font-size:13px}.review-panel{min-width:0;padding:18px}.review-title{padding-bottom:16px;border-bottom:1px solid var(--line)}.review-title>span{display:flex;justify-content:space-between;align-items:center}.review-title b{font-size:15px}.review-title p{color:var(--muted);font-size:10px;line-height:1.6;margin-top:7px}.mode-switch{margin:15px 0}.mode-switch>span{display:block;font-size:10px;font-weight:600;margin-bottom:7px}.review-tabs{margin:15px 0;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.review-tabs button{height:38px;border:0;border-bottom:2px solid transparent;background:transparent;display:flex;align-items:center;justify-content:center;gap:6px;color:#858984;font-size:10px}.review-tabs button.active{color:var(--ink);border-bottom-color:var(--ink)}.score{display:flex;align-items:center;justify-content:space-between}.score>div b{font:26px Fira Code}.score>div span{color:var(--muted);font-size:10px}.ai-review>p{padding:11px 0;color:#646864;line-height:1.65;font-size:10px}.issue{height:32px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eceee9;color:#707470;font-size:9px}.issue b{color:var(--ink);font-family:Fira Code}.ai-review .field,.manual-review .field{margin-top:14px}.review-actions{display:flex;justify-content:space-between;gap:8px;margin-top:16px;padding-top:15px;border-top:1px solid var(--line)}.end-direction-review-layout{align-items:stretch}.end-direction-canvas-panel{display:flex;flex-direction:column}.end-asset-toolbar{align-items:flex-start}.end-asset-tabs{min-width:0}.end-asset-tabs button{min-height:32px;display:inline-flex;align-items:center;gap:5px}.end-asset-tabs button:disabled{cursor:not-allowed;opacity:.45}.end-asset-toolbar-actions{display:flex;align-items:center;gap:5px;flex:0 0 auto}.end-direction-asset-canvas{min-width:0;background:#202321}.end-direction-asset-canvas>.art-canvas{height:clamp(320px,48vh,520px);min-height:320px;max-height:520px}.end-direction-asset-canvas>.art-canvas img{max-height:calc(clamp(320px,48vh,520px) - 36px)}.end-direction-asset-canvas>.end-part-media{width:100%;height:clamp(320px,48vh,520px);min-height:320px;padding:18px;background:#202321}.end-direction-asset-canvas .end-part-overlay-media{display:grid;place-items:center}.end-direction-asset-canvas .end-part-overlay,.end-direction-asset-canvas .end-part-overlay-button{width:100%;height:100%;min-height:0}.end-direction-asset-canvas .end-part-overlay-button{display:grid;place-items:center}.end-direction-asset-canvas .end-part-overlay-stage,.end-direction-asset-canvas .end-media-frame{width:auto;max-width:100%;height:100%;min-height:0;margin:auto}.end-direction-asset-canvas .end-media-frame img{width:100%;height:100%;max-height:100%;object-fit:contain}.end-direction-asset-canvas .part-placeholder{width:100%;height:100%;min-height:0;color:#dfe3de;background:#202321}.end-direction-version-strip{padding:8px 13px 0}.end-direction-asset-meta{border-top:1px solid var(--line)}.asset-meta .pending{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 3px #fff0e6}.end-direction-controls{display:flex;flex-direction:column}.end-preview-review-title{border-bottom:0}.end-direction-control-body{display:grid;gap:12px}.end-direction-control-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.end-direction-control-actions>.button{width:100%;min-width:0}.end-direction-control-actions>.button:only-child{grid-column:1 / -1}.end-direction-part-summary{padding:11px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;border:1px solid var(--line);border-radius:5px;background:#f7f8fa}.end-direction-part-summary span{color:var(--muted);font-size:9px}.end-direction-part-summary b{font:10px Fira Code;text-align:right}.end-direction-part-summary em{grid-column:1 / -1;color:var(--green);font-size:9px;font-style:normal;font-weight:700}.end-direction-part-summary em.mismatch{color:#b43f3f}.end-preview-lightbox-title{min-width:0;margin-right:auto;color:#fff}.end-preview-lightbox-title b{font-size:13px}.archive-panel{padding:24px;position:relative;display:block}.archive-panel>.archive-name-field{width:min(100%,680px);margin:0 auto 20px}.archive-poster-layout{display:block}.archive-poster{width:min(100%,680px);min-width:0;margin:0 auto}.archive-panel-actions{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.archive-panel-actions .button{flex:0 0 auto}.archive-assets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px}.archive-assets article{border:1px solid var(--line);border-radius:5px;overflow:hidden}.archive-assets img{width:100%;aspect-ratio:1.65;object-fit:cover;background:#222}.archive-assets article>div{padding:9px}.archive-assets article span{display:flex;align-items:center;justify-content:space-between}.archive-assets b{font-size:10px}.archive-assets svg{color:var(--green)}.archive-assets small{display:block;color:var(--muted);font-size:8px;margin-top:4px}.archive-check{display:flex;gap:10px;padding:13px;background:#edf8f3;border:1px solid #d2e9df;border-radius:5px;color:var(--green)}.archive-check b{color:#31634e;font-size:11px}.archive-check p{font-size:9px;margin-top:4px}.stored-result{min-height:520px;padding:50px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.success-mark{width:60px;height:60px;margin-bottom:20px;display:grid;place-items:center;border-radius:50%;background:#e1f3e9;color:var(--green)}.stored-result h2{font-size:23px}.stored-result p{max-width:500px;margin:10px auto;color:var(--muted);font-size:11px}.stored-files{margin:22px 0;display:flex;border:1px solid var(--line);border-radius:5px}.stored-files span{min-width:120px;padding:12px 18px;color:var(--muted);font-size:9px;border-right:1px solid var(--line)}.stored-files span:last-child{border-right:0}.stored-files b{display:block;margin-bottom:4px;color:var(--ink);font:17px Fira Code}.view-toggle{margin-left:auto;display:flex;padding:3px;background:#e8ebe6;border-radius:5px}.view-toggle button{width:32px;height:30px;border:0;border-radius:3px;background:transparent;color:#838782;display:grid;place-items:center}.view-toggle button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #00000014}.material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.material-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px}.material-image{width:100%;aspect-ratio:1.8;padding:0;position:relative;border:0;overflow:hidden;background:#e3e3e3}.material-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .25s ease}.material-image span{position:absolute;inset:auto 10px 10px auto;height:29px;display:flex;align-items:center;gap:6px;padding:0 9px;border-radius:4px;color:#fff;background:#0f1110c7;opacity:0;transition:opacity .16s;font-size:9px}.material-image:hover img{transform:scale(1.015)}.material-image:hover span{opacity:1}.material-info{padding:14px}.material-info>div:first-child{display:flex;align-items:center;justify-content:space-between}.code{color:#858984;font:9px Fira Code}.material-info h2{margin-top:10px;font-size:15px}.material-info p{margin-top:5px;color:var(--muted);font-size:10px}.tag-row{margin-top:10px}.material-info footer{height:38px;margin-top:10px;padding-top:10px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eceee9;color:#929691;font-size:9px}.material-grid.list{grid-template-columns:1fr}.material-grid.list .material-card{display:grid;grid-template-columns:230px 1fr}.material-grid.list .material-image{height:150px}.material-detail{position:relative;width:min(1220px,calc(100% - 40px));max-height:calc(100vh - 40px);margin:auto;background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 25px 80px #0000004d}.material-detail>header{min-height:76px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.material-detail h2{margin-top:5px;font-size:17px}.material-detail header p{color:var(--muted);font-size:10px;margin-top:3px}.detail-body{display:grid;grid-template-columns:minmax(0,1fr) 250px;max-height:calc(100vh - 116px);overflow:auto}.detail-viewer{min-width:0;padding:14px 20px 20px;background:#f5f6f3}.detail-tabs{display:flex;gap:4px;margin-bottom:10px}.detail-tabs button{background:#e8eae6}.detail-tabs button.active{background:var(--ink);color:#fff}.large-art{height:min(60vh,620px);display:grid;place-items:center;background:#1d201e;overflow:hidden}.large-art img{width:100%;height:100%;object-fit:contain}.viewer-toolbar{min-height:52px;display:flex;justify-content:space-between;align-items:center;padding-top:10px}.detail-meta{padding:20px;border-left:1px solid var(--line)}.detail-meta h3{font-size:11px;margin-bottom:12px}.detail-meta h3:not(:first-child){margin-top:24px}.detail-meta dl{margin:0}.detail-meta dl>div{display:contents}.detail-meta dt,.detail-meta dd{padding:8px 0;border-bottom:1px solid #eceee9;font-size:9px}.detail-meta dt{color:var(--muted)}.detail-meta dd{margin:0;text-align:right;font-weight:600}.detail-check{margin-top:24px;padding:12px;display:flex;align-items:flex-start;gap:9px;color:var(--green);background:#edf8f3;border-radius:5px}.detail-check b,.detail-check small{display:block}.detail-check b{color:#376950;font-size:10px}.detail-check small{margin-top:4px;font-size:8px}.modal-layer{align-items:center;justify-content:center}.dialog{position:relative;width:min(540px,calc(100% - 30px));background:#fff;border-radius:7px;box-shadow:0 25px 80px #0000004d}.dialog-body{padding:20px 24px}.connection-ok{padding:12px;margin-bottom:18px;display:flex;align-items:center;gap:10px;background:#edf8f3;border:1px solid #d1e9df;border-radius:5px;color:var(--green)}.connection-ok span{flex:1}.connection-ok b,.connection-ok small{display:block}.connection-ok b{color:#31664e;font-size:11px}.connection-ok small{font-size:9px;margin-top:3px}.security-note{color:#655d45;background:#fff8e8;border-color:#eedeb6}.regeneration-dialog{width:min(560px,calc(100% - 30px))}.regeneration-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.regeneration-options>button{width:100%;min-height:72px;padding:14px 15px;display:grid;align-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.regeneration-options>button:hover{border-color:#a9d9d3;box-shadow:0 0 0 2px #e5f6f3}.regeneration-options>button.recommended{border-color:#a9d9d3;background:#f5fbfa}.regeneration-options>button.selected{border-color:var(--cyan);box-shadow:0 0 0 2px #dff4f1}.regeneration-options>button:disabled{cursor:not-allowed;opacity:.6}.regeneration-options span{display:flex;align-items:center;gap:9px;color:#2c615b}.regeneration-options b{color:var(--ink);font-size:13px}.regeneration-options em{margin-left:auto;padding:3px 7px;border-radius:10px;background:#dff4ef;color:#257264;font-size:8px;font-style:normal}.mobile-only{display:none}@media(max-width:1100px){.metric-grid,.dashboard-grid{grid-template-columns:repeat(2,1fr)}.span-3{grid-column:span 2}.table-head,.table-row{grid-template-columns:minmax(220px,1fr) minmax(240px,1fr) 100px 78px}.table-head span:nth-child(4),.table-row>.muted{display:none}.prompt-list{grid-template-columns:1fr}.prompt-list>button{min-height:110px}.prompt-list p{min-height:auto}.review-layout{grid-template-columns:1fr}.review-panel{padding:20px}.material-grid{grid-template-columns:repeat(2,1fr)}.identity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicle-catalog-entry-page .spec-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sync-candidate{grid-template-columns:46px minmax(180px,1fr) 72px 34px}.sync-review-actions{grid-column:2 / -1;justify-content:flex-end}.reference-grid,.reference-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.review-empty{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.review-empty>b{font-size:11px;line-height:1.45}.review-empty>p{color:var(--muted);font-size:9px;line-height:1.6}.direction-start{padding-top:34px}.direction-start>b{font-size:13px;line-height:1.45}.direction-start>p{max-width:38em;color:var(--muted);font-size:10px;line-height:1.65}.direction-start>.button{margin-top:6px}.regenerate-direction{margin-top:10px}.passenger-instruction{margin-top:12px}.passenger-instruction .field{gap:6px}.passenger-instruction textarea{min-height:92px;resize:vertical;line-height:1.6}.end-direction-workspace{min-width:0}.end-preview-block,.end-parts-block{border:1px solid var(--line);border-radius:7px;padding:18px;background:#fff}.end-parts-block.locked{opacity:.58;background:#f7f8fa}.end-block-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.end-block-heading>div>span{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.end-block-heading h3{margin:3px 0;font-size:15px}.end-block-heading p{margin:0;color:var(--muted);font-size:10px;line-height:1.6}.end-preview-media{min-height:260px;display:grid;place-items:center;overflow:hidden;border-radius:5px;background:#f1f3f6}.end-preview-media img{width:100%;max-height:520px;object-fit:contain}.end-stage-actions{justify-content:flex-end;margin-top:12px}.end-part-grid,.vehicle-part-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.end-part-card,.vehicle-part-editor{min-width:0;border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}.end-part-card>header,.vehicle-part-editor>header{min-height:52px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.end-part-card>header b,.end-part-card>header span,.vehicle-part-editor>header b,.vehicle-part-editor>header span{display:block}.end-part-card>header b,.vehicle-part-editor>header b{font-size:11px}.end-part-card>header span,.vehicle-part-editor>header>div>span{margin-top:3px;color:var(--muted);font-size:9px}.end-part-view-tabs{min-height:44px;display:flex;align-items:center;gap:4px;padding:6px 12px;border-bottom:1px solid var(--line);background:#f7f8f5}.end-part-view-tabs button{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted);font-size:10px;cursor:pointer}.end-part-view-tabs button:hover:not(:disabled){color:var(--ink);background:#fff}.end-part-view-tabs button.active{border-color:var(--line);color:var(--ink);background:#fff;box-shadow:0 1px 3px #0000000f;font-weight:700}.end-part-view-tabs button:disabled{cursor:not-allowed;opacity:.45}.end-part-view-tabs button:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.end-direction-part-view-tabs{padding-inline:13px}.end-part-media{min-height:230px;display:grid;place-items:center;padding:12px;background:#f4f5f7}.end-part-overlay-media{display:block}.end-part-overlay{width:100%;min-width:0;display:grid;gap:8px}.end-part-overlay-button{width:100%;min-width:0;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in}.end-part-overlay-button:focus-visible{outline:2px solid var(--cyan);outline-offset:3px;border-radius:5px}.end-part-overlay-stage{position:relative;display:block;width:100%;min-height:180px;overflow:hidden;border:1px solid #dfe3e8;border-radius:5px;background:#fff}.end-part-overlay.large{width:100%;max-width:100%;min-width:0}.end-part-overlay-stage.large{width:100%;max-width:100%;height:min(74vh,760px);max-height:calc(100vh - 190px);min-height:0}.end-part-overlay-stage img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain}.end-part-overlay-base{z-index:1}.end-part-locator-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;pointer-events:none}.end-part-locator-svg svg{display:block;width:100%;height:100%}.end-part-locator-svg svg :is(path,rect,line,polyline,polygon,circle,ellipse){fill:none!important;fill-opacity:0!important;stroke-width:2.25px!important;stroke-dasharray:9 7!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke}.end-part-locator-state{position:absolute;z-index:3;inset:50% auto auto 50%;min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:4px;color:#eef1ed;background:#161917c7;font-size:9px;transform:translate(-50%,-50%);pointer-events:none;white-space:nowrap}.end-part-overlay-missing{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;color:var(--muted);background:#ffffffd6;font-size:10px}.end-part-overlay-missing.locator{z-index:4;background:#fff8e8c7;color:#806b35}.end-media-frame{position:relative;min-width:0;min-height:202px;padding:0;display:grid;place-items:center;border:0;border-radius:0;background:transparent;cursor:zoom-in;overflow:hidden}.end-media-frame:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.end-media-frame img{display:block;width:100%;max-height:330px;object-fit:contain}.end-media-zoom{position:absolute;right:8px;bottom:8px;min-height:26px;padding:0 7px;display:inline-flex;align-items:center;gap:4px;border-radius:4px;color:#fff;background:#10141abd;font-size:9px;opacity:0;transition:opacity .15s ease}.end-media-frame:hover .end-media-zoom,.end-media-frame:focus-visible .end-media-zoom{opacity:1}.end-media-empty{min-height:202px;display:grid;place-items:center;align-content:center;gap:6px;color:var(--muted);background:#fff;border:1px dashed #d3d8df;border-radius:5px;font-size:10px}.end-part-ratio{display:inline-block;margin-top:4px;font-size:9px;font-style:normal;font-weight:700}.end-part-ratio.matched{color:var(--green)}.end-part-ratio.mismatch{color:#b43f3f}.end-part-feedback{width:calc(100% - 24px);min-height:76px;margin:10px 12px 0;padding:10px 11px;resize:vertical;border:1px solid #d8dbd6;border-radius:5px;color:var(--ink);background:#fff;outline:0;font:inherit;font-size:12px;line-height:1.6}.end-part-feedback::placeholder{color:#9a9f9a}.end-part-feedback:focus{border-color:var(--cyan);box-shadow:0 0 0 2px #e0f6f3}.end-part-ratio-warning{margin:10px 12px 0;padding:8px 10px;border:1px solid #efcaca;border-radius:4px;color:#9d3e3e;background:#fff6f6;font-size:10px;line-height:1.5}.part-placeholder{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);background:#f4f5f7;font-size:10px}.end-part-card>footer,.vehicle-part-editor>footer{padding:10px 12px;display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;border-top:1px solid var(--line)}.version-strip{display:flex;flex-wrap:wrap;gap:5px;padding:8px 0}.end-part-card .version-strip{padding:8px 12px 0}.version-strip button{min-height:26px;padding:3px 9px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--muted);font-size:9px}.version-strip button.active{border-color:var(--blue);background:#eef4ff;color:var(--blue)}.end-part-lightbox{width:100vw;max-width:100vw;gap:10px;overflow-x:hidden}.end-part-lightbox .art-lightbox-toolbar{width:100%;max-width:1800px;min-width:0;align-items:center;justify-content:flex-end}.end-part-lightbox .art-lightbox-toolbar>div:first-child{min-width:0;margin-right:auto;color:#fff}.end-part-lightbox .art-lightbox-toolbar>div:first-child b,.end-part-lightbox .art-lightbox-toolbar>div:first-child span{display:block}.end-part-lightbox .art-lightbox-toolbar>div:first-child b{font-size:13px}.end-part-lightbox .art-lightbox-toolbar>div:first-child span{margin-top:3px;color:#bfc7c0;font-size:10px}.end-part-lightbox-image{display:block;max-width:96vw;max-height:calc(100vh - 116px);object-fit:contain;background:#151815;box-shadow:0 22px 80px #0006}.end-part-lightbox-compare{width:100%;max-width:1800px;max-height:calc(100vh - 116px);min-width:0;display:grid;place-items:center;padding:12px;overflow:hidden;background:#202321;box-shadow:0 22px 80px #0006}.archive-workflow-grid{grid-template-columns:minmax(0,1fr)}.archive-name-field{margin-bottom:18px}.archive-poster-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.archive-poster-label{color:#565a56;font-size:11px;font-weight:600}.archive-poster-stage{position:relative;width:100%;aspect-ratio:1200 / 2133;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#eef1ed;box-shadow:0 15px 35px #14181514}.archive-poster-stage>img{display:block;width:100%;height:100%;object-fit:contain}.archive-poster-hotspot{position:absolute;padding:0;border:0;border-radius:6px;background:transparent;cursor:zoom-in}.archive-poster-hotspot:hover{background:#ffffff0f}.archive-poster-hotspot:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:-2px;background:#ffffff14}.archive-poster-empty{display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);font-size:10px}.archive-lightbox{width:100vw;max-width:100vw;display:grid;grid-template-rows:auto minmax(0,1fr);align-items:stretch;justify-items:center;justify-content:stretch;overflow:hidden}.archive-lightbox .art-lightbox-toolbar{min-width:0;align-self:center;align-items:center}.archive-lightbox-title{min-width:0;margin-right:auto;color:#fff}.archive-lightbox-title b,.archive-lightbox-title span{display:block}.archive-lightbox-title b{font-size:13px}.archive-lightbox-title span{margin-top:3px;color:#bfc7c0;font-size:10px}.archive-lightbox-stage{position:relative;width:min(96vw,1800px);height:100%;min-height:0;display:grid;place-items:center;overflow:hidden}.archive-lightbox-stage img{position:absolute;top:0;right:56px;bottom:0;left:56px;display:block;width:calc(100% - 112px);height:100%;object-fit:contain;background:#151815;box-shadow:0 22px 80px #0006}.archive-lightbox-nav{position:absolute;z-index:2;top:50%;width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;color:#fff;background:#181b19c7;transform:translateY(-50%);transition:background-color .15s ease,border-color .15s ease}.archive-lightbox-nav:hover,.archive-lightbox-nav:focus-visible{border-color:#ffffffb8;background:#2a2e2bf5}.archive-lightbox-nav.previous{left:0}.archive-lightbox-nav.next{right:0}.archive-lightbox-nav svg{color:currentColor}.archive-error{margin-bottom:18px;padding:12px 13px;display:flex;align-items:flex-start;gap:9px;border:1px solid #edc9c3;border-radius:5px;color:var(--danger);background:#fff7f5}.archive-error>div{min-width:0}.archive-error b{display:block;color:var(--ink);font-size:11px}.archive-error p{margin-top:4px;color:#8d4238;font-size:9px;line-height:1.5}.resource-tabs{flex-wrap:wrap}.vehicle-part-step{display:grid;gap:16px}.asset-part-status{min-width:0;flex:1 1 230px}.asset-part-status article{min-width:0;display:flex;align-items:center;gap:8px;color:var(--green)}.asset-part-status article>div{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 8px}.asset-part-status b{color:var(--ink);font-size:10px}.asset-part-status span{color:var(--muted);font-size:8px;font-variant-numeric:tabular-nums}.asset-part-status em{color:var(--green);font-size:8px;font-style:normal;font-weight:700}.part-template-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.part-template-toolbar b,.part-template-toolbar span{display:block}.part-template-toolbar b{font-size:12px}.part-template-toolbar span{margin-top:4px;color:var(--muted);font-size:9px}.vehicle-part-editor.confirmed{border-color:#bcdcca}.vehicle-part-editor.compact>footer{align-items:center;justify-content:space-between}.vehicle-part-editor.compact>footer>span{max-width:62%;color:var(--muted);font-size:8px;line-height:1.5}.vehicle-part-template-preview{min-height:190px;display:grid;place-items:center;background:#f4f6f9}.vehicle-part-template-preview img{width:100%;max-height:260px;object-fit:contain}.part-dimension-grid{padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px}.part-canvas-summary{margin:0 12px 12px;padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-radius:5px;background:#f7f8fa}.part-canvas-summary div{min-width:0}.part-canvas-summary dt{color:var(--muted);font-size:8px}.part-canvas-summary dd{margin:3px 0 0;overflow:hidden;text-overflow:ellipsis;color:var(--text);font-size:9px;font-weight:700;white-space:nowrap}.part-confidence-warning{margin:0 12px 12px;padding:9px;display:flex;align-items:flex-start;gap:7px;border:1px solid #eedeb6;border-radius:4px;background:#fff8e8;color:#806b35;font-size:9px;line-height:1.5}.field.compact{min-width:115px;margin:0 auto 0 0}.vehicle-publish-step{display:grid;gap:16px}.vehicle-publish-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vehicle-publish-summary article{min-width:0;min-height:72px;padding:12px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d7eadf;border-radius:6px;background:#f5fbf8}.vehicle-publish-summary article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:#e1f3e9}.vehicle-publish-summary b,.vehicle-publish-summary p{display:block}.vehicle-publish-summary b{font-size:11px}.vehicle-publish-summary p{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.5}.vehicle-publish-summary em{color:var(--green);font-size:9px;font-style:normal;font-weight:700}@media(max-width:760px){.mobile-only{display:inline-grid}.sidebar{transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .2s ease,visibility 0s .2s}.sidebar.open{transform:translate(0);visibility:visible;pointer-events:auto;transition-delay:0s}.nav-scrim{position:fixed;z-index:35}.brand .mobile-only{margin-left:auto;color:#fff}.regeneration-options{grid-template-columns:1fr}.workspace{padding-left:0}.topbar{height:56px;padding:0 14px}.topbar-title b{font-size:13px}.service-state{display:none}.toast-region{top:66px;right:14px}.page-wrap{padding:20px 14px 40px}.page-header{min-height:auto;flex-direction:column;margin-bottom:20px}.page-header h1{font-size:23px}.page-header p{line-height:1.6}.page-actions{width:100%}.page-actions .button{flex:1}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric{min-height:100px;padding:12px;gap:9px}.metric-icon{width:32px;height:32px;flex-basis:32px}.metric b{font-size:21px}.metric small{display:none}.dashboard-grid{grid-template-columns:1fr}.span-2,.span-3{grid-column:span 1}.job-row{grid-template-columns:52px minmax(0,1fr) 36px}.job-row>img{width:52px}.job-stage,.job-percent{display:none}.recent-strip{grid-template-columns:1fr}.recent-strip button{border-bottom:1px solid var(--line)}.toolbar{flex-wrap:wrap}.search-field{flex:1 1 100%}.toolbar .button.secondary{flex:1}.view-toggle{margin-left:0}.vehicle-table{overflow-x:auto}.table-head,.table-row{min-width:760px}.table-head{display:none}.table-row{grid-template-columns:210px 240px 100px 78px}.workflow-steps{overflow-x:auto;grid-template-columns:repeat(5,110px)}.workflow-steps>button:not(:last-child):after{width:14px;right:3px}.workflow-grid{grid-template-columns:1fr}.workflow-aside{order:-1}.direction-rail{display:grid;grid-template-columns:repeat(4,1fr);padding:7px}.direction-rail .section-head{grid-column:span 4;margin:-7px -7px 4px}.direction-rail>button{width:auto;min-height:64px;margin:2px;padding:7px;justify-content:center;flex-direction:column;text-align:center}.direction-rail button small,.aside-note{display:none}.form-panel,.archive-panel{padding:17px}.form-grid,.model-row{grid-template-columns:1fr;gap:0}.form-actions{align-items:stretch;flex-direction:column}.form-actions>span{text-align:center}.form-actions .button,.inline-actions{width:100%}.inline-actions .button{flex:1}.prompt-list,.review-layout{grid-template-columns:1fr}.art-canvas{padding:8px}.asset-meta{flex-wrap:wrap;gap:8px;padding:8px 12px}.archive-panel-actions{position:static;width:100%;margin:-8px 0 18px;justify-content:flex-start}.archive-panel-actions .button{flex:1 1 auto;min-width:0}.vehicle-template-cascade{grid-template-columns:1fr;gap:0;padding:10px}.material-grid,.material-grid.list .material-card{grid-template-columns:1fr}.material-grid.list .material-image{height:auto}.material-detail{width:100%;max-height:100vh;border-radius:0}.detail-body{grid-template-columns:1fr;max-height:calc(100vh - 76px)}.detail-meta{border-left:0;border-top:1px solid var(--line)}.large-art{height:42vh}.viewer-toolbar{align-items:stretch;flex-direction:column;gap:8px}.viewer-toolbar .button{width:100%}.stepper{overflow-x:auto;grid-template-columns:repeat(4,115px)}.drawer-body{padding:18px}.spec-grid,.vehicle-catalog-entry-page .spec-grid{grid-template-columns:repeat(2,1fr)}.direction-build-grid{grid-template-columns:1fr}.stored-files{flex-direction:column;width:100%}.stored-files span{border-right:0;border-bottom:1px solid var(--line)}.pagination{align-items:stretch;flex-direction:column}.pagination>div{display:grid;grid-template-columns:1fr 1fr}.intake-stepper{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 6px}.intake-stepper>button{justify-content:center;padding-inline:4px}.intake-stepper>button:not(:last-child):after,.intake-stepper small{display:none}.intake-stepper b{font-size:10px;white-space:nowrap}.intake-layout{grid-template-columns:1fr}.intake-directions{position:static;display:grid;grid-template-columns:repeat(4,1fr)}.intake-directions .section-head{grid-column:1 / -1}.intake-direction{min-width:0;margin:0;padding:8px 5px;flex-direction:column;text-align:center}.intake-direction>div{width:100%}.intake-direction small,.intake-directions .aside-note{display:none}.intake-section{padding:17px}.identity-grid,.source-editor,.reference-inputs,.year-option-list{grid-template-columns:1fr;gap:0}.catalog-picker{padding:0 10px 10px}.reference-grid{grid-template-columns:1fr 1fr}.vehicle-asset-viewer{min-height:190px}.asset-image-button{padding:8px}.asset-part-status{flex:none}.asset-step-actions>.inline-actions{margin-left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.asset-step-actions>.inline-actions .button:last-child{grid-column:1 / -1}.subsection-bar{align-items:stretch;flex-direction:column}.subsection-bar .button{width:100%}.reference-add-toolbar{align-items:stretch;flex-direction:column}.reference-add-toolbar>div:last-child{display:grid;grid-template-columns:repeat(3,1fr)}.reference-add-toolbar .button{min-width:0;padding-inline:7px}.reference-link-adder{grid-template-columns:1fr}.reference-link-adder .button{width:100%}.reference-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicle-catalog-entry-page .page-header{min-height:auto}.catalog-entry-section{padding:14px}.catalog-direction-references{grid-template-columns:1fr}.catalog-direction-group>div{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.catalog-entry-footer{align-items:stretch;flex-direction:column}.catalog-entry-footer>div{width:100%}.catalog-entry-footer .button{min-width:0;padding-inline:9px}.catalog-entry-footer .button.secondary{flex:.8}.catalog-entry-footer .button.primary{flex:1.25}.research-source{display:none}.sync-source-panel,.sync-review-panel{padding:15px}.sync-form{grid-template-columns:1fr}.sync-form .button{width:100%}.sync-tabs{overflow-x:auto}.sync-candidate{grid-template-columns:40px minmax(0,1fr) 65px;gap:8px}.sync-candidate>.icon-button{display:none}.sync-review-actions{grid-column:1 / -1}.sync-review-actions .button{flex:1}.asset-lightbox-layer{padding:0}.asset-lightbox{width:100%;height:100%;border-radius:0}.asset-lightbox>header{min-height:62px;padding:10px 12px 10px 14px}.asset-lightbox>header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-lightbox-canvas{padding:8px}.geometry-calibration-toolbar{align-items:stretch;flex-direction:column}.geometry-calibration-toolbar .inline-actions{flex-wrap:wrap}.geometry-calibration-size{width:100%}.geometry-calibration-stage-wrap{width:100%;height:auto}.end-direction-asset-canvas>.art-canvas,.end-direction-asset-canvas>.end-part-media{height:300px;min-height:300px;max-height:300px}.end-direction-asset-canvas>.art-canvas img{max-height:276px}.end-preview-block,.end-parts-block{padding:12px}.end-part-grid,.vehicle-part-grid,.vehicle-publish-summary{grid-template-columns:1fr}.end-stage-actions{flex-direction:column}.end-stage-actions .button{width:100%}.end-asset-toolbar{align-items:stretch;flex-direction:column}.end-asset-tabs{overflow-x:auto;flex-wrap:nowrap}.end-asset-toolbar-actions{align-self:flex-end}.end-direction-asset-canvas>.end-part-media{padding:12px}.end-direction-control-actions{align-items:stretch}.end-direction-control-actions .button{flex:1 1 140px}.end-part-overlay-control{grid-template-columns:1fr max-content}.end-part-overlay-control>span{grid-column:1 / -1}.end-part-overlay-stage.large{width:100%;height:min(58vh,520px)}.end-part-lightbox{padding:10px}.end-part-lightbox .art-lightbox-toolbar{width:100%;flex-wrap:wrap}.end-part-lightbox .art-lightbox-toolbar>div:first-child{flex:1 1 100%;margin-right:0}.end-part-lightbox-compare{width:100%;max-height:calc(100vh - 96px)}.part-template-toolbar{align-items:stretch;flex-direction:column}.part-template-toolbar .button{width:100%}.part-dimension-grid,.part-canvas-summary{grid-template-columns:1fr}.standard-reference-switch{justify-content:flex-start}.standard-reference-switch button{flex:1 1 92px}.standard-reference-lightbox{padding:10px}.standard-reference-lightbox .art-lightbox-toolbar{width:100%;flex-wrap:wrap}.standard-reference-lightbox-title{flex:1 1 100%;margin-right:0}.standard-reference-lightbox .button{flex:1;min-width:0}.archive-lightbox{padding:10px}.archive-lightbox .art-lightbox-toolbar{width:100%;flex-wrap:wrap}.archive-lightbox-title{flex:1 1 100%;margin-right:0}.archive-lightbox .art-lightbox-toolbar .button{flex:1;min-width:0}.archive-lightbox-stage{width:100%;height:100%;padding-bottom:56px}.archive-lightbox-stage img{top:0;right:0;bottom:56px;left:0;width:100%;height:calc(100% - 56px)}.archive-lightbox-nav{top:auto;bottom:4px;transform:none}.archive-lightbox-nav.previous{left:calc(50% - 52px)}.archive-lightbox-nav.next{right:calc(50% - 52px)}}.art-canvas img,.dual-review-stack>img,.end-preview-media img,.end-media-frame img,.end-direction-asset-canvas .end-media-frame img,.end-part-overlay-stage img,.archive-assets img,.reference-swatch img{width:100%;height:100%;object-fit:contain;object-position:center}.archive-assets img{aspect-ratio:1.65;background:#222}.reference-swatch img{background:#eef0ed}@media(max-width:820px){.archive-panel-actions{position:static;margin:-8px 0 18px;justify-content:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.nav-count{margin-left:auto;min-width:21px;height:19px;padding:0 6px;display:inline-grid;place-items:center;border-radius:10px;background:#3a403d;color:#cdd2cc;font:9px Fira Code}.primary-nav a.active .nav-count{background:var(--cyan);color:#102321}.orders-page{padding-bottom:32px}.order-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.order-summary-grid article{min-height:88px;padding:14px 16px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:7px;background:#fff}.order-summary-grid article>i{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:5px;background:#eceeeb;color:#555b57}.order-summary-grid article>i.cyan{background:#dff5f2;color:#147c78}.order-summary-grid article>i.orange{background:#fff0e6;color:#b24f1f}.order-summary-grid article>i.green{background:#e5f4eb;color:#247c56}.order-summary-grid span,.order-summary-grid b,.order-summary-grid small,.order-summary-grid em{display:block}.order-summary-grid b{font:20px Fira Code}.order-summary-grid small{margin-top:2px;color:#4e534f;font-size:10px;font-weight:600}.order-summary-grid em{margin-top:3px;color:#929691;font-size:9px;font-style:normal}.order-toolbar{min-height:54px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.order-filter-tabs{height:38px;padding:3px;display:flex;border:1px solid var(--line);border-radius:5px;background:#ecefeb}.order-filter-tabs button{min-width:58px;padding:0 10px;border:0;border-radius:3px;background:transparent;color:#747974;font-size:10px}.order-filter-tabs button:hover{color:var(--ink)}.order-filter-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #00000014;font-weight:600}.orders-layout{display:grid;grid-template-columns:336px minmax(0,1fr);gap:12px;align-items:start}.order-queue{position:sticky;top:76px;overflow:hidden}.order-queue>header{min-height:54px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#f8f9f6;color:#8a8e89;font-size:9px}.order-queue>header b,.order-queue>header span{display:block}.order-queue>header b{color:var(--ink);font-size:12px}.order-queue>header div span{margin-top:2px}.order-queue-list{max-height:calc(100vh - 250px);overflow-y:auto}.order-queue-list>button{width:100%;min-height:112px;position:relative;padding:13px 38px 13px 14px;display:grid;gap:8px;border:0;border-bottom:1px solid #eceee9;background:#fff;color:var(--ink);text-align:left}.order-queue-list>button:hover{background:#f9faf8}.order-queue-list>button.active{background:#eff8f6;box-shadow:inset 3px 0 var(--cyan)}.order-queue-list>button>svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#a4a8a3}.order-code{color:#76807a;font:9px Fira Code;letter-spacing:.03em}.order-list-title b,.order-list-title small{display:block}.order-list-title b{font-size:12px}.order-list-title small{margin-top:4px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.order-list-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#626762;font-size:9px}.source-chip{padding:2px 6px;border:1px solid #dce0db;border-radius:8px;background:#f6f7f4}.source-chip.consumer{border-color:#cbe5df;background:#eaf7f4;color:#24756f}.order-list-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:6px;color:#969b96}.order-list-empty b{color:#555a56;font-size:11px}.order-list-empty span{font-size:9px}.order-detail{min-width:0;display:grid;gap:12px}.order-detail-head{padding:18px}.order-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.order-title-row h2{margin-top:5px;font-size:18px}.order-stage{flex:0 0 auto;padding:5px 9px;border:1px solid #ecd4c2;border-radius:12px;background:#fff5ed;color:#a75a26;font-size:9px}.order-stage.delivery{border-color:#cce4dd;background:#edf8f5;color:#24756f}.order-stage.completed{border-color:#cce8dc;background:#edf8f3;color:#257452}.order-customer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:16px}.order-customer-grid>span{min-width:0;padding:10px;display:grid;grid-template-columns:19px minmax(0,1fr);align-items:center;border:1px solid #eceee9;border-radius:5px;background:#fafbfa}.order-customer-grid svg{grid-row:span 2;color:#7a817c}.order-customer-grid i,.order-customer-grid b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-customer-grid i{color:#959a95;font-size:8px;font-style:normal}.order-customer-grid b{margin-top:2px;font-size:10px}.order-note{margin-top:10px;padding:9px 11px;border-left:2px solid #cfd5cf;background:#f7f8f6;color:#696e69;font-size:10px;line-height:1.6}.order-note b{margin-right:9px;color:#3f4440}.order-pipeline{min-height:78px;padding:12px 18px;display:grid;grid-template-columns:repeat(4,1fr)}.order-pipeline>div{min-width:0;position:relative;display:flex;align-items:center;gap:9px;color:#9ba09b}.order-pipeline>div:not(:last-child):after{content:"";position:absolute;left:110px;right:14px;height:1px;background:#dfe2dd}.order-pipeline>div.done:not(:last-child):after{background:#78c6ab}.order-pipeline i{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border:1px solid #d8dcd7;border-radius:50%;background:#fff;font: 9px Fira Code}.order-pipeline b,.order-pipeline small{display:block}.order-pipeline b{font-size:10px}.order-pipeline small{margin-top:3px;font-size:8px}.order-pipeline .done{color:#297b5b}.order-pipeline .done i{border-color:#bfe1d3;background:#e9f7f1}.order-pipeline .active{color:var(--ink)}.order-pipeline .active i{border-color:var(--ink);background:var(--ink);color:#fff}.order-resource-panel{overflow:hidden}.resource-group-tabs{height:34px;padding:3px;display:flex;border:1px solid var(--line);border-radius:5px;background:#eef0ed}.resource-group-tabs button{padding:0 10px;border:0;border-radius:3px;background:transparent;color:#747974;font-size:9px}.resource-group-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #00000014;font-weight:600}.order-resource-body{display:grid;grid-template-columns:90px minmax(0,1fr) 232px;min-height:360px}.resource-directions{padding:8px;display:grid;align-content:start;gap:5px;border-right:1px solid var(--line);background:#f7f8f5}.resource-directions button{min-height:66px;position:relative;padding:8px 6px;display:grid;place-items:center;border:1px solid transparent;border-radius:5px;background:transparent;color:#767b76}.resource-directions button:hover{background:#fff}.resource-directions button.active{border-color:#c7e6df;background:#fff;color:#20766f;box-shadow:0 1px 3px #162d270f}.resource-directions button span{font-size:10px;font-weight:600}.resource-directions button small{font-size:8px}.resource-directions button svg{position:absolute;top:6px;right:6px;color:var(--green)}.resource-viewer{min-width:0;display:grid;grid-template-rows:48px minmax(0,1fr) 42px;background:#202321}.resource-toolbar{padding:0 9px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.resource-toolbar>b{padding-left:3px;font-size:10px}.resource-canvas{min-height:250px;padding:18px;display:grid;place-items:center;overflow:hidden}.resource-canvas svg{width:100%;height:100%;max-height:300px}.resource-viewer footer{padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;color:#7e837e;font:8px Fira Code}.resource-viewer footer span:first-child{display:flex;align-items:center;gap:7px}.resource-review{padding:18px;border-left:1px solid var(--line)}.resource-review h3{font-size:14px}.resource-review>p{margin:7px 0 13px;color:var(--muted);font-size:9px;line-height:1.65}.resource-review ul{padding:0;margin:0 0 16px;display:grid;gap:8px;list-style:none}.resource-review li{display:flex;align-items:center;gap:7px;color:#626762;font-size:9px}.resource-review li svg{color:var(--green)}.resource-review>.button+.button{margin-top:7px}.review-confirmed{margin-top:8px;padding:10px;display:flex;align-items:center;gap:9px;border:1px solid #cfe8de;border-radius:5px;background:#edf8f3;color:var(--green)}.review-confirmed b,.review-confirmed small{display:block}.review-confirmed b{color:#2f654b;font-size:10px}.review-confirmed small{margin-top:2px;font-size:8px}.order-bottom-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:12px;align-items:start}.async-panel,.delivery-panel{overflow:hidden}.task-live{display:flex;align-items:center;gap:6px;color:#208079;font-size:9px}.task-live i{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 3px #dff5f2}.async-task-list{padding:6px 16px}.async-task-list article{min-height:82px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:11px;border-bottom:1px solid #eceee9}.async-task-list article:last-child{border-bottom:0}.task-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:5px;background:#e4f5f2;color:#147c78}.task-icon.completed{background:#e8f5ed;color:var(--green)}.task-main{min-width:0}.task-main>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.task-main b{font-size:10px}.task-main span{color:#237a74;font:9px Fira Code}.task-main small{display:block;margin-top:5px;overflow:hidden;color:#898e89;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.task-progress{height:4px;margin-top:8px;overflow:hidden;border-radius:3px;background:#e8ebe7}.task-progress i{display:block;height:100%;border-radius:inherit;background:var(--cyan);transition:width .25s ease}.task-empty{min-height:120px;display:grid;place-items:center;align-content:center;gap:5px;color:#9ba09b}.task-empty b{color:#606560;font-size:10px}.task-empty span{font-size:9px}.async-panel>footer{min-height:60px;padding:10px 16px;display:flex;justify-content:flex-end;align-items:center;border-top:1px solid var(--line);background:#fafbfa}.delivery-body{padding:16px}.delivery-record{margin-bottom:10px;padding:11px;display:flex;align-items:center;gap:9px;border:1px solid #c7e5d8;border-radius:5px;background:#eaf7f0;color:var(--green)}.delivery-record b,.delivery-record small{display:block}.delivery-record b{color:#2f674b;font-size:10px}.delivery-record small{margin-top:3px;color:#527563;font-size:8px}.prefilled-email{margin-bottom:14px;padding:10px;display:flex;align-items:center;gap:9px;border:1px solid #cfe8de;border-radius:5px;background:#edf8f3;color:var(--green)}.prefilled-email b,.prefilled-email small{display:block}.prefilled-email b{color:#33694f;font-size:10px}.prefilled-email small{margin-top:3px;font:8px Fira Code}.delivery-files{margin-bottom:14px;padding:10px;display:grid;gap:7px;border:1px solid #e5e8e3;background:#fafbfa;color:#656a65;font-size:9px}.delivery-files span{display:flex;align-items:center;gap:7px}.order-create-dialog{width:min(620px,calc(100% - 30px))}.create-order-note{margin-bottom:18px;padding:12px;display:flex;align-items:flex-start;gap:10px;border:1px solid #cfe7e1;border-radius:5px;background:#eff8f6;color:#226c65}.create-order-note b{font-size:10px}.create-order-note p{margin-top:3px;color:#5d7772;font-size:9px;line-height:1.6}.delivered-cases-page{padding-bottom:32px}.delivered-toolbar{min-height:56px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.delivered-filters{display:flex;gap:8px}.delivered-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.delivered-case-grid>button{min-width:0;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);text-align:left;transition:border-color .16s ease,box-shadow .16s ease}.delivered-case-grid>button:hover{border-color:#bfc8c1;box-shadow:0 8px 22px #181e1a14}.case-cover{height:190px;position:relative;display:grid;place-items:center;overflow:hidden;background:#e8ebe7}.case-cover svg{width:100%;height:100%}.case-cover>span{position:absolute;top:12px;right:12px;padding:5px 8px;display:flex;align-items:center;gap:5px;border-radius:12px;background:#141c18d1;color:#fff;font-size:9px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.case-info{padding:15px}.case-info h2{margin-top:6px;font-size:16px}.case-info>p{margin-top:4px;color:var(--muted);font-size:10px}.case-info>div{margin-top:13px;display:grid;gap:7px}.case-info>div span{min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden;color:#626762;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.case-info>div svg{flex:0 0 auto;color:#8a918b}.case-info footer{margin-top:14px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #eceee9;color:#8d928d;font-size:9px}.case-info footer b{display:flex;align-items:center;gap:4px;color:#3f4641;font-size:9px}.delivered-empty{grid-column:1 / -1;min-height:260px;display:grid;place-items:center;align-content:center;gap:7px;border:1px dashed #cfd4cf;border-radius:7px;background:#f8f9f7;color:#989d98}.delivered-empty b{color:#565b57;font-size:12px}.delivered-empty span{font-size:10px}.delivered-case-detail{width:min(1240px,calc(100% - 36px));max-height:calc(100vh - 36px);position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 26px 90px #00000057}.delivered-case-detail>header{min-height:78px;padding:14px 18px 14px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.delivered-case-detail>header h2{font-size:18px}.delivered-case-detail>header p{margin-top:4px;color:var(--muted);font-size:9px}.delivered-case-body{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 310px;overflow:auto}.delivered-case-body>main{min-width:0;padding:18px;background:#f5f6f3}.case-resource-head{min-height:52px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.case-resource-head h3{font-size:13px}.case-resource-head p{margin-top:4px;color:var(--muted);font-size:9px}.case-resource-tabs{display:flex;gap:4px;overflow-x:auto;padding:7px;border:1px solid var(--line);border-bottom:0;background:#fff}.case-resource-tabs button{min-width:max-content;height:30px;padding:0 10px;border:0;border-radius:4px;background:transparent;color:#777d78;font-size:9px}.case-resource-tabs button.active{background:var(--ink);color:#fff}.case-resource-canvas{height:min(53vh,520px);min-height:300px;padding:20px;display:grid;place-items:center;overflow:hidden;background:#202321}.case-resource-canvas svg{width:100%;height:100%}.case-resource-caption{min-height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-top:0;background:#fff;color:#818681;font:8px Fira Code}.case-resource-caption span:first-child{display:flex;align-items:center;gap:7px}.delivered-case-body>aside{border-left:1px solid var(--line);background:#fff}.delivered-case-body>aside section{padding:18px;border-bottom:1px solid var(--line)}.delivered-case-body>aside h3{margin-bottom:12px;font-size:11px}.delivered-case-body dl{margin:0}.delivered-case-body dl>div{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eceee9;font-size:9px}.delivered-case-body dl>div:last-child{border-bottom:0}.delivered-case-body dt{color:#8b908b}.delivered-case-body dd{margin:0;max-width:190px;overflow:hidden;color:#424743;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.case-history{display:grid;gap:8px}.case-history>span{padding:9px;display:grid;grid-template-columns:19px minmax(0,1fr);border:1px solid #e0e7e1;border-radius:5px;background:#f7faf8}.case-history svg{grid-row:span 2;color:var(--green)}.case-history b{font-size:9px}.case-history small{margin-top:3px;overflow:hidden;color:#858b86;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.case-delivery-record{padding:11px;display:flex;align-items:flex-start;gap:9px;border:1px solid #cde6da;border-radius:5px;background:#edf8f3;color:var(--green)}.case-delivery-record b,.case-delivery-record small{display:block}.case-delivery-record b{color:#32684f;font-size:10px}.case-delivery-record small{margin-top:4px;overflow-wrap:anywhere;color:#587865;font-size:8px}@media(max-width:1180px){.orders-layout{grid-template-columns:290px minmax(0,1fr)}.order-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-resource-body{grid-template-columns:80px minmax(0,1fr)}.resource-review{grid-column:1 / -1;border-left:0;border-top:1px solid var(--line)}.resource-review{display:grid;grid-template-columns:minmax(0,1fr) 210px;column-gap:16px}.resource-review .eyebrow,.resource-review h3,.resource-review>p,.resource-review ul{grid-column:1}.resource-review>.button,.resource-review .review-confirmed{grid-column:2}.resource-review>.button{align-self:end}.delivered-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-layout{grid-template-columns:1fr}.order-queue{position:static}.order-queue-list{max-height:330px}.order-bottom-grid,.delivered-case-body{grid-template-columns:1fr}.delivered-case-body>aside{border-left:0;border-top:1px solid var(--line)}}@media(max-width:760px){.order-toolbar{align-items:stretch;flex-direction:column}.order-toolbar .search-field{width:100%}.order-filter-tabs{overflow-x:auto}.order-filter-tabs button{flex:1}.order-summary-grid{gap:8px}.order-summary-grid article{min-height:78px;padding:11px}.order-summary-grid article>i{display:none}.order-title-row{flex-direction:column;gap:9px}.order-customer-grid{grid-template-columns:1fr 1fr}.order-pipeline{overflow-x:auto;grid-template-columns:repeat(4,128px)}.order-pipeline>div:not(:last-child):after{display:none}.order-resource-panel .section-head{align-items:flex-start;flex-direction:column;gap:7px}.order-resource-body{grid-template-columns:1fr}.resource-directions{grid-template-columns:repeat(4,1fr);border-right:0;border-bottom:1px solid var(--line)}.resource-directions button{min-height:56px}.resource-canvas{min-height:210px;padding:8px}.resource-review{grid-column:auto;display:block}.resource-review>.button{margin-top:7px}.new-order-grid{grid-template-columns:1fr;gap:0}.delivered-toolbar{align-items:stretch;flex-direction:column}.delivered-toolbar .search-field{width:100%}.delivered-filters{display:grid;grid-template-columns:1fr 1fr}.delivered-filters .toolbar-select{min-width:0}.delivered-case-grid{grid-template-columns:1fr}.case-cover{height:175px}.delivered-case-detail{width:100%;max-height:100vh;height:100%;border-radius:0}.delivered-case-detail>header{min-height:70px;padding:12px 14px}.delivered-case-detail>header h2{font-size:15px}.delivered-case-body>main{padding:12px}.case-resource-head{min-height:auto;margin-bottom:10px;align-items:stretch;flex-direction:column}.case-resource-head .resource-group-tabs{width:100%}.case-resource-head .resource-group-tabs button{flex:1}.case-resource-canvas{min-height:220px;height:36vh;padding:8px}}@media(max-width:420px){.order-summary-grid{grid-template-columns:1fr 1fr}.order-summary-grid em{display:none}.order-customer-grid{grid-template-columns:1fr}.order-queue-list>button{min-height:106px}}@media(prefers-reduced-motion:reduce){.task-progress i{transition:none}}.orders-page .page-header,.delivered-cases-page .page-header{min-height:92px;margin-bottom:20px}.orders-page .page-header h1,.delivered-cases-page .page-header h1{font-size:clamp(28px,2.2vw,34px);line-height:1.18;letter-spacing:-.025em}.orders-page .page-header p,.delivered-cases-page .page-header p{margin-top:8px;font-size:14px;line-height:1.55}.order-summary-grid{gap:14px;margin-bottom:18px}.order-summary-grid article{min-height:104px;padding:20px;gap:14px;border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.order-summary-grid article>i{width:42px;height:42px;flex-basis:42px;border-radius:8px}.order-summary-grid b{font-size:26px}.order-summary-grid small{margin-top:5px;font-size:12px}.order-summary-grid em{margin-top:5px;font-size:11px}.order-toolbar,.delivered-toolbar{min-height:60px;margin-bottom:18px}.orders-page .search-field,.delivered-cases-page .search-field{height:44px}.orders-page .order-filter-tabs{height:38px;gap:0;padding:3px;border-radius:5px}.orders-page .order-filter-tabs button{min-width:72px;min-height:30px;padding-inline:10px;border-radius:3px;font-size:10px}.orders-layout{gap:16px}.order-queue,.order-detail>.panel{border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.order-queue>header{min-height:64px;padding:15px 18px;font-size:11px}.order-queue>header b{font-size:14px}.order-queue-list>button{min-height:126px;padding:16px 42px 16px 18px;gap:9px}.order-code{font-size:11px}.order-list-title b{font-size:14px}.order-list-title small{margin-top:5px;font-size:11px}.order-list-meta{font-size:11px}.source-chip{padding:4px 8px}.order-detail{gap:16px}.order-detail-head{padding:24px}.order-title-row h2{margin-top:7px;font-size:24px}.order-stage{padding:7px 11px;font-size:11px}.order-customer-grid{gap:11px;margin-top:20px}.order-customer-grid>span{min-height:62px;padding:13px;grid-template-columns:23px minmax(0,1fr)}.order-customer-grid i{font-size:11px}.order-customer-grid b{margin-top:5px;font-size:13px}.order-note{margin-top:14px;padding:12px 14px;font-size:12px}.order-pipeline{min-height:94px;padding:16px 22px}.order-pipeline>div{gap:11px}.order-pipeline i{width:36px;height:36px;flex-basis:36px;font-size:12px}.order-pipeline b{font-size:13px}.order-pipeline small{margin-top:5px;font-size:11px}.order-resource-panel .section-head{min-height:80px;padding:20px 22px}.order-resource-panel .section-head h2{font-size:18px}.order-resource-panel .section-head p{margin-top:6px;font-size:12px}.resource-group-tabs{height:40px;padding:4px;border-radius:7px}.resource-group-tabs button{padding-inline:13px;font-size:11px}.resource-directions{padding:10px;gap:7px}.resource-directions button{min-height:76px;border-radius:7px}.resource-directions button span{font-size:12px}.resource-directions button small{margin-top:4px;font-size:10px}.resource-viewer{grid-template-rows:56px minmax(0,1fr) 48px}.resource-toolbar{padding-inline:14px}.resource-toolbar>b{font-size:12px}.resource-viewer footer{padding-inline:16px;font-size:10px}.resource-review{padding:22px}.resource-review h3{font-size:18px}.resource-review>p{margin:8px 0 16px;font-size:12px;line-height:1.65}.resource-review li{font-size:11px}.order-bottom-grid{gap:16px}.orders-page .section-head{min-height:80px;padding:20px 22px}.orders-page .section-head h2{font-size:18px}.orders-page .section-head p{font-size:12px}.async-task-list{padding-inline:20px}.async-task-list article{min-height:94px;grid-template-columns:42px minmax(0,1fr);gap:14px}.task-icon{width:40px;height:40px}.task-main b{font-size:13px}.task-main span{font-size:11px}.task-main small{margin-top:6px;font-size:10px}.task-progress{height:6px;margin-top:10px}.delivery-body{padding:20px}.delivery-record,.prefilled-email{padding:14px;gap:11px}.delivery-record b,.prefilled-email b{font-size:13px}.delivery-record small,.prefilled-email small{margin-top:5px;font-size:11px}.delivery-files{padding:13px;gap:9px;font-size:11px}.delivery-body .field>span{font-size:12px}.delivery-body select{min-height:42px;font-size:12px}.delivery-body>.button{min-height:44px;font-size:13px}.delivered-cases-page .delivered-filters{gap:10px}.delivered-cases-page .toolbar-select{min-height:40px;padding-inline:11px;font-size:12px}.delivered-cases-page .toolbar-select select{height:36px;font-size:12px}.delivered-case-grid{gap:16px}.delivered-case-grid>button{border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.case-cover{height:220px}.case-cover>span{top:14px;right:14px;padding:6px 10px;font-size:11px}.case-info{padding:20px}.case-info h2{margin-top:8px;font-size:18px}.case-info>p{margin-top:6px;font-size:12px}.case-info>div{margin-top:16px;gap:9px}.case-info>div span{font-size:11px}.case-info footer{margin-top:18px;padding-top:14px;font-size:11px}.case-info footer b{font-size:11px}.delivered-case-detail{border-radius:10px}.delivered-case-detail>header{min-height:92px;padding:18px 22px}.delivered-case-detail>header h2{font-size:22px}.delivered-case-detail>header p{margin-top:6px;font-size:11px}.delivered-case-body>main{padding:22px}.case-resource-head h3{font-size:18px}.case-resource-head p{margin-top:6px;font-size:12px}.case-resource-tabs button{height:36px;padding-inline:13px;font-size:11px}.case-resource-canvas{min-height:360px}.case-resource-caption{min-height:48px;padding-inline:16px;font-size:10px}.delivered-case-body>aside section{padding:22px}.delivered-case-body>aside h3{margin-bottom:14px;font-size:14px}.delivered-case-body dl>div{min-height:42px;font-size:11px}.case-history>span{padding:12px}.case-history b{font-size:11px}.case-history small{margin-top:4px;font-size:10px}.case-delivery-record{padding:14px}.case-delivery-record b{font-size:12px}.case-delivery-record small{font-size:10px}@media(max-width:760px){.orders-page .page-header,.delivered-cases-page .page-header{min-height:auto;margin-bottom:18px}.order-detail-head{padding:18px}.order-pipeline{min-height:84px;padding:12px 14px}.order-pipeline i{width:32px;height:32px;flex-basis:32px}.order-pipeline b{font-size:11px}.order-pipeline small{font-size:10px}.orders-page .section-head{padding:16px}.async-task-list{padding-inline:16px}.delivery-body{padding:16px}.case-cover{height:190px}.case-info{padding:16px}.delivered-case-detail>header{min-height:78px;padding:14px 16px}.delivered-case-detail>header h2{font-size:18px}.delivered-case-body>main{padding:14px}.delivered-case-body>aside section{padding:16px}.case-resource-canvas{min-height:240px;height:38vh}}@media(max-width:420px){.order-summary-grid article{padding:14px}.order-summary-grid article>i{display:none}.order-detail-head{padding:16px}.order-title-row h2{font-size:21px}.order-customer-grid>span{min-height:58px;padding:11px}}.partners-page{padding-bottom:32px}.partner-summary{display:grid;grid-template-columns:repeat(3,minmax(0,220px));gap:10px;margin-bottom:12px}.partner-summary article{min-height:82px;padding:14px 16px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:7px;background:#fff}.partner-summary article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:5px;background:#e5f4f1;color:#23786f}.partner-summary b,.partner-summary small{display:block}.partner-summary b{font:20px Fira Code}.partner-summary small{margin-top:3px;color:var(--muted);font-size:10px}.partner-toolbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px}.partner-toolbar>span{color:var(--muted);font-size:10px}.partner-table{overflow:hidden}.partner-table-head,.partner-row{display:grid;grid-template-columns:minmax(190px,1.2fr) minmax(210px,1.4fr) 130px 150px 50px;align-items:center;gap:12px;padding:0 18px}.partner-table-head.factory,.partner-row.factory{grid-template-columns:minmax(180px,1fr) minmax(190px,1.2fr) 110px 135px minmax(210px,1.2fr) 42px}.partner-table-head{min-height:42px;border-bottom:1px solid var(--line);background:#f7f8f5;color:#858a85;font-size:9px;font-weight:600}.partner-row{min-height:76px;border-bottom:1px solid #eceee9;color:#5f645f;font-size:10px}.partner-row:last-child{border-bottom:0}.partner-row:hover{background:#fbfcfa}.partner-row>span{min-width:0;display:flex;align-items:center;gap:6px}.partner-row>span svg{flex:0 0 auto;color:#8b918c}.partner-name{min-width:0;display:flex;align-items:center;gap:10px}.partner-name>i{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:5px;background:#e9f4f1;color:#267a72}.partner-name b,.partner-name small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partner-name b{color:var(--ink);font-size:11px}.partner-name small{margin-top:3px;color:#929792;font-size:8px}.partner-location,.partner-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partner-empty{min-height:210px;display:grid;place-items:center;align-content:center;gap:6px;color:#969b96}.partner-empty b{color:#565b57;font-size:11px}.partner-empty span{font-size:9px}.partner-dialog{width:min(620px,calc(100% - 30px))}.partner-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:1100px){.partner-table{overflow-x:auto}.partner-table-head,.partner-row{min-width:820px}.partner-table-head.factory,.partner-row.factory{min-width:1060px}}@media(max-width:760px){.partner-summary{grid-template-columns:repeat(2,1fr)}.partner-toolbar{align-items:stretch;flex-direction:column}.partner-toolbar .search-field{width:100%}.partner-form-grid{grid-template-columns:1fr;gap:0}}@media(max-width:420px){.partner-summary{grid-template-columns:1fr 1fr}.partner-summary article{min-height:74px;padding:10px}.partner-summary article>span{display:none}}.production-orders-page,.material-page,.production-order-detail-page{padding-bottom:36px}.material-page,.production-order-detail-page{--material-cover-bg: #e7e9e5}.compact-header{min-height:76px;align-items:flex-end}.back-link{min-height:28px;margin:0 0 9px -6px;padding:0 6px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:4px;color:#626762;background:transparent;font-size:10px}.back-link:hover{color:var(--ink);background:#e9ebe7}.production-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.production-summary article{min-height:84px;padding:14px 16px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:7px;background:#fff}.production-summary article>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:5px;color:#1d716c;background:#e4f3f1}.production-summary b,.production-summary small{display:block}.production-summary b{font:20px Fira Code,monospace}.production-summary small{margin-top:3px;color:var(--muted);font-size:10px}.production-toolbar{min-height:54px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.production-orders-page .order-filter-tabs{min-width:0;display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:5px;background:#fff}.production-orders-page .order-filter-tabs button{min-height:30px;padding:0 10px;border:0;border-radius:3px;color:#6b706b;background:transparent;font-size:10px;white-space:nowrap}.production-orders-page .order-filter-tabs button:hover{background:#f0f2ee}.production-orders-page .order-filter-tabs button.active{color:#fff;background:var(--ink)}.production-order-table{overflow:hidden}.production-order-table>header,.production-order-row{display:grid;grid-template-columns:minmax(190px,1.1fr) minmax(190px,1.25fr) minmax(150px,1fr) 130px 20px;align-items:center;gap:14px;padding:0 18px}.production-order-table>header{min-height:42px;color:#858a85;background:#f7f8f5;border-bottom:1px solid var(--line);font-size:9px;font-weight:600}.production-order-row{width:100%;min-height:78px;border:0;border-bottom:1px solid #eceee9;color:var(--ink);background:#fff;text-align:left}.production-order-row:last-of-type{border-bottom:0}.production-order-row:hover{background:#fafbf8}.production-order-row>span{min-width:0}.production-order-row b,.production-order-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-order-row b{font-size:11px}.production-order-row small{margin-top:5px;color:var(--muted);font-size:9px}.production-order-row>svg{color:#929792}.order-identity>b{font-family:Fira Code,monospace}.production-status{min-height:24px;padding:0 8px;display:inline-flex;align-items:center;border-radius:4px;color:#53615e;background:#edf1ef;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.production-status.refine{color:#277060;background:#e4f2ed}.production-status.hd_production,.production-status.redraw4k,.production-status.production_upscale{color:#755321;background:#fbf0d9}.production-status.delivery,.production-status.completed{color:#315f45;background:#e5f3e9}.production-status.cancelled{color:#8a4b46;background:#f8e8e6}.production-status.large{min-height:32px;padding:0 11px;font-size:10px}.production-page-state{min-height:190px;display:grid;place-items:center;align-content:center;gap:8px;color:#969b96}.production-page-state b{color:#565b57;font-size:11px}.asset-completeness{min-height:38px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:5px;color:#74643f;background:#fff9ea;font-size:10px;font-weight:600;white-space:nowrap}.asset-completeness.complete{color:#2f6b4c;border-color:#cfe4d8;background:#eef8f2}.material-overview-band{min-height:126px;margin-bottom:20px;display:grid;grid-template-columns:minmax(190px,1.35fr) repeat(3,minmax(150px,1fr));border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff}.material-overview-band>img{width:100%;height:126px;object-fit:contain;background:var(--material-cover-bg)}.material-overview-band>div{min-width:0;padding:18px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid #eceee9}.material-overview-band span,.material-overview-band b,.material-overview-band p{display:block}.material-overview-band span{color:#878c87;font-size:9px}.material-overview-band b{margin-top:6px;font-size:12px}.material-overview-band p{margin-top:5px;overflow:hidden;color:var(--muted);font-size:9px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.asset-section{margin-top:12px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}.asset-section .section-head>span{min-width:38px;min-height:26px;padding:0 8px;display:grid;place-items:center;border-radius:4px;color:#636863;background:#f0f2ee;font:9px Fira Code,monospace}.production-assets-section .section-head{gap:12px}.production-assets-section .section-head>div{min-width:0}.production-advance-button{min-width:126px;flex:0 0 auto}.snapshot-grid{padding:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.snapshot-grid figure,.print-snapshot-grid figure{min-width:0;margin:0;overflow:hidden;border:1px solid #e2e5df;border-radius:6px;background:#fafbf9}.snapshot-grid figure:nth-child(-n+2){grid-column:span 2}.snapshot-grid figure>div{display:grid;place-items:center;color:#a0a5a0;background:var(--material-cover-bg)}.snapshot-grid figure:nth-child(-n+2)>div{aspect-ratio:8 / 3}.snapshot-grid figure:nth-child(n+3)>div{aspect-ratio:4 / 3}.snapshot-grid img{width:100%;height:100%;object-fit:contain}.snapshot-media,.print-snapshot-media,.order-print-media{position:relative;width:100%;height:100%;padding:0;display:grid;place-items:center;border:0;color:inherit;background:transparent;cursor:zoom-in}.snapshot-media>span,.print-snapshot-media>span,.order-print-media>span{position:absolute;right:8px;bottom:8px;min-height:26px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border-radius:4px;color:#fff;background:#0f1110c7;font-size:8px;opacity:0;transition:opacity .16s ease}.snapshot-media:hover>span,.snapshot-media:focus-visible>span,.print-snapshot-media:hover>span,.print-snapshot-media:focus-visible>span,.order-print-media:hover>span,.order-print-media:focus-visible>span{opacity:1}.snapshot-media:focus-visible,.print-snapshot-media:focus-visible,.order-print-media:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.snapshot-grid figcaption{min-height:49px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.snapshot-grid figcaption>span{min-width:0}.snapshot-grid b,.snapshot-grid small{display:block}.snapshot-grid b{font-size:10px}.snapshot-grid small{margin-top:3px;color:#909590;font-size:8px}.snapshot-grid figcaption>i{color:#818681;font:8px Fira Code,monospace;font-style:normal;white-space:nowrap}.snapshot-grid figure.missing,.print-snapshot-grid figure.missing{border-style:dashed}.print-snapshot-grid{padding:14px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.print-snapshot-grid figure>div{aspect-ratio:1;display:grid;place-items:center;color:#a0a5a0;background:#eef0ec}.print-snapshot-grid img{width:100%;height:100%;object-fit:contain}.print-snapshot-grid figcaption{min-height:50px;padding:8px 9px}.print-snapshot-grid b,.print-snapshot-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.print-snapshot-grid b{font-size:9px}.print-snapshot-grid small{margin-top:4px;color:#8c918c;font-size:8px}.order-info-band{min-height:92px;margin-bottom:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}.order-info-band>span{min-width:0;padding:15px 16px;display:grid;grid-template-columns:19px minmax(0,1fr);align-content:center;border-left:1px solid #eceee9}.order-info-band>span:first-child{border-left:0}.order-info-band svg{grid-row:1 / 4;align-self:start;margin-top:2px;color:#777c77}.order-info-band i,.order-info-band b,.order-info-band small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-info-band i{color:#8b908b;font-size:8px;font-style:normal}.order-info-band b{margin-top:4px;font-size:10px}.order-info-band small{margin-top:3px;color:var(--muted);font-size:8px}.order-stage-track{min-height:76px;margin-bottom:12px;padding:10px clamp(10px,2.2vw,28px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;border:1px solid var(--line);border-radius:7px;background:#fff}.order-stage-track>button{min-width:0;min-height:54px;position:relative;padding:6px 10px;display:flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:6px;color:#979c97;background:transparent;text-align:left}.order-stage-track>button:not(:last-child):after{content:"";position:absolute;z-index:0;left:calc(50% + 52px);right:calc(-50% + 52px);top:50%;height:1px;background:#dfe2dd}.order-stage-track i{position:relative;z-index:1;width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #d8dcd7;border-radius:50%;background:#fff;font:11px Fira Code,monospace;font-style:normal;transition:box-shadow .16s ease,transform .16s ease}.order-stage-track b{position:relative;z-index:1;padding:3px 7px 3px 0;background:#fff;font-size:12px;white-space:nowrap}.order-stage-track>button.current{color:var(--ink)}.order-stage-track>button.current i{border-color:var(--ink);color:#fff;background:var(--ink)}.order-stage-track>button.done{color:#2f7656;cursor:pointer}.order-stage-track>button.done i{border-color:#3d8a68;color:#fff;background:#3d8a68}.order-stage-track>button.done:after{background:#a9cfba}.order-stage-track>button:not(:disabled):hover{color:#245f49;background:transparent}.order-stage-track>button:not(:disabled):hover i{border-color:#2f7656;box-shadow:0 0 0 4px #e3f2ea;transform:scale(1.08)}.order-stage-track>button:not(:disabled):hover b{color:#245f49;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.order-stage-track>button:not(:disabled):active i{transform:scale(.96)}.order-stage-track>button.viewed i{box-shadow:0 0 0 3px #fff,0 0 0 5px #2e716947}.order-stage-track>button:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.order-stage-track>button:disabled{cursor:default}.order-stage-actions{margin:-2px 0 12px;display:flex;align-items:center}.order-stage-back{min-height:34px;padding-inline:11px}.hd-production-panel{margin:0 0 12px}.hd-production-panel>header{min-height:72px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hd-production-panel>header>div{min-width:0;display:flex;align-items:center;gap:10px}.hd-production-panel>header h2,.hd-production-panel>header p{margin:0}.hd-production-panel>header h2{font-size:12px}.hd-production-panel>header p{margin-top:4px;color:var(--muted);font-size:9px}.hd-production-panel>header strong{flex:0 0 auto;font:24px Fira Code,monospace}.hd-production-summary-actions{display:flex;align-items:center;gap:10px}.hd-production-summary-actions .button{min-height:30px;padding:0 9px;font-size:8px}.hd-production-start{min-width:132px;justify-content:center}.hd-production-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:5px;color:#755321;background:#fbf0d9}.hd-production-icon.completed{color:#2f7656;background:#e5f3e9}.hd-production-progress{height:6px;overflow:hidden;background:#e9ece7}.hd-production-progress>i{display:block;height:100%;background:#2e7169;transition:width .3s ease}.hd-production-items{border-top:1px solid #eceee9}.hd-production-items>article{min-height:64px;padding:9px 16px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,1.2fr) auto;align-items:center;gap:16px;border-bottom:1px solid #eceee9}.hd-production-items>article:last-child{border-bottom:0}.hd-production-items>article.active{background:#f4f9f7}.hd-production-items>article>span b,.hd-production-items>article>span small{display:block}.hd-production-items>article>span b{font-size:10px}.hd-production-items>article>span small{margin-top:4px;color:var(--muted);font:8px Fira Code,monospace}.hd-production-items>article>div{min-width:0;display:flex;align-items:center;gap:9px}.hd-production-items>article>div>i{height:5px;min-width:80px;flex:1;overflow:hidden;border-radius:2px;background:#e8ebe6}.hd-production-items>article>div>i>em{display:block;height:100%;background:#4b8b83;transition:width .3s ease}.hd-production-items>article>div>b{min-width:44px;color:#687069;font:8px Fira Code,monospace;text-align:right}.hd-production-items>article>.hd-production-item-actions{justify-content:flex-end;flex-wrap:wrap;gap:6px}.hd-production-item-actions .button{min-height:30px;padding:0 9px;font-size:8px}.hd-production-items>article.failed{background:#fff9f8}.hd-production-items>article.failed>div>i>em{background:#b25d55}.hd-production-items .button{min-height:30px;padding:0 9px;font-size:8px}.hd-production-preparing{min-height:64px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:9px}.delivery-panel{margin:0 0 12px}.delivery-panel-head{min-height:72px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.delivery-panel-head>div{min-width:0;display:flex;align-items:center;gap:10px}.delivery-panel-head h2,.delivery-panel-head p{margin:0}.delivery-panel-head h2{font-size:12px}.delivery-panel-head p{margin-top:4px;color:var(--muted);font-size:9px}.delivery-panel-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:5px;color:#2f7656;background:#e5f3e9}.delivery-panel-body{display:grid;grid-template-columns:minmax(0,1fr)}.delivery-files-section,.delivery-mail-section{min-width:0;padding:15px 16px}.delivery-mail-section{padding:20px;border-top:1px solid var(--line);background:#f4f6f4}.delivery-package-summary{min-height:70px;padding:11px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #dfe4df;border-radius:5px;background:#fff}.delivery-package-summary-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:5px;color:#37775e;background:#e8f4ec}.delivery-package-summary>div:nth-child(2){min-width:0}.delivery-package-summary h3,.delivery-package-summary p{margin:0}.delivery-package-summary h3{overflow:hidden;color:#3f4842;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.delivery-package-summary p{margin-top:5px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.delivery-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:6px}.delivery-actions .button{min-height:30px;padding:0 9px;font-size:8px}.delivery-error{margin-top:8px;padding:8px 9px;color:#9a4f49;border:1px solid #efd4d0;border-radius:4px;background:#fff8f7;font-size:8px}.delivery-recipient-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:4px;color:#33736a;background:#e8f3f0}.delivery-compose-window{min-height:560px;display:grid;grid-template-rows:repeat(6,auto);overflow:hidden;border:1px solid #d9ded9;border-radius:6px;background:#fff;box-shadow:0 8px 24px #1d231f14}.delivery-compose-window>header{min-height:46px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#3f4742;background:#edf0ed}.delivery-compose-window>header>span{display:inline-flex;align-items:center;gap:8px}.delivery-compose-window>header b{font-size:11px}.delivery-compose-window>header small{color:#788079;font-size:8px}.delivery-compose-fields{padding:0 18px}.delivery-compose-row{min-width:0;min-height:49px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e7eae6}.delivery-compose-row>span{width:48px;flex:0 0 48px;color:#7d847e;font-size:9px}.delivery-compose-row>input,.delivery-compose-row>select{min-width:0;height:47px;flex:1;padding:0;border:0;border-radius:0;outline:0;color:#343a36;background:transparent;box-shadow:none;font-size:10px}.delivery-compose-row>select:disabled{cursor:not-allowed;color:#9ca29d}.delivery-compose-row:focus-within{border-bottom-color:#6f9d8e;box-shadow:inset 0 -1px #6f9d8e}.delivery-compose-recipient{min-height:42px;margin:10px 18px 0;padding:7px 10px;display:flex;align-items:center;gap:8px;border-radius:4px;color:#3d4640;background:#f3f7f4}.delivery-compose-recipient b,.delivery-compose-recipient small{display:block}.delivery-compose-recipient b{font-size:9px}.delivery-compose-recipient small{margin-top:3px;color:var(--muted);font:8px Fira Code,monospace}.delivery-compose-body{min-height:270px;display:block;margin:0 18px}.delivery-compose-body textarea{width:100%;min-height:270px;padding:17px 0;overflow:hidden;border:0;border-radius:0;outline:0;color:#3d433f;background:transparent;box-shadow:none;font-size:10px;line-height:1.75;resize:none}.delivery-compose-body:focus-within{box-shadow:none}.delivery-compose-body textarea:focus-visible{outline:2px solid #8db3a4;outline-offset:2px}.delivery-compose-download-link{min-width:0;margin:-3px 18px 18px;padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;border:1px solid #bcdaca;border-radius:4px;color:#315e49;background:#edf8f1}.delivery-compose-download-link>span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.delivery-compose-download-link>span svg{color:#347758}.delivery-compose-download-link b{font-size:9px}.delivery-compose-download-link a{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#206848;font:8px/1.5 Fira Code,monospace;text-decoration:underline;text-decoration-color:#7cad94;text-underline-offset:3px;overflow-wrap:anywhere}.delivery-compose-download-link a span{min-width:0;text-align:right;overflow-wrap:anywhere}.delivery-compose-download-link a svg{flex:0 0 auto}.delivery-compose-download-link a:hover{color:#124f35;text-decoration-color:currentColor}.delivery-compose-attachments{margin:0 18px 16px;padding-top:13px;border-top:1px solid #e7eae6}.delivery-compose-attachments>header{min-height:29px;display:flex;align-items:center;justify-content:space-between;gap:10px}.delivery-compose-attachments>header span{display:inline-flex;align-items:center;gap:6px;color:#555d57}.delivery-compose-attachments>header b{font-size:9px}.delivery-compose-attachments>header small{color:var(--muted);font-size:8px}.delivery-compose-attachments>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.delivery-compose-attachments a{min-width:0;min-height:50px;padding:7px 9px;display:flex;align-items:center;gap:8px;border:1px solid #dfe4df;border-radius:4px;color:#53605a;background:#fafbfa}.delivery-compose-attachments a:hover,.delivery-compose-attachments a:focus-visible{border-color:#91b2a5;background:#f2f8f4}.delivery-compose-attachments a>span{min-width:0;flex:1}.delivery-compose-attachments a b,.delivery-compose-attachments a small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-compose-attachments a b{font-size:8px}.delivery-compose-attachments a small{margin-top:3px;color:var(--muted);font:7px Fira Code,monospace}.delivery-compose-attachments a>svg:last-child{flex:0 0 auto;color:#7b857e}.delivery-compose-window>footer{min-height:64px;padding:11px 18px;display:flex;align-items:center;gap:12px;border-top:1px solid #e2e6e2;background:#fafbfa}.delivery-compose-window>footer>span{min-width:0;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.delivery-mail-send{min-width:96px;justify-content:center}.delivery-mail-history{margin-top:14px;padding:12px 14px;border:1px solid #dfe4df;border-radius:5px;background:#fff}.delivery-mail-history>b{display:block;margin-bottom:7px;color:#737b74;font-size:8px}.delivery-mail-history>span{min-width:0;display:grid;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:26px;color:#67706a;font-size:8px}.delivery-mail-history i{min-width:0;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.delivery-mail-history small{color:#9aa19a;font:7px Fira Code,monospace}.delivery-send-confirm{width:min(520px,calc(100% - 30px))}.delivery-send-confirm .dialog-body{display:grid;gap:14px}.delivery-send-recipient{min-height:52px;padding:9px 11px;display:flex;align-items:center;gap:9px;border:1px solid #dce5df;border-radius:5px;background:#f3f8f5}.delivery-send-recipient b,.delivery-send-recipient small{display:block}.delivery-send-recipient b{font-size:10px}.delivery-send-recipient small{margin-top:3px;color:var(--muted);font:8px Fira Code,monospace}.delivery-send-confirm dl{margin:0}.delivery-send-confirm dl>div{min-height:38px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;border-bottom:1px solid #eceeea;font-size:9px}.delivery-send-confirm dl>div:last-child{border-bottom:0}.delivery-send-confirm dt{color:var(--muted)}.delivery-send-confirm dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#3e4540;font-weight:600}.delivery-panel-footer{min-height:58px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--muted);font-size:8px}.delivery-panel-footer>span{display:inline-flex;align-items:center;gap:6px}.delivery-panel-footer>div{display:flex;gap:7px}.delivery-panel-footer .button{min-height:32px;padding:0 10px;font-size:8px}.order-note-band{margin-bottom:12px;padding:13px 16px;border:1px solid #e6ddc4;border-radius:6px;background:#fffaf0}.order-note-band b{font-size:10px}.order-note-band p{margin-top:5px;color:#70674f;font-size:9px;line-height:1.6}.production-assets-section{overflow:visible}.production-asset-columns{min-height:36px;padding:0 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:center;border-top:1px solid #eceee9;border-bottom:1px solid #eceee9;color:#858a85;background:#f7f8f5;font-size:9px;font-weight:700}.production-asset-pairs>article{min-width:0;padding:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;border-bottom:1px solid #e7eae5}.production-asset-pairs>article:last-child{border-bottom:0}.production-asset-pairs>article.not-applicable{color:#858a85;background:#fafbf9}.production-asset-label{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.production-paired-media{width:100%;aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;border:1px solid #e1e4df;color:#a0a5a0;background:var(--material-cover-bg)}.production-paired-media.print{background:#eceeea}.production-paired-media img{width:100%;height:100%;object-fit:contain}.production-paired-media.preview img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.production-paired-media.print{position:relative}.production-print-view-tabs{position:absolute;z-index:3;top:7px;right:7px;display:flex;gap:3px;padding:3px;border-radius:4px;background:#ffffffeb;box-shadow:0 1px 5px #0000001f}.production-print-view-tabs button,.refine-preview-tabs button{min-height:26px;padding:0 7px;display:inline-flex;align-items:center;gap:4px;border:0;border-radius:3px;color:#6f756f;background:transparent;font-size:8px}.production-print-view-tabs button.active,.refine-preview-tabs button.active{color:#fff;background:var(--ink)}.production-print-view-tabs button:disabled,.refine-preview-tabs button:disabled{cursor:not-allowed;opacity:.45}.print-locator-preview{position:relative;width:100%;height:100%;min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden}.print-locator-preview img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center}.print-locator-art{z-index:1}.print-locator-outline{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;pointer-events:none}.print-locator-outline svg{display:block;width:100%;height:100%}.print-locator-outline svg :is(path,rect,line,polyline,polygon,circle,ellipse){fill:none!important;fill-opacity:0!important;stroke-width:2.25px!important;stroke-dasharray:9 7!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke}.print-locator-state{position:absolute;z-index:3;min-height:30px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;border-radius:4px;color:#285f55;background:#ffffffeb;box-shadow:0 1px 5px #0000001a;font-size:8px}.print-locator-state.error{color:#934a45}.side-locator-canvas{position:relative;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;background:#eceeea}.side-locator-canvas.editable{cursor:grab;touch-action:none}.side-locator-canvas.editable:active{cursor:grabbing}.side-locator-canvas.editable:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.side-locator-art,.side-locator-document{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.side-locator-art{z-index:1;object-fit:contain}.side-locator-document{z-index:2}.side-locator-document svg{display:block;width:100%;height:100%}.side-locator-document.vehicle-template svg .outer{fill:none!important}.side-locator-state{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:7px;color:#285f55;background:#eef1ed;font-size:9px}.side-locator-editor{width:100%;min-width:0;display:grid;gap:6px}.side-locator-toolbar{min-height:34px;display:flex;align-items:center;gap:4px;color:#697069}.side-locator-toolbar button{width:28px;height:28px;padding:0;display:grid;place-items:center;border:1px solid #d7ddd8;border-radius:3px;color:#58605a;background:#fff;font-size:12px}.side-locator-toolbar button:nth-of-type(5){width:auto;padding:0 8px;font-size:8px}.side-locator-toolbar button:hover,.side-locator-toolbar button:focus-visible{border-color:#91b7a6;color:#245c48;background:#f0f8f3}.side-locator-toolbar>span{margin-left:4px;font:8px Fira Code,monospace;white-space:nowrap}.side-locator-toolbar small{min-width:0;margin-left:auto;overflow:hidden;color:#858b85;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.side-locator-editor .side-locator-canvas{height:auto;aspect-ratio:8 / 3}.production-print-actions{grid-column:2;min-width:0;min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:10px}.production-print-actions>span{min-width:0;overflow:hidden;color:#747a74;font:8px Fira Code,monospace;text-overflow:ellipsis;white-space:nowrap}.production-print-controls{flex:0 0 auto;display:flex;align-items:center;gap:6px}.production-print-mode-switch{display:flex;gap:2px;padding:2px;border:1px solid #d7dfda;border-radius:4px;background:#f4f6f3}.production-print-mode-switch button{min-height:24px;padding:0 7px;display:inline-flex;align-items:center;gap:4px;border:0;border-radius:3px;color:#6f756f;background:transparent;font-size:8px;white-space:nowrap}.production-print-mode-switch button.active{color:#fff;background:var(--ink)}.production-print-mode-switch button:disabled{cursor:not-allowed;opacity:.4}.production-create-dialog{width:min(620px,calc(100% - 30px))}.production-create-dialog header p{margin-top:5px;color:var(--muted);font-size:10px}.order-refine-open{min-height:28px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid #d7dfda;border-radius:4px;color:#396c59;background:#f4faf6;font-size:8px;white-space:nowrap}.order-refine-open:hover,.order-refine-open:focus-visible{border-color:#9fc8b0;color:#215440;background:#eaf7ee}.order-refine-open:disabled{cursor:not-allowed;opacity:.45}.locked-material{margin-bottom:18px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid #cfe4d8;border-radius:5px;color:#2d7251;background:#eef8f2}.locked-material span{min-width:0}.locked-material b,.locked-material small{display:block}.locked-material b{color:#315f47;font:10px Fira Code,monospace}.locked-material small{margin-top:4px;color:#557763;font-size:9px;line-height:1.5}.new-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.production-refine-dialog{width:min(980px,calc(100% - 30px));max-height:calc(100vh - 30px);overflow:hidden}.production-refine-dialog>header{flex:0 0 auto}.production-refine-dialog>header p{margin-top:5px;color:var(--muted);font-size:10px}.production-refine-body{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 236px;overflow:hidden}.production-refine-main{min-width:0;padding:15px 18px 18px;overflow:auto;background:#f5f6f3}.refine-preview{width:100%;aspect-ratio:16 / 7;display:grid;place-items:center;overflow:hidden;background:#1d201e}.refine-preview img{width:100%;height:100%;object-fit:contain}.refine-preview-tabs{min-height:34px;display:flex;justify-content:flex-end;gap:3px;margin-bottom:6px}.refine-preview-tabs button{border:1px solid #dfe3de;background:#fff}.refine-preview-tabs button.active{border-color:var(--ink);background:var(--ink)}.refine-preview .print-locator-preview{width:100%;height:100%}.refine-preview.locator-editor-mode{aspect-ratio:auto;overflow:visible;background:transparent}.refine-preview.locator-editor-mode .print-locator-preview{height:auto;overflow:visible}.refine-crop-stage{position:relative;-webkit-user-select:none;user-select:none;touch-action:none}.refine-crop-stage>.refine-crop-image{display:block;object-fit:fill}.refine-crop-frame{position:absolute;z-index:3;border:2px solid #fff;box-shadow:0 0 0 9999px #0c0f0d8c;cursor:move;outline:0;touch-action:none}.refine-crop-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to right,transparent 32.8%,rgba(255,255,255,.6) 33%,rgba(255,255,255,.6) 33.5%,transparent 33.7%,transparent 66.3%,rgba(255,255,255,.6) 66.5%,rgba(255,255,255,.6) 67%,transparent 67.2%),linear-gradient(to bottom,transparent 32.8%,rgba(255,255,255,.6) 33%,rgba(255,255,255,.6) 33.5%,transparent 33.7%,transparent 66.3%,rgba(255,255,255,.6) 66.5%,rgba(255,255,255,.6) 67%,transparent 67.2%)}.refine-crop-frame:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.refine-crop-handle{position:absolute;z-index:2;width:22px;height:22px;border:2px solid #fff;border-radius:3px;background:#181c19d6;box-shadow:0 1px 4px #00000059;touch-action:none}.refine-crop-handle.nw{left:-11px;top:-11px;cursor:nwse-resize}.refine-crop-handle.ne{right:-11px;top:-11px;cursor:nesw-resize}.refine-crop-handle.sw{left:-11px;bottom:-11px;cursor:nesw-resize}.refine-crop-handle.se{right:-11px;bottom:-11px;cursor:nwse-resize}.refine-preview-loader{display:none!important}.refine-preview.loading{position:relative}.refine-preview.loading img{opacity:.35}.refine-preview>span{position:absolute;display:inline-flex;align-items:center;gap:7px;color:#f0f3ef;font-size:9px}.refine-preview-meta{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#858a85;font:8px Fira Code,monospace}.refine-mode-tabs{display:flex;gap:4px;margin:0 0 12px}.refine-mode-tabs button{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid #dfe3de;border-radius:4px;color:#727872;background:#fff;font-size:9px}.refine-mode-tabs button:hover{border-color:#b8c8be}.refine-mode-tabs button.active{border-color:var(--ink);color:#fff;background:var(--ink)}.refine-mode-tabs button:disabled,.refine-version-list button:disabled{cursor:not-allowed;opacity:.55}.refine-form{padding:12px;border:1px solid #e1e5df;border-radius:5px;background:#fff}.refine-form .field{margin:0}.refine-form .button{margin-top:10px}.refine-lock-note{min-height:38px;margin-bottom:12px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid #d6e8dc;border-radius:4px;color:#397257;background:#f0f9f3}.refine-lock-note span{min-width:0}.refine-lock-note b,.refine-lock-note small{display:block}.refine-lock-note b{font-size:9px}.refine-lock-note small{margin-top:3px;color:#6c8977;font-size:8px;line-height:1.45}.refine-task-success{margin-top:12px;padding:10px;display:flex;align-items:center;gap:8px;border:1px solid #cfe4d8;border-radius:4px;color:#317051;background:#eef8f2}.refine-task-success>span{min-width:0;flex:1}.refine-task-success b,.refine-task-success small{display:block}.refine-task-success b{font-size:9px}.refine-task-success small{margin-top:3px;color:#62816f;font-size:8px}.refine-task-success .button{margin:0}.refine-error{margin-top:10px;color:#9a4f49;font-size:9px;line-height:1.5}.production-refine-history{min-width:0;padding:14px 12px;overflow:auto;border-left:1px solid var(--line);background:#fff}.refine-history-title{min-height:30px;display:flex;align-items:center;justify-content:space-between;color:#6d736d;font-size:9px}.refine-history-title span{display:inline-flex;align-items:center;gap:5px}.refine-history-title b{min-width:22px;min-height:20px;padding:0 5px;display:grid;place-items:center;border-radius:3px;color:#69706a;background:#eef1ed;font:8px Fira Code,monospace}.refine-version-list{display:grid;gap:5px;margin-top:8px}.refine-version-list button{min-width:0;padding:9px;display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid #e2e6e1;border-radius:4px;color:#646a64;background:#fff;text-align:left}.refine-version-list button:hover{background:#f8faf7}.refine-version-list button.active{border-color:#9fb7a6;color:var(--ink);background:#f1f8f3}.refine-version-list button>span{min-width:0}.refine-version-list b,.refine-version-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refine-version-list b{font-size:9px}.refine-version-list small{margin-top:4px;color:#8a918a;font-size:8px}.refine-version-list svg{flex:0 0 auto;color:#36805a}.production-refine-footer{min-height:58px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:9px}.production-refine-footer>div{display:flex;gap:7px}.production-print-lightbox{padding:20px}.production-print-viewer{grid-template-rows:auto minmax(0,1fr) auto}.production-print-viewer-stage{position:relative;min-width:0;min-height:0;display:grid;place-items:center;padding:20px 74px;overflow:hidden;background:#1d201e}.production-print-viewer-stage img{width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;object-position:center}.production-print-nav{position:absolute;z-index:2;top:50%;width:46px;height:46px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;color:#fff;background:#181b19c7;transform:translateY(-50%);transition:background-color .16s ease,border-color .16s ease}.production-print-nav:hover,.production-print-nav:focus-visible{border-color:#ffffffb8;background:#2a2e2bf5}.production-print-nav.previous{left:16px}.production-print-nav.next{right:16px}.production-print-viewer-footer{min-height:54px;padding:9px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:9px}.production-print-viewer-footer>div{min-width:0;display:flex;gap:4px}.production-print-viewer-footer button{width:30px;height:30px;padding:0;border:1px solid var(--line);border-radius:4px;color:#747a74;background:#fff;font:9px Fira Code,monospace}.production-print-viewer-footer button:hover,.production-print-viewer-footer button:focus-visible{border-color:var(--cyan);color:var(--ink)}.production-print-viewer-footer button.active{border-color:var(--ink);color:#fff;background:var(--ink)}@media(max-width:1100px){.production-order-table{overflow-x:auto}.production-order-table>header,.production-order-row{min-width:900px}.material-overview-band{grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(130px,1fr))}.print-snapshot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.delivery-compose-attachments>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.delivery-cases-page{padding-bottom:32px}.delivery-cases-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.delivery-cases-summary article{min-height:76px;padding:13px 15px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#347569}.delivery-cases-summary article>div{color:var(--ink)}.delivery-cases-summary b,.delivery-cases-summary small{display:block}.delivery-cases-summary b{font:20px Fira Code,monospace}.delivery-cases-summary small{margin-top:3px;color:var(--muted);font-size:8px}.delivery-cases-toolbar{min-height:54px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.delivery-cases-toolbar .search-field{flex:1;max-width:460px}.delivery-cases-toolbar>select{min-height:34px;min-width:160px;padding:0 10px;border:1px solid var(--line);border-radius:4px;color:var(--ink);background:#fff;font-size:9px}.delivery-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.delivery-case-grid>button{min-width:0;padding:0;overflow:hidden;display:grid;grid-template-columns:92px minmax(0,1fr) 22px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);text-align:left}.delivery-case-grid>button:hover{border-color:#bfc8c1;box-shadow:0 8px 22px #181e1a14}.delivery-case-grid>button>div:last-of-type{min-width:0;padding:10px 0}.delivery-case-grid>button>svg{color:#949c95}.delivery-case-cover{height:92px;display:grid;place-items:center;position:relative;color:#85a69a;background:#eaf2ed}.delivery-case-cover span{position:absolute;left:5px;bottom:5px;display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border-radius:3px;color:#fff;background:#34775e;font-size:7px}.delivery-case-grid h2{margin-top:5px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.delivery-case-grid p,.delivery-case-grid small{display:block;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.delivery-case-grid p{margin-top:4px;font-size:9px}.delivery-case-grid small{margin-top:7px;font-size:8px}.delivery-case-grid .order-code{color:#7e877f;font:8px Fira Code,monospace}.delivery-cases-more{display:flex;justify-content:center;padding-top:15px}.delivery-cases-more .button{min-height:32px;font-size:8px}.delivery-case-dialog{width:min(1120px,calc(100% - 36px));max-height:calc(100vh - 36px);position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 26px 90px #00000057}.delivery-case-dialog>header{min-height:78px;padding:14px 18px 14px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.delivery-case-dialog>header h2{font-size:18px}.delivery-case-dialog>header p{margin-top:4px;color:var(--muted);font-size:9px}.delivery-case-dialog-body{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 290px;overflow:auto}.delivery-case-dialog-body>main{min-width:0;padding:18px;background:#f5f6f3}.delivery-case-dialog-body>aside{border-left:1px solid var(--line);background:#fff}.delivery-case-dialog-body>aside section{padding:18px;border-bottom:1px solid var(--line)}.delivery-case-dialog-body h3{margin-bottom:12px;font-size:11px}.delivery-case-viewer{min-height:420px;display:grid;place-items:center;overflow:hidden;border:1px solid #dfe4df;background:#252a27}.delivery-case-viewer img{width:100%;height:100%;object-fit:contain}.delivery-case-viewer-meta{min-height:44px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dfe4df;border-top:0;background:#fff;font-size:8px}.delivery-case-viewer-meta b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-case-viewer-meta span{flex:0 0 auto;color:var(--muted);font-family:Fira Code,monospace}.delivery-case-dialog-body dl{margin:0}.delivery-case-dialog-body dl>div{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eceee9;font-size:9px}.delivery-case-dialog-body dl>div:last-child{border-bottom:0}.delivery-case-dialog-body dt{color:#8b908b}.delivery-case-dialog-body dd{margin:0;max-width:180px;overflow:hidden;color:#424743;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.delivery-case-asset-list{display:grid;gap:5px}.delivery-case-asset-list button{min-width:0;min-height:38px;padding:6px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e2e6e1;border-radius:4px;color:#657067;background:#fff;text-align:left}.delivery-case-asset-list button.active{border-color:#9fb7a6;color:var(--ink);background:#f1f8f3}.delivery-case-asset-list button>span{min-width:0;display:flex;align-items:center;gap:5px}.delivery-case-asset-list b{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.delivery-case-asset-list small{flex:0 0 auto;color:var(--muted);font:7px Fira Code,monospace}@media(max-width:1100px){.delivery-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.delivery-cases-toolbar{align-items:stretch;flex-direction:column}.delivery-cases-toolbar .search-field{max-width:none;width:100%}.delivery-cases-toolbar>select{width:100%}.delivery-case-grid{grid-template-columns:1fr}.delivery-case-dialog{width:100%;max-height:100vh;height:100%;border-radius:0}.delivery-case-dialog-body{grid-template-columns:1fr}.delivery-case-dialog-body>aside{border-top:1px solid var(--line);border-left:0}.delivery-case-viewer{min-height:300px}}@media(max-width:420px){.delivery-cases-summary{grid-template-columns:1fr 1fr}.delivery-cases-summary article{min-height:64px;padding:10px}.delivery-cases-summary article>svg{display:none}}@media(max-width:760px){.compact-header{align-items:stretch}.compact-header .page-actions{display:grid;grid-template-columns:1fr}.production-summary{grid-template-columns:repeat(2,1fr)}.production-toolbar{align-items:stretch;flex-direction:column}.production-toolbar .search-field{width:100%}.production-orders-page .order-filter-tabs{overflow-x:auto}.production-orders-page .order-filter-tabs button{flex:1}.material-overview-band{grid-template-columns:1fr 1fr}.material-overview-band>img{grid-column:1 / -1;height:auto;max-height:210px}.material-overview-band>div{border-top:1px solid #eceee9}.material-overview-band>div:nth-of-type(odd){border-left:0}.snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.snapshot-grid figure:nth-child(-n+2){grid-column:span 1}.print-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.order-info-band{grid-template-columns:1fr 1fr}.order-info-band>span{border-top:1px solid #eceee9}.order-info-band>span:nth-child(odd){border-left:0}.order-info-band>span:nth-child(-n+2){border-top:0}.order-stage-track{min-height:70px;padding:8px 5px;gap:0}.order-stage-track>button{min-height:52px;padding-inline:4px;gap:6px}.order-stage-track>button:not(:last-child):after{left:calc(50% + 38px);right:calc(-50% + 38px)}.order-stage-track i{width:30px;height:30px;flex-basis:30px}.order-stage-track b{padding-right:4px;font-size:10px}.hd-production-panel>header{align-items:stretch;flex-direction:column}.hd-production-summary-actions{width:100%;justify-content:space-between}.hd-production-summary-actions .button{flex:1;justify-content:center}.hd-production-start{width:100%}.hd-production-items>article{grid-template-columns:1fr;gap:7px}.hd-production-items>article>div>b{text-align:left}.hd-production-items>article>.hd-production-item-actions{width:100%;justify-content:stretch}.hd-production-item-actions .button{flex:1;justify-content:center}.delivery-panel-body{grid-template-columns:1fr}.delivery-mail-section{border-top:1px solid var(--line);border-left:0}.delivery-package-summary{grid-template-columns:auto minmax(0,1fr)}.delivery-package-summary .delivery-actions{width:100%;grid-column:1 / -1;justify-content:stretch}.delivery-package-summary .delivery-actions .button{flex:1;justify-content:center}.delivery-compose-window{min-height:620px}.delivery-compose-attachments>div{grid-template-columns:1fr}.delivery-compose-window>footer{align-items:stretch;flex-direction:column-reverse}.delivery-compose-window>footer .delivery-mail-send{width:100%}.delivery-panel-head{align-items:stretch;flex-direction:column}.delivery-panel-head>.production-status{align-self:flex-start}.delivery-panel-footer{align-items:stretch;flex-direction:column}.delivery-panel-footer>div{justify-content:flex-end}.production-asset-columns{padding:0 10px;gap:10px}.production-asset-pairs>article{padding:10px;gap:7px 10px}.production-print-actions{align-items:stretch;flex-direction:column;gap:6px}.production-print-controls{width:100%;justify-content:space-between}.production-print-mode-switch{flex:1}.production-print-mode-switch button{flex:1;justify-content:center}.production-print-actions .order-refine-open{width:100%;justify-content:center;min-height:32px}.new-order-grid{grid-template-columns:1fr;gap:0}.production-create-dialog{max-height:calc(100vh - 20px);overflow-y:auto}.production-refine-dialog{width:calc(100% - 20px);max-height:calc(100vh - 20px)}.production-refine-body{grid-template-columns:1fr;overflow:auto}.production-refine-main{padding:10px;overflow:visible}.production-refine-history{max-height:180px;border-top:1px solid var(--line);border-left:0}.production-refine-footer{align-items:stretch;flex-direction:column}.production-refine-footer>div{justify-content:flex-end}.production-print-lightbox{padding:0}.production-print-viewer{width:100%;height:100%;border-radius:0}.production-print-viewer-stage{padding:12px 52px}.production-print-nav{width:40px;height:40px}.production-print-nav.previous{left:7px}.production-print-nav.next{right:7px}.production-print-viewer-footer{align-items:stretch;flex-direction:column}.production-print-viewer-footer>div{justify-content:center}}@media(max-width:420px){.production-summary article{min-height:74px;padding:10px}.production-summary article>span{display:none}.snapshot-grid,.material-overview-band{grid-template-columns:1fr}.material-overview-band>div{border-left:0}.order-info-band{grid-template-columns:1fr}.order-info-band>span{border-left:0;border-top:1px solid #eceee9}.order-info-band>span:nth-child(2){border-top:1px solid #eceee9}.production-assets-section .section-head p{max-width:230px}.production-asset-columns{min-height:32px}.production-asset-label{font-size:9px}.production-asset-pairs>article{gap:6px 8px}.production-print-actions>span{font-size:7px}.delivery-files-section,.delivery-mail-section{padding:12px 10px}.delivery-compose-fields{padding-inline:12px}.delivery-compose-recipient,.delivery-compose-body,.delivery-compose-attachments{margin-inline:12px}.delivery-compose-row>span{width:42px;flex-basis:42px}}.production-orders-page .page-header,.production-order-detail-page .page-header,.delivery-cases-page .page-header{min-height:92px;margin-bottom:20px}.production-orders-page .page-header h1,.production-order-detail-page .page-header h1,.delivery-cases-page .page-header h1{font-size:clamp(28px,2.2vw,34px);line-height:1.18;letter-spacing:-.025em}.production-orders-page .page-header p,.production-order-detail-page .page-header p,.delivery-cases-page .page-header p{margin-top:8px;font-size:14px;line-height:1.55}.production-order-detail-page .back-link{min-height:36px;margin-bottom:12px;padding-inline:7px;font-size:13px}.production-order-detail-page .eyebrow{font-size:11px;letter-spacing:.08em}.production-summary{gap:14px;margin-bottom:18px}.production-summary article{min-height:104px;padding:20px;gap:14px;border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.production-summary article>span{width:42px;height:42px;flex-basis:42px;border-radius:8px}.production-summary b{font-size:26px}.production-summary small{margin-top:5px;font-size:12px}.production-toolbar{min-height:60px;margin-bottom:18px}.production-toolbar .search-field{height:44px}.production-orders-page .order-filter-tabs{height:38px;box-sizing:border-box;gap:3px;padding:3px;border-radius:6px}.production-orders-page .order-filter-tabs button{height:30px;min-height:30px;box-sizing:border-box;padding-inline:12px;border-radius:4px;font-size:11px}.production-order-table{border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.production-order-table>header{min-height:50px;padding-inline:22px;font-size:11px}.production-order-row{min-height:92px;padding-inline:22px;gap:18px}.production-order-row b{font-size:13px}.production-order-row small{margin-top:6px;font-size:11px}.production-status{min-height:30px;padding-inline:11px;font-size:11px}.production-order-detail-page .order-info-band{min-height:116px;margin-bottom:18px;border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.production-order-detail-page .order-info-band>span{padding:20px 22px;grid-template-columns:24px minmax(0,1fr)}.production-order-detail-page .order-info-band svg{width:19px;height:19px}.production-order-detail-page .order-info-band i{font-size:11px}.production-order-detail-page .order-info-band b{margin-top:6px;font-size:14px}.production-order-detail-page .order-info-band small{margin-top:5px;font-size:11px}.production-order-detail-page .order-stage-track{min-height:92px;margin-bottom:14px;padding-inline:clamp(14px,3vw,36px);border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.production-order-detail-page .order-stage-track>button{min-height:66px;gap:13px}.production-order-detail-page .order-stage-track i{width:40px;height:40px;flex-basis:40px}.production-order-detail-page .order-stage-track b{font-size:14px}.production-order-detail-page .order-stage-actions{margin:0 0 14px}.production-order-detail-page .order-stage-back{min-height:40px;font-size:13px}.production-order-detail-page .asset-section,.production-order-detail-page .hd-production-panel,.production-order-detail-page .order-note-band{border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.production-order-detail-page .section-head{min-height:76px;padding:20px 22px}.production-order-detail-page .section-head h2{font-size:18px}.production-order-detail-page .section-head p{margin-top:6px;font-size:12px}.production-order-detail-page .production-asset-columns{min-height:44px;padding-inline:20px;font-size:11px}.production-order-detail-page .production-asset-pairs>article{padding:18px 20px;gap:10px 18px}.production-order-detail-page .production-asset-label{font-size:13px}.production-order-detail-page .production-print-actions{min-height:38px}.production-order-detail-page .production-print-actions>span{font-size:11px}.production-order-detail-page .production-print-mode-switch button,.production-order-detail-page .order-refine-open{min-height:34px;font-size:11px}.production-order-detail-page .hd-production-panel>header{min-height:92px;padding:20px 22px}.production-order-detail-page .hd-production-panel>header>div{gap:14px}.production-order-detail-page .hd-production-panel>header h2{font-size:18px}.production-order-detail-page .hd-production-panel>header p{margin-top:6px;font-size:12px}.production-order-detail-page .hd-production-panel>header strong{font-size:30px}.production-order-detail-page .hd-production-icon{width:42px;height:42px;flex-basis:42px;border-radius:8px}.production-order-detail-page .hd-production-progress{height:8px}.production-order-detail-page .hd-production-items>article{min-height:82px;padding:14px 22px;gap:20px}.production-order-detail-page .hd-production-items>article>span b{font-size:13px}.production-order-detail-page .hd-production-items>article>span small{margin-top:5px;font-size:11px}.production-order-detail-page .hd-production-items>article>div>b{font-size:11px}.production-order-detail-page .hd-production-items .button{min-height:38px;padding-inline:12px;font-size:11px}.delivery-cases-page .order-summary-grid{gap:14px;margin-bottom:18px}.delivery-cases-page .order-summary-grid article{min-height:104px;padding:20px;border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.delivery-cases-page .order-summary-grid article>i{width:42px;height:42px;flex-basis:42px;border-radius:8px}.delivery-cases-page .order-summary-grid b{font-size:26px}.delivery-cases-page .order-summary-grid small{margin-top:5px;font-size:12px}.delivery-cases-page .order-summary-grid em{margin-top:5px;font-size:11px}.delivery-cases-page .delivered-toolbar{min-height:60px;margin-bottom:18px}.delivery-cases-page .delivered-toolbar .search-field{height:44px}.delivery-cases-page .delivered-filters{gap:10px}.delivery-cases-page .toolbar-select{min-height:40px;padding-inline:11px;font-size:12px}.delivery-cases-page .toolbar-select select{height:36px;font-size:12px}.delivery-cases-page .delivered-case-grid{gap:16px}.delivery-cases-page .delivered-case-grid>button{border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.delivery-cases-page .case-cover{height:220px}.delivery-cases-page .case-cover>span{top:14px;right:14px;padding:6px 10px;font-size:11px}.delivery-cases-page .case-info{padding:20px}.delivery-cases-page .case-info h2{margin-top:8px;font-size:18px}.delivery-cases-page .case-info>p{margin-top:6px;font-size:12px}.delivery-cases-page .case-info>div{margin-top:16px;gap:9px}.delivery-cases-page .case-info>div span{font-size:11px}.delivery-cases-page .case-info footer{margin-top:18px;padding-top:14px;font-size:11px}.delivery-cases-page .case-info footer b{font-size:11px}@media(max-width:760px){.production-orders-page .page-header,.production-order-detail-page .page-header,.delivery-cases-page .page-header{min-height:auto;margin-bottom:18px}.production-order-detail-page .order-info-band>span{padding:16px}.production-order-detail-page .order-stage-track{min-height:82px;padding-inline:6px}.production-order-detail-page .order-stage-track>button{gap:7px;padding-inline:3px}.production-order-detail-page .order-stage-track i{width:34px;height:34px;flex-basis:34px}.production-order-detail-page .order-stage-track b{font-size:12px;white-space:normal}.production-order-detail-page .hd-production-panel>header{padding:16px}.production-order-detail-page .hd-production-items>article{padding:14px 16px}.delivery-cases-page .case-cover{height:190px}}@media(max-width:420px){.production-order-detail-page .order-info-band>span{padding:14px}.production-order-detail-page .order-stage-track b{font-size:11px}.delivery-cases-page .order-summary-grid article{padding:14px}.delivery-cases-page .case-info{padding:16px}}@media(max-width:760px){.production-orders-page .order-filter-tabs{width:100%}.production-orders-page .order-filter-tabs button{flex:1 1 0;min-width:0;justify-content:center}}.production-order-detail-page .delivery-panel{border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.production-order-detail-page .delivery-panel-head{min-height:92px;padding:20px 22px}.production-order-detail-page .delivery-panel-head>div{gap:14px}.production-order-detail-page .delivery-panel-head h2{font-size:18px}.production-order-detail-page .delivery-panel-head p{margin-top:6px;font-size:12px}.production-order-detail-page .delivery-panel-icon{width:42px;height:42px;flex-basis:42px;border-radius:8px}.production-order-detail-page .delivery-files-section,.production-order-detail-page .delivery-mail-section{padding:20px 22px}.production-order-detail-page .delivery-package-summary{min-height:86px;padding:14px;gap:14px;border-radius:8px}.production-order-detail-page .delivery-package-summary-icon{width:42px;height:42px;border-radius:8px}.production-order-detail-page .delivery-package-summary h3{font-size:13px}.production-order-detail-page .delivery-package-summary p{margin-top:6px;font-size:11px}.production-order-detail-page .delivery-actions{gap:8px}.production-order-detail-page .delivery-actions .button{min-height:38px;padding-inline:12px;font-size:11px}.production-order-detail-page .delivery-compose-window{min-height:620px;border-radius:8px}.production-order-detail-page .delivery-compose-window>header{min-height:56px;padding-inline:20px}.production-order-detail-page .delivery-compose-window>header b{font-size:13px}.production-order-detail-page .delivery-compose-window>header small{font-size:11px}.production-order-detail-page .delivery-compose-fields{padding-inline:20px}.production-order-detail-page .delivery-compose-row{min-height:58px}.production-order-detail-page .delivery-compose-row>span{width:58px;flex-basis:58px;font-size:11px}.production-order-detail-page .delivery-compose-row>input,.production-order-detail-page .delivery-compose-row>select{height:56px;font-size:12px}.production-order-detail-page .delivery-compose-recipient{min-height:50px;margin-inline:20px;padding:9px 12px}.production-order-detail-page .delivery-compose-recipient b{font-size:11px}.production-order-detail-page .delivery-compose-recipient small{font-size:10px}.production-order-detail-page .delivery-compose-body{min-height:300px;margin-inline:20px}.production-order-detail-page .delivery-compose-body textarea{min-height:300px;padding-block:20px;font-size:12px}.production-order-detail-page .delivery-compose-download-link{margin-inline:20px;padding:12px 14px}.production-order-detail-page .delivery-compose-download-link b{font-size:11px}.production-order-detail-page .delivery-compose-download-link a{font-size:10px}.production-order-detail-page .delivery-compose-attachments{margin-inline:20px}.production-order-detail-page .delivery-compose-attachments>header b{font-size:11px}.production-order-detail-page .delivery-compose-attachments>header small{font-size:10px}.production-order-detail-page .delivery-compose-attachments a{min-height:60px;padding:9px 11px}.production-order-detail-page .delivery-compose-attachments a b{font-size:10px}.production-order-detail-page .delivery-compose-attachments a small{font-size:9px}.production-order-detail-page .delivery-compose-window>footer{min-height:72px;padding-inline:20px}.production-order-detail-page .delivery-compose-window>footer>span{font-size:10px}.production-order-detail-page .delivery-mail-send{min-height:40px;font-size:12px}.production-order-detail-page .delivery-mail-history{margin-top:16px;padding:14px 16px}.production-order-detail-page .delivery-mail-history>b{font-size:10px}.production-order-detail-page .delivery-mail-history>span{min-height:32px;font-size:10px}.production-order-detail-page .delivery-mail-history small{font-size:9px}.production-order-detail-page .delivery-panel-footer{min-height:72px;padding:14px 22px;font-size:10px}.production-order-detail-page .delivery-panel-footer .button{min-height:40px;padding-inline:12px;font-size:11px}.delivery-cases-page .delivery-cases-summary{gap:14px;margin-bottom:18px}.delivery-cases-page .delivery-cases-summary article{min-height:104px;padding:20px;gap:14px;border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.delivery-cases-page .delivery-cases-summary article>svg{width:24px;height:24px}.delivery-cases-page .delivery-cases-summary b{font-size:26px}.delivery-cases-page .delivery-cases-summary small{margin-top:5px;font-size:12px}.delivery-cases-page .delivery-cases-toolbar{min-height:60px;margin-bottom:18px}.delivery-cases-page .delivery-cases-toolbar .search-field{height:44px}.delivery-cases-page .delivery-cases-toolbar>select{min-height:42px;min-width:190px;padding-inline:12px;border-radius:6px;font-size:12px}.delivery-cases-page .delivery-case-grid{gap:16px}.delivery-cases-page .delivery-case-grid>button{min-height:126px;grid-template-columns:126px minmax(0,1fr) 30px;gap:14px;border-radius:10px;box-shadow:0 3px 14px #1a221d0a}.delivery-cases-page .delivery-case-grid>button>div:last-of-type{padding:16px 0}.delivery-cases-page .delivery-case-cover{height:126px}.delivery-cases-page .delivery-case-cover>svg{width:34px;height:34px}.delivery-cases-page .delivery-case-cover span{left:8px;bottom:8px;padding:5px 7px;font-size:10px}.delivery-cases-page .delivery-case-grid h2{margin-top:7px;font-size:16px}.delivery-cases-page .delivery-case-grid p{margin-top:6px;font-size:12px}.delivery-cases-page .delivery-case-grid small{margin-top:9px;font-size:11px}.delivery-cases-page .delivery-case-grid .order-code{font-size:10px}.delivery-cases-page .delivery-cases-more{padding-top:18px}.delivery-cases-page .delivery-cases-more .button{min-height:40px;font-size:12px}.delivery-case-dialog{border-radius:10px}.delivery-case-dialog>header{min-height:92px;padding:18px 22px}.delivery-case-dialog>header h2{font-size:22px}.delivery-case-dialog>header p{margin-top:6px;font-size:11px}.delivery-case-dialog-body>main{padding:22px}.delivery-case-dialog-body>aside section{padding:22px}.delivery-case-dialog-body h3{margin-bottom:14px;font-size:14px}.delivery-case-viewer{min-height:500px}.delivery-case-viewer-meta{min-height:52px;padding-inline:14px;font-size:10px}.delivery-case-dialog-body dl>div{min-height:42px;font-size:11px}.delivery-case-asset-list{gap:7px}.delivery-case-asset-list button{min-height:44px;padding:8px 10px}.delivery-case-asset-list b{font-size:10px}.delivery-case-asset-list small{font-size:9px}@media(max-width:760px){.production-order-detail-page .delivery-panel-head,.production-order-detail-page .delivery-files-section,.production-order-detail-page .delivery-mail-section{padding:16px}.production-order-detail-page .delivery-package-summary{grid-template-columns:auto minmax(0,1fr)}.production-order-detail-page .delivery-compose-fields{padding-inline:16px}.production-order-detail-page .delivery-compose-recipient,.production-order-detail-page .delivery-compose-body,.production-order-detail-page .delivery-compose-download-link,.production-order-detail-page .delivery-compose-attachments{margin-inline:16px}.delivery-compose-download-link{grid-template-columns:1fr;gap:7px}.delivery-compose-download-link a{justify-content:flex-start}.delivery-compose-download-link a span{text-align:left}.production-order-detail-page .delivery-panel-footer{padding:14px 16px}.delivery-cases-page .delivery-case-grid>button{grid-template-columns:112px minmax(0,1fr) 26px}.delivery-cases-page .delivery-case-cover{height:112px}.delivery-case-dialog>header{min-height:78px;padding:14px 16px}.delivery-case-dialog>header h2{font-size:18px}.delivery-case-dialog-body>main{padding:14px}.delivery-case-dialog-body>aside section{padding:16px}.delivery-case-viewer{min-height:300px}}@media(max-width:420px){.delivery-cases-page .delivery-cases-summary{grid-template-columns:1fr 1fr}.delivery-cases-page .delivery-cases-summary article{min-height:78px;padding:14px}.delivery-cases-page .delivery-cases-summary article>svg{display:none}.delivery-cases-page .delivery-case-grid>button{grid-template-columns:96px minmax(0,1fr) 22px;gap:10px}.delivery-cases-page .delivery-case-cover{height:96px}.delivery-cases-page .delivery-case-grid>button>div:last-of-type{padding:12px 0}.delivery-cases-page .delivery-case-grid h2{font-size:14px}.delivery-cases-page .delivery-case-grid p{font-size:11px}.delivery-cases-page .delivery-case-grid small{font-size:10px}}
