/*
Theme Name: HelloSites Static
Description: Minimal placeholder theme. Renders a full-viewport iframe pointing to a configured external URL; head holds only favicon + SEO meta. Intended for static sites in the HelloSites network that need GSC registration but no WordPress content pipeline.
Version: 1.0.0
Author: CGI Company
Text Domain: hellosites-static
Requires at least: 6.0
Requires PHP: 8.0
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

iframe.hs-static-frame {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    border: 0;
    display: block;
}

.hs-static-empty {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 2rem;
    color: #555;
}
