/*
Theme Name: SGP Portal O Amigão
Theme URI: https://promotores.utsdigital.com.br
Author: O Amigão
Description: Tema exclusivo do portal de Gestão de Promotores do O Amigão.
Version: 1.0.4
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: sgp-portal
*/

:root{--amigao-red:#ff0000;--amigao-yellow:#fdd800;--amigao-gold:#febd01;--amigao-white:#fff;--amigao-blue:#0008f9}
html,body{margin:0;min-height:100%;background:#f4f5f7;color:#202124;font-family:Inter,Arial,sans-serif}
body:not(.logged-in){background:linear-gradient(145deg,#fff 0,#fff9d8 58%,#fdd800 100%);min-height:100vh}
a{color:inherit}img{max-width:100%;height:auto}
.site-header{position:relative;z-index:5;background:#fff;border-bottom:1px solid #e8eaed;padding:13px 28px;display:flex;align-items:center;justify-content:space-between}
.site-header .brand{display:flex;align-items:center;gap:16px;text-decoration:none}
.site-header .brand img{width:155px;max-height:55px;object-fit:contain}
.site-header .brand span{font-weight:700;color:#3c4043}
.site-header .account{font-size:13px;color:#5f6368}
.site-main{min-height:calc(100vh - 82px)}
.site-footer{padding:18px;text-align:center;color:#777;font-size:12px;background:#fff;border-top:1px solid #eceff1}
body.logged-in .site-header,body.logged-in .site-footer{display:none}
.sgp-missing{max-width:760px;margin:80px auto;background:#fff;padding:35px;border-radius:16px;box-shadow:0 15px 50px rgba(0,0,0,.09)}
@media(max-width:600px){.site-header{padding:11px 16px}.site-header .brand img{width:125px}.site-header .brand span{display:none}}
