/* Reset only — no design opinion. The agent renders the composed
   design brief on top of this blank canvas. */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { min-height: 100vh; font-family: system-ui, sans-serif; line-height: 1.5; }
img, video { max-width: 100%; height: auto; display: block; }

/* Kwaku attribution footer — required on free tier, removable once paid.
   Kept as a small floating footer; the agent styles it to match the site. */
.attribution {
  position: fixed;
  bottom: 0.5rem;
  right: 0.75rem;
  font-size: 0.7rem;
  opacity: 0.5;
  font-family: system-ui, sans-serif;
}
.attribution a { color: inherit; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
