/* Canary test site — minimal stylesheet for cache/isolation testing */
body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 40em;
    margin: 2em auto;
    padding: 0 1em;
    color: #222;
    background: #fafafa;
}
h1 { font-size: 1.4em; }
a { color: #0066cc; }
video { max-width: 100%; margin: 1em 0; }
#js-status { color: #888; font-style: italic; }
