/*
Theme Name: Tema Gemini Iframe
Theme URI: https://example.com/
Author: Mestre Tec (assistente)
Author URI: https://example.com/
Description: Tema simples que exibe um site externo (criado no Gemini) dentro de um iframe em tela cheia.
Version: 1.0
License: GPLv2 or later
Text Domain: tema-gemini-iframe
*/
body {
    margin: 0;
    padding: 0;
}
.gemini-iframe-wrapper {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.gemini-iframe-wrapper iframe {
    border: none;
    width: 100%;
    height: 100vh;
}
