/* A single order list, with a nearly full-screen editing workspace. */
#order-workspace{position:fixed;inset:0 0 0 auto;margin:0;width:calc(100vw - 470px);max-width:1280px;height:100dvh;max-height:100dvh;border:0;border-left:1px solid #dce5f0;border-radius:12px 0 0 12px;background:#f5f7fb;color:var(--ink);padding:0 24px 18px;overflow:auto;overscroll-behavior:contain;box-shadow:-16px 0 50px #182a4226;animation:order-workspace-in 180ms ease-out}
#order-workspace:not([open]){display:none}
#order-workspace::backdrop{background:#14223952;animation:order-backdrop-in 180ms ease-out}
#order-workspace.closing{animation:order-workspace-out 170ms ease-in forwards;pointer-events:none}
#order-workspace.closing::backdrop{animation:order-backdrop-out 170ms ease-in forwards}
body:has(#order-workspace[open]){overflow:hidden}
#order-workspace .compact-heading{position:sticky;top:0;z-index:5;margin:0 -24px;padding:17px 24px 10px;background:#f5f7fb;border-bottom:1px solid #e5ebf3}
#order-workspace .compact-heading .page-head{margin:0;min-height:49px}
#order-workspace .compact-heading h1{font-size:20px}
#order-workspace .compact-heading [data-action=close-order-workspace]{font-size:12px;background:#fff;border:1px solid #d8e2ee;border-radius:6px;padding:7px 12px;color:#526d8b;margin-left:6px}
#order-workspace .compact-heading [data-action=close-order-workspace]:hover{background:#edf3f9;border-color:#b5c8dc}
#order-workspace .compact-tabs{position:sticky;top:77px;z-index:4;background:#f5f7fb;margin:0 -24px 16px;padding:0 24px;min-height:44px;align-items:center}
#order-workspace .compact-savebar{bottom:-18px;margin-bottom:0;border-radius:7px 7px 0 0;padding:12px 16px;z-index:5}
#order-workspace #toast{z-index:20}
#order-workspace .entry-selection-deck{grid-template-columns:minmax(310px,.85fr) minmax(450px,1.65fr)}
@keyframes order-workspace-in{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}
@keyframes order-workspace-out{to{opacity:0;transform:translateX(24px)}}
@keyframes order-backdrop-in{from{background:#14223900}to{background:#14223952}}
@keyframes order-backdrop-out{to{background:#14223900}}
@media(prefers-reduced-motion:reduce){#order-workspace,#order-workspace::backdrop{animation:none!important}}

/* Keep the list's order-number column exposed on desktop. */
#order-workspace .entry-primary-row{grid-template-columns:90px minmax(245px,2fr) minmax(100px,1fr) 80px minmax(145px,1.3fr) 94px;gap:12px}
@media(max-width:1450px){
 #order-workspace .entry-selection-deck{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}
 #order-workspace .entry-primary-row{grid-template-columns:90px minmax(245px,1fr) minmax(110px,1fr)}
 #order-workspace .entry-craft-options{gap:5px}
 #order-workspace .entry-craft-options label{font-size:10px;padding:7px 6px}
 #order-workspace .line-defaults{gap:8px}
 #order-workspace .default-hint{display:none}
 #order-workspace .sheet-bottom{grid-template-columns:1fr 1fr;gap:14px}
 #order-workspace .sheet-artwork .sheet-section-bar{flex-wrap:wrap}
 #order-workspace .sheet-artwork .sheet-tip{margin-left:0}
 #order-workspace .compact-savebar #live-summary{gap:8px}
 #order-workspace .order-owner{margin-right:0}
}
