/*
Theme Name: Kaito Splash
Theme URI: https://kaito.com.br
Author: Kaito Solutions
Author URI: https://kaito.com.br
Description: Splash screen minimalista com logo centralizado e imagem de fundo, baseado na landing estática do site.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaito-splash
Tags: one-column, custom-logo, block-patterns, full-width-template
*/

/*
 * Estilos do splash — também referenciados em theme.json onde aplicável.
 */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body.kaito-splash-body {
	height: 100%;
}

body.kaito-splash-body {
	margin: 0;
	font-family: Arial, sans-serif;
	background-color: #4a7d9b;
	background-image: url("assets/kaito_fundo.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.kaito-splash-page .kaito-splash-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	padding: 1.5rem;
}

.kaito-splash-page .kaito-splash-logo {
	max-width: 100%;
	max-height: min(85vh, 100%);
	height: auto;
	width: auto;
	display: block;
}
