/* order-print — DESKTOP "light theme 2026" (loads >=768px via media-gated link +
   scoped body.ptshell added by appshell.js). Mobile + @media print are untouched.
   This is a print document (A4 sheet), not a hero page: no hero->card conversion.
   Desktop just moves it onto the light-2026 canvas beside the AppShell, re-anchors
   the sticky toolbar under the floating shell topbar, and drops the mobile FAB
   (the toolbar already carries a Print button). */
@media (min-width:768px){
  body.ptshell{background:#F4F5F7}

  /* sticky toolbar sits just under the shell's floating topbar (top:16px, h:56) */
  body.ptshell .bar{top:88px;border-radius:14px;margin:0 auto;max-width:794px;border:1px solid #E8EAEF;
    background:rgba(255,255,255,.9)}

  /* A4 sheet centered on the light canvas with a soft light-2026 frame */
  body.ptshell .sheetwrap{margin:18px auto 40px}
  body.ptshell .sheet{box-shadow:0 26px 60px -34px rgba(20,25,35,.32);border:1px solid #E8EAEF}

  /* the mobile fixed FAB is redundant on desktop (toolbar Print button remains) */
  body.ptshell .fab{display:none}
}
