/* ============================================================================
   warehouse-status.desktop.css — DESKTOP / TABLET · light-2026 (<link media ≥768>)
   ----------------------------------------------------------------------------
   Member-facing "สถานะพัสดุในโกดัง" (LIVE) page beside the AppShell sidebar
   (body.ptshell). MOBILE Source-of-Truth (inline <style> + pf360 frame) untouched.
   Warehouse keeps its BLUE accent (Owner theme map: warehouse = blue) as a centred
   rounded member band; the page's own sticky bar is hidden (shell topbar replaces
   it); the parcel-status list sits in ONE centred, light-2026 column. Layout only —
   no JS/WCN-data/logic change.
     canvas #F4F5F7 · white cards · hairline #E8EAEF · radius 18–20 · soft shadow
   ============================================================================ */
/* light-2026 canvas (shell sets html bg; keep body in step) */
body.ptshell{ background:#F4F5F7; }

/* the page's own sticky blue title bar is replaced by the shell topbar on desktop */
body.ptshell .top{ display:none !important; }

/* keep the warehouse BLUE accent, but as a centred rounded identity band */
html body.ptshell .hero{
  max-width:900px; margin:20px auto 0; padding:18px 26px; border-radius:20px;
  box-shadow:0 22px 48px -30px rgba(20,25,35,.28);
}

/* ── ONE centred content column (beats shell .wrap{max-width:none}) ── */
html body.ptshell .wrap{
  max-width:900px !important; margin-left:auto !important; margin-right:auto !important;
  margin-top:14px; padding:0 0 46px;
}

/* review + status cards: light-2026 hairline + neutral soft shadow */
body.ptshell .item{ border-color:#E8EAEF; box-shadow:0 18px 44px -30px rgba(20,25,35,.26); }
body.ptshell .qcr{ border-color:#E8EAEF; border-left-color:var(--sun); box-shadow:0 18px 44px -30px rgba(20,25,35,.26); }
body.ptshell .empty{ border-color:#E8EAEF; }
