/*
Theme Name: HORIZON SGE Visual
Theme URI: https://example.com/
Description: Camada visual oficial do HORIZON SGE. A funcionalidade do sistema pertence ao plugin HORIZON SGE 28.12.
Version: 28.12
Author: HORIZON SGE
Text Domain: horizon-sge-visual
*/
:root{--hsg-primary:#004A99;--hsg-secondary:#1A75D3;--hsg-bg:#f4f7fb;--hsg-text:#152238;--hsg-card:#fff;--hsg-border:#e5eaf2;--hsg-radius:18px;--hsg-shadow:0 12px 35px rgba(20,45,85,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hsg-bg);color:var(--hsg-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}.site-header{display:none}.site-footer{display:none}.site-main{width:100%;min-height:100vh}.hsg-theme-shell{width:100%;min-height:100vh}.hsg-theme-adminbar{height:32px}.hsg-plugin-missing{min-height:100vh;display:grid;place-items:center;padding:30px}.hsg-plugin-missing-card{max-width:620px;background:#fff;border:1px solid var(--hsg-border);border-radius:24px;padding:38px;box-shadow:var(--hsg-shadow);text-align:center}.hsg-plugin-missing-card h1{margin:0 0 10px;font-size:28px}.hsg-plugin-missing-card p{color:#64748b}.hsg-plugin-missing-card code{background:#eef3f9;padding:3px 7px;border-radius:6px}
/* O aplicativo ocupa toda a viewport e não fica preso à largura do tema. */
#horizon-sge-app{min-height:100vh;width:100%;position:relative;z-index:1}#horizon-sge-app .container,#horizon-sge-app .app-container{max-width:none}.horizon-theme-brand-bar{display:none}
/* Base visual para componentes do plugin */
#horizon-sge-app button,#horizon-sge-app input,#horizon-sge-app select,#horizon-sge-app textarea{font-family:inherit}#horizon-sge-app button{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}#horizon-sge-app button:hover{transform:translateY(-1px)}
/* Responsividade da camada do tema */
@media(max-width:900px){body{font-size:15px}#horizon-sge-app{overflow-x:hidden}.hsg-theme-shell{min-width:0}}
@media(max-width:600px){.hsg-plugin-missing{padding:18px}.hsg-plugin-missing-card{padding:26px 20px;border-radius:18px}}
/* Evita estilos do editor/tema interferindo no aplicativo */
#horizon-sge-app h1,#horizon-sge-app h2,#horizon-sge-app h3,#horizon-sge-app h4,#horizon-sge-app p{max-width:none}#horizon-sge-app img{max-width:100%;height:auto}
