/* ==========================================================================
   Pay-to-watch — default-site (payto.watch) white-default overrides.

   Linked ONLY from base.html's IS_DEFAULT_SITE conditional, so tenant
   sites (stream.fortemont.com, watchverse2.test) never load this file and
   their rendered output cannot shift. Bump -ds1 in base.html to bust
   caches; this file is on its own track (not the frozen -ptw425 suffix).

   Purpose: make the shared base.html pages (auth, 404, docs) ship white
   by default. The glass tokens already flip with the theme; the auth
   stage below is the one surface that was hard-coded black for both
   themes. Intentional dark components (.ptw-footer, .ptw-gate, hero
   stages) stay dark per design.md.
   ========================================================================== */

html[data-ptw-theme="light"] .user-action-form-wrap {
  background: #fff;
}
