/* =============================================================================
   Plotit — Page chrome (static background; tile grid disabled in .js)
   logro-form-tile-bg.js still injects logro-glass.css after inline styles.
   ============================================================================= */

/* Match each page’s theme tokens; same colours as before, without tile boxes. */
body.logro-form-tile-bg {
  background: var(--bg-color, #f9f9fb) !important;
  position: relative;
  isolation: isolate;
  color: var(--text-color, #181a1b);
}

.site-copyright {
  text-align: center;
  padding: 1.5rem 1rem 2rem;
  margin-top: 2rem;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.site-copyright p { margin: 0; }
