/* ============================================================================
   seller-tools.desktop.css — light-2026 DESKTOP layer (media-gated link, >=768px)
   ----------------------------------------------------------------------------
   NOTE — PT Studio (seller-tools) is the documented NO-SHELL full-screen canvas
   workspace exception (SELLER-TOOLS-CDN-NOFRAME): it deliberately does NOT load
   ptcargo-shell.js / appshell.js, so <body> has NO `ptshell` class. The page is
   already a desktop-first tool and ships its own responsive layout (see the
   @media(max-width:900px|560px) + pf360 rules in seller-tools.css). The canonical
   light-2026 shell rules below are therefore INERT here (no body.ptshell / main.page
   / hero / .card elements exist) — kept only to honour the combine-pass file-layout +
   HEAD link-order convention. Additive & gated: zero visual change on any width.
   ============================================================================ */
body.ptshell{background:#F4F5F7}
body.ptshell main.page{max-width:var(--pt-content-max);margin-inline:auto;padding:8px 24px 40px}
@media (min-width:1280px){
  body.ptshell main.page{max-width:var(--pt-content-max)}
}
