/*
Theme Name: TEMA CERBERUS ESTOQUE
Theme URI: https://cerberus.local/
Author: Leandro da Silva Pereira
Author URI: https://cerberus.local/
Description: Tema em branco modo APP para uso com o Estoque Cerberus Frontend APP. Renderiza apenas o conteúdo da página, sem header e sem footer.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tema-cerberus-estoque
Tags: blank, custom, inventory, erp
*/

:root {
    --cerberus-bg: #f4f5f7;
    --cerberus-text: #171717;
}

* { box-sizing: border-box; }

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100%;
    background: var(--cerberus-bg);
    color: var(--cerberus-text);
    font-family: Arial, Helvetica, sans-serif;
}

body {
    overflow-x: hidden;
}

a {
    color: #ff6a00;
}

img {
    max-width: 100%;
    height: auto;
}

/* Modo APP: nada de header/footer do tema */
.cerberus-app-page {
    width: 100%;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
}

.cerberus-app-content {
    width: 100%;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
}

.cerberus-app-content > *:first-child {
    margin-top: 0 !important;
}

.ec-front-app {
    border-radius: 0 !important;
    min-height: 100vh !important;
    box-shadow: none !important;
}

/* Mantém a barra admin fixa sem quebrar o app quando logado */
#wpadminbar {
    position: fixed;
}
