
/* GetHome Gestão v0.9.0 - elementos de sinistro para páginas públicas do site. */
.ghg-site-claim-cta,
.ghg-site-claim-cta *{box-sizing:border-box}
.ghg-site-claim-cta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px 32px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.08);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#0f172a}
.ghg-site-claim-cta__content{max-width:620px}
.ghg-site-claim-cta__eyebrow{display:block;margin:0 0 7px;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.14em;color:#64748b}
.ghg-site-claim-cta h2{margin:0 0 8px!important;font-size:clamp(24px,3vw,34px)!important;line-height:1.08!important;letter-spacing:-.035em!important;color:#0f172a!important}
.ghg-site-claim-cta p{margin:0!important;max-width:620px;color:#64748b!important;font-size:14px!important;line-height:1.65!important}
.ghg-site-claim-cta__actions{display:flex;flex-direction:column;gap:9px;min-width:205px}
.ghg-site-claim-cta__primary,.ghg-site-claim-cta__secondary,.ghg-site-claim-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:11px;text-decoration:none!important;font-size:12px;font-weight:850;line-height:1.2;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.ghg-site-claim-cta__primary,.ghg-site-claim-button{background:#0f172a;color:#fff!important;border:1px solid #0f172a}
.ghg-site-claim-cta__secondary{background:#fff;color:#0f172a!important;border:1px solid #cbd5e1}
.ghg-site-claim-cta__primary:hover,.ghg-site-claim-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.16);background:#1e293b}
.ghg-site-claim-cta__secondary:hover{background:#f8fafc}
.ghg-site-claim-button{width:auto}
@media(max-width:760px){.ghg-site-claim-cta{flex-direction:column;align-items:stretch;padding:23px}.ghg-site-claim-cta__actions{min-width:0}.ghg-site-claim-cta__primary,.ghg-site-claim-cta__secondary{width:100%}}


/* v0.9.2 - Área do Parceiro /acesso/ alinhada à paleta do simulador */
.ghg-access-portal,.ghg-access-portal *{box-sizing:border-box}
.ghg-access-portal{
    --ghg-access-primary:#0f172a;
    --ghg-access-primary-hover:#1e293b;
    --ghg-access-text:#0f172a;
    --ghg-access-text-soft:#334155;
    --ghg-access-muted:#64748b;
    --ghg-access-muted-light:#94a3b8;
    --ghg-access-line:#e2e8f0;
    --ghg-access-soft:#f8fafc;
    --ghg-access-soft-2:#f1f5f9;
    width:min(100%,1080px);margin:28px auto 52px;padding:0;border:1px solid var(--ghg-access-line);border-radius:22px;background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.07);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--ghg-access-text)
}
.ghg-access-portal__hero{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:44px 46px 36px;background:linear-gradient(135deg,var(--ghg-access-soft) 0%,var(--ghg-access-soft-2) 100%);border-bottom:1px solid var(--ghg-access-line)}
.ghg-access-portal__intro{max-width:700px}
.ghg-access-portal__eyebrow{display:block;margin-bottom:10px;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.16em;color:var(--ghg-access-muted)}
.ghg-access-portal h1{margin:0 0 13px!important;font-size:clamp(30px,4.3vw,48px)!important;line-height:1.05!important;letter-spacing:-.04em!important;color:var(--ghg-access-text)!important;font-weight:750!important}
.ghg-access-portal__intro p{max-width:650px;margin:0!important;font-size:16px!important;line-height:1.7!important;color:var(--ghg-access-muted)!important}
.ghg-access-portal__seal{width:82px;height:82px;flex:0 0 82px;display:grid;place-items:center;border-radius:20px;background:var(--ghg-access-primary);box-shadow:0 15px 30px rgba(15,23,42,.16)}
.ghg-access-portal__seal span{color:#fff;font-size:21px;font-weight:900;letter-spacing:.06em}
.ghg-access-portal__services{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px 30px}
.ghg-access-service{position:relative;min-height:310px;display:flex;flex-direction:column;align-items:flex-start;padding:30px;border:2px solid var(--ghg-access-line);border-radius:16px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.ghg-access-service:hover{transform:translateY(-2px);border-color:#cbd5e1;background:var(--ghg-access-soft);box-shadow:0 12px 26px rgba(15,23,42,.06)}
.ghg-access-service--primary{background:var(--ghg-access-primary);border-color:var(--ghg-access-primary);color:#fff}
.ghg-access-service--primary:hover{background:var(--ghg-access-primary-hover);border-color:var(--ghg-access-primary-hover);box-shadow:0 14px 30px rgba(15,23,42,.16)}
.ghg-access-service__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:var(--ghg-access-soft-2);color:var(--ghg-access-primary);margin-bottom:36px}
.ghg-access-service__icon svg{width:23px;height:23px}
.ghg-access-service--primary .ghg-access-service__icon{background:rgba(255,255,255,.10);color:#fff}
.ghg-access-service__number{position:absolute;right:26px;top:28px;font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--ghg-access-muted-light)}
.ghg-access-service--primary .ghg-access-service__number{color:rgba(255,255,255,.50)}
.ghg-access-service h2{margin:0 0 10px!important;font-size:24px!important;line-height:1.15!important;letter-spacing:-.025em!important;color:var(--ghg-access-text)!important;font-weight:750!important}
.ghg-access-service--primary h2{color:#fff!important}
.ghg-access-service p{margin:0 0 28px!important;font-size:14px!important;line-height:1.65!important;color:var(--ghg-access-muted)!important}
.ghg-access-service--primary p{color:#cbd5e1!important}
.ghg-access-service a{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding:13px 17px;border-radius:10px;background:var(--ghg-access-primary);color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:750;line-height:1.2;transition:gap .16s ease,transform .16s ease,background .16s ease}
.ghg-access-service a:hover{gap:14px;transform:translateY(-1px);background:var(--ghg-access-primary-hover)}
.ghg-access-service--primary a{background:#fff;color:var(--ghg-access-primary)!important}
.ghg-access-service--primary a:hover{background:var(--ghg-access-soft-2);color:var(--ghg-access-primary)!important}
.ghg-access-portal__footer{display:flex;align-items:center;gap:11px;margin:0 30px 30px;padding:15px 17px;border-radius:12px;background:var(--ghg-access-soft);border:1px solid var(--ghg-access-line)}
.ghg-access-portal__footer p{margin:0!important;font-size:12px!important;line-height:1.55!important;color:var(--ghg-access-muted)!important}
.ghg-access-portal__footer strong{color:var(--ghg-access-text-soft)}
.ghg-access-portal__lock{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:8px;background:var(--ghg-access-primary);color:#fff;font-size:12px;font-weight:900}
@media(max-width:760px){.ghg-access-portal{margin:16px auto 34px;border-radius:18px}.ghg-access-portal__hero{padding:32px 24px 28px}.ghg-access-portal__seal{display:none}.ghg-access-portal__services{grid-template-columns:1fr;padding:18px}.ghg-access-service{min-height:0;padding:24px}.ghg-access-service__icon{margin-bottom:28px}.ghg-access-portal__footer{margin:0 18px 18px;align-items:flex-start}.ghg-access-portal h1{font-size:31px!important}.ghg-access-service h2{font-size:21px!important}}

/* v0.14.0 — Login e portal externo */
.ghg-access-login,.ghg-access-login *,.ghg-portal-auth-body *,.ghg-portal-body *{box-sizing:border-box}.ghg-access-login{width:min(100%,1080px);margin:28px auto 18px;display:grid;grid-template-columns:1.1fr .9fr;border:1px solid #e2e8f0;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 15px 35px rgba(15,23,42,.07);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#0f172a}.ghg-access-login__intro{padding:46px;background:linear-gradient(135deg,#f8fafc,#eef2f7)}.ghg-access-login__intro h1{margin:8px 0 13px!important;font-size:clamp(32px,4vw,48px)!important;line-height:1.03!important;letter-spacing:-.045em!important;color:#0f172a!important}.ghg-access-login__intro p{margin:0!important;color:#64748b!important;line-height:1.7!important;font-size:15px!important}.ghg-access-login__card{padding:38px 34px;display:flex;flex-direction:column;justify-content:center}.ghg-access-login__form{display:grid;gap:13px}.ghg-access-login__form label:not(.ghg-access-check),.ghg-portal-auth-form label{display:grid;gap:6px;color:#475569;font-size:11px;font-weight:800}.ghg-access-login__form input[type=text],.ghg-access-login__form input[type=password],.ghg-portal-auth-form input{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;background:#fff;color:#0f172a;outline:0;font:inherit}.ghg-access-login__form input:focus,.ghg-portal-auth-form input:focus{border-color:#0f172a;box-shadow:0 0 0 3px rgba(15,23,42,.08)}.ghg-access-check{display:flex!important;align-items:center;gap:8px;color:#64748b;font-size:11px;font-weight:650}.ghg-access-login__form button,.ghg-portal-auth-form button,.ghg-portal-auth-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:10px;background:#0f172a;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:850;cursor:pointer;padding:12px 18px}.ghg-access-login__links{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.ghg-access-login__links a,.ghg-portal-auth-link{color:#475569!important;text-decoration:none!important;font-size:11px;font-weight:750}.ghg-access-public-services{margin-top:18px}.ghg-access-public-services .ghg-access-service{min-height:240px}.ghg-access-message{margin:0 0 15px;padding:11px 12px;border-radius:9px;font-size:11px;line-height:1.5}.ghg-access-message--error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.ghg-access-message--success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}
.ghg-portal-auth-body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% 0%,#1e293b 0,#0b1220 44%,#070c14 100%);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#0f172a}.ghg-portal-auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.ghg-portal-auth-card{width:min(100%,440px);background:#fff;border-radius:20px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.ghg-portal-brand{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#0f172a;color:#fff;font-weight:900;font-size:13px;letter-spacing:.03em}.ghg-portal-auth-card>.ghg-access-portal__eyebrow{margin-top:22px}.ghg-portal-auth-card h1{margin:7px 0 9px;font-size:27px;letter-spacing:-.04em}.ghg-portal-auth-card>p{margin:0 0 19px;color:#64748b;font-size:13px;line-height:1.65}.ghg-portal-auth-form{display:grid;gap:13px}.ghg-portal-auth-form small{color:#94a3b8;font-size:10px;line-height:1.5}.ghg-portal-auth-link{display:inline-block;margin-top:17px}.ghg-code-input{text-align:center;font-size:26px!important;font-weight:850;letter-spacing:.22em}
.ghg-portal-body{margin:0;min-height:100vh;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#0f172a}.ghg-portal-app{min-height:100vh}.ghg-portal-topbar{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:22px;background:#fff;border-bottom:1px solid #e2e8f0}.ghg-portal-topbar-brand{display:flex;align-items:center;gap:10px}.ghg-portal-topbar-brand strong{display:block;font-size:14px;letter-spacing:.08em}.ghg-portal-topbar-brand span{display:block;margin-top:1px;color:#94a3b8;font-size:9px;font-weight:800;letter-spacing:.16em}.ghg-portal-user{display:flex;align-items:center;gap:18px;text-align:right}.ghg-portal-user strong,.ghg-portal-user span{display:block}.ghg-portal-user strong{font-size:12px}.ghg-portal-user span{margin-top:3px;color:#64748b;font-size:10px}.ghg-portal-user>a{padding:8px 11px;border:1px solid #d8dee8;border-radius:8px;text-decoration:none;color:#334155;font-size:10px;font-weight:800}.ghg-portal-content{width:min(calc(100% - 36px),1180px);margin:0 auto;padding:40px 0 60px}.ghg-portal-welcome{padding:32px 34px;border-radius:18px;background:#0f172a;color:#fff}.ghg-portal-welcome .ghg-access-portal__eyebrow{color:#94a3b8}.ghg-portal-welcome h1{margin:5px 0 9px;font-size:34px;letter-spacing:-.045em}.ghg-portal-welcome p{margin:0;max-width:820px;color:#cbd5e1;font-size:13px;line-height:1.7}.ghg-portal-welcome .ghg-access-message{margin:18px 0 0}.ghg-portal-module-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.ghg-portal-module-grid article{min-height:190px;padding:23px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.04)}.ghg-portal-module-grid article>span{display:block;color:#94a3b8;font-size:10px;font-weight:900;letter-spacing:.12em}.ghg-portal-module-grid h2{margin:20px 0 7px;font-size:20px;letter-spacing:-.03em}.ghg-portal-module-grid p{margin:0;color:#64748b;font-size:12px;line-height:1.6}.ghg-portal-module-grid small{display:inline-flex;margin-top:17px;padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ghg-portal-security-note{margin-top:18px;padding:18px 20px;border:1px solid #dbe4ef;border-radius:13px;background:#f8fafc}.ghg-portal-security-note strong{font-size:12px}.ghg-portal-security-note p{margin:5px 0 0;color:#64748b;font-size:11px;line-height:1.6}@media(max-width:760px){.ghg-access-login{grid-template-columns:1fr;margin:16px auto}.ghg-access-login__intro{padding:30px 24px}.ghg-access-login__card{padding:27px 24px}.ghg-access-login__links{flex-direction:column}.ghg-portal-topbar{height:auto;padding:14px 18px;align-items:flex-start}.ghg-portal-user{align-items:flex-end;flex-direction:column;gap:7px}.ghg-portal-user div{display:none}.ghg-portal-content{width:min(calc(100% - 28px),1180px);padding:24px 0 40px}.ghg-portal-welcome{padding:25px 22px}.ghg-portal-welcome h1{font-size:27px}.ghg-portal-module-grid{grid-template-columns:1fr}}
/* v0.14.1 - Portal da Imobiliária: Clientes e Contratos */
.ghg-portal-brand-link{text-decoration:none!important;color:inherit!important}.ghg-portal-nav{display:flex;align-items:center;gap:4px;margin-left:auto;margin-right:12px}.ghg-portal-nav a{padding:9px 11px;border-radius:8px;color:#64748b!important;text-decoration:none!important;font-size:10px;font-weight:800}.ghg-portal-nav a:hover,.ghg-portal-nav a.is-active{background:#f1f5f9;color:#0f172a!important}.ghg-portal-module-card{display:block;min-height:190px;padding:23px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.04);text-decoration:none!important;color:#0f172a!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.ghg-portal-module-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px rgba(15,23,42,.08)}.ghg-portal-module-card>span{display:block;color:#94a3b8;font-size:10px;font-weight:900;letter-spacing:.12em}.ghg-portal-module-card h2{margin:20px 0 7px;font-size:20px;letter-spacing:-.03em}.ghg-portal-module-card p{margin:0;color:#64748b;font-size:12px;line-height:1.6}.ghg-portal-module-card>strong{display:block;margin-top:17px;color:#0f172a;font-size:10px;font-weight:850}.ghg-portal-page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px}.ghg-portal-page-heading h1{margin:5px 0 6px;font-size:32px;letter-spacing:-.04em}.ghg-portal-page-heading p{margin:0;color:#64748b;font-size:12px;line-height:1.6}.ghg-portal-back{display:inline-block;margin-bottom:14px;color:#64748b!important;text-decoration:none!important;font-size:10px;font-weight:800}.ghg-portal-count{min-width:110px;padding:15px 17px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;text-align:right;font-size:25px;font-weight:900}.ghg-portal-count small{display:block;margin-top:2px;color:#94a3b8;font-size:9px;font-weight:800}.ghg-portal-filters{display:flex;gap:9px;margin-bottom:12px;padding:12px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.ghg-portal-filters input,.ghg-portal-filters select{min-height:40px;border:1px solid #d7dee8;border-radius:8px;background:#fff;padding:8px 11px;color:#0f172a;font:inherit;font-size:11px}.ghg-portal-filters input{flex:1}.ghg-portal-filters select{min-width:170px}.ghg-portal-filters button,.ghg-portal-filters>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:0;border-radius:8px;padding:8px 13px;background:#0f172a;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:850;cursor:pointer}.ghg-portal-filters>a{background:#f1f5f9;color:#475569!important}.ghg-portal-panel{margin-top:14px;padding:22px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.035)}.ghg-portal-panel>h2,.ghg-portal-panel-heading h2{margin:0 0 16px;font-size:18px;letter-spacing:-.025em}.ghg-portal-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.ghg-portal-panel-heading .ghg-access-portal__eyebrow{margin-bottom:5px}.ghg-portal-panel-heading>strong{font-size:24px}.ghg-portal-table-wrap{overflow-x:auto}.ghg-portal-table{width:100%;border-collapse:collapse}.ghg-portal-table th{padding:0 12px 10px;text-align:left;color:#94a3b8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.ghg-portal-table td{padding:13px 12px;border-top:1px solid #eef2f7;color:#334155;font-size:11px;vertical-align:middle}.ghg-portal-table td>strong,.ghg-portal-table td>small{display:block}.ghg-portal-table td>strong{color:#0f172a;font-size:11px}.ghg-portal-table td>small{margin-top:4px;color:#94a3b8;font-size:9px}.ghg-portal-row-link{color:#0f172a!important;text-decoration:none!important;font-size:10px;font-weight:850;white-space:nowrap}.ghg-portal-status{display:inline-flex;padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:9px;font-weight:850;white-space:nowrap}.ghg-portal-status-active{background:#ecfdf5;color:#166534}.ghg-portal-status-in_progress,.ghg-portal-status-invited{background:#eff6ff;color:#1d4ed8}.ghg-portal-status-closed,.ghg-portal-status-inactive{background:#f1f5f9;color:#64748b}.ghg-portal-status-cancelled,.ghg-portal-status-blocked{background:#fff1f2;color:#be123c}.ghg-portal-status-exonerated{background:#fff1f2;color:#be123c}.ghg-portal-status-reanalysis{background:#fff7ed;color:#c2410c}.ghg-portal-empty{padding:35px 20px;text-align:center}.ghg-portal-empty strong,.ghg-portal-empty span{display:block}.ghg-portal-empty strong{font-size:13px}.ghg-portal-empty span{margin-top:6px;color:#64748b;font-size:10px}.ghg-portal-data-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0}.ghg-portal-data-grid>div{padding:14px;border:1px solid #edf1f6;border-radius:10px;background:#fafbfc}.ghg-portal-data-grid dt{color:#94a3b8;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.ghg-portal-data-grid dd{margin:5px 0 0;color:#0f172a;font-size:11px;font-weight:700;word-break:break-word}.ghg-portal-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ghg-portal-metrics article{padding:18px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.ghg-portal-metrics span,.ghg-portal-metrics strong,.ghg-portal-metrics small{display:block}.ghg-portal-metrics span{color:#64748b;font-size:9px;font-weight:800}.ghg-portal-metrics strong{margin-top:8px;font-size:19px;letter-spacing:-.03em}.ghg-portal-metrics small{margin-top:4px;color:#94a3b8;font-size:9px}.ghg-portal-package{display:grid;gap:0;border:1px solid #edf1f6;border-radius:10px;overflow:hidden}.ghg-portal-package>div{display:flex;justify-content:space-between;gap:20px;padding:11px 13px;border-top:1px solid #edf1f6;font-size:11px}.ghg-portal-package>div:first-child{border-top:0}.ghg-portal-package>div.is-total{background:#f8fafc;font-weight:850}.ghg-portal-party-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ghg-portal-party-grid article{padding:14px;border:1px solid #edf1f6;border-radius:10px}.ghg-portal-party-grid span,.ghg-portal-party-grid strong,.ghg-portal-party-grid small{display:block}.ghg-portal-party-grid span{color:#94a3b8;font-size:9px;font-weight:850;text-transform:uppercase}.ghg-portal-party-grid strong{margin-top:5px;font-size:11px}.ghg-portal-party-grid small{margin-top:4px;color:#64748b;font-size:9px}.ghg-portal-help{margin:15px 0 0;color:#94a3b8;font-size:9px;line-height:1.6}.ghg-portal-error{max-width:650px;margin:60px auto!important;text-align:center;padding:45px}.ghg-portal-error h1{margin:7px 0 10px;font-size:27px}.ghg-portal-error p{color:#64748b;font-size:12px}.ghg-portal-primary-link{display:inline-flex;margin-top:15px;padding:10px 14px;border-radius:9px;background:#0f172a;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:850}@media(max-width:900px){.ghg-portal-nav{display:none}.ghg-portal-data-grid{grid-template-columns:1fr 1fr}.ghg-portal-metrics{grid-template-columns:1fr 1fr}}@media(max-width:620px){.ghg-portal-page-heading{align-items:flex-start;flex-direction:column}.ghg-portal-count{text-align:left}.ghg-portal-filters{flex-direction:column}.ghg-portal-filters select{min-width:0}.ghg-portal-data-grid,.ghg-portal-metrics,.ghg-portal-party-grid{grid-template-columns:1fr}.ghg-portal-panel{padding:16px}.ghg-portal-page-heading h1{font-size:27px}}

/* Portal GetHome 0.14.2 — reajustes e renovações */
.ghg-portal-status-pending{background:#fff7ed;color:#9a3412}.ghg-portal-status-submitted{background:#eff6ff;color:#1d4ed8}.ghg-portal-status-approved{background:#ecfdf5;color:#166534}.ghg-portal-status-approved_no_renew{background:#f1f5f9;color:#475569}.ghg-portal-action-form{display:grid;gap:16px;max-width:720px}.ghg-portal-action-form>label{display:grid;gap:7px;color:#475569;font-size:10px;font-weight:850}.ghg-portal-action-form>label small{color:#94a3b8;font-size:9px;font-weight:650}.ghg-portal-action-form button{justify-self:start;min-height:42px;border:0;border-radius:9px;background:#0f172a;color:#fff;padding:10px 15px;font-size:10px;font-weight:850;cursor:pointer}.ghg-portal-money{display:flex;align-items:center;max-width:280px;border:1px solid #d7dee8;border-radius:9px;background:#fff;overflow:hidden}.ghg-portal-money span{padding:0 10px;color:#64748b;font-size:10px;font-weight:800}.ghg-portal-money input{flex:1;min-width:0;min-height:42px;border:0;border-left:1px solid #e2e8f0;padding:9px 11px;outline:0;font:inherit;font-size:11px}.ghg-portal-choice-grid{display:grid;grid-template-columns:1fr;gap:8px}.ghg-portal-choice{display:flex!important;align-items:flex-start;gap:9px!important;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer}.ghg-portal-choice input{margin-top:2px}.ghg-portal-choice span{color:#0f172a;font-size:11px;font-weight:750}.ghg-portal-form-intro{margin:0 0 16px;color:#64748b;font-size:11px;line-height:1.6}.ghg-portal-pending-note{background:#f8fafc}.ghg-portal-pending-note strong{font-size:12px}.ghg-portal-pending-note p{margin:5px 0 0;color:#64748b;font-size:10px;line-height:1.6}

/* Portal GetHome — Sinistros */
.ghg-portal-status-new{background:#eff6ff;color:#1d4ed8}.ghg-portal-status-in_analysis{background:#fff7ed;color:#9a3412}.ghg-portal-status-waiting_documents{background:#fefce8;color:#854d0e}.ghg-portal-status-approved,.ghg-portal-status-paid{background:#ecfdf5;color:#166534}.ghg-portal-status-partially_approved{background:#f0f9ff;color:#0369a1}.ghg-portal-status-rejected,.ghg-portal-status-cancelled{background:#fff1f2;color:#be123c}.ghg-portal-status-closed{background:#f1f5f9;color:#475569}.ghg-portal-embedded-form{margin:0;max-width:none;box-sizing:border-box}.ghg-portal-claim-success{padding:36px}.ghg-portal-claim-success h1{margin:7px 0 10px;font-size:30px;letter-spacing:-.04em}.ghg-portal-claim-success p{margin:0;color:#64748b;font-size:12px}.ghg-portal-embedded-form .ghg-public-button{font-family:inherit}.ghg-portal-page-heading>.ghg-portal-status{align-self:center;font-size:10px;padding:7px 10px}

/* Portal da Imobiliária — Financeiro */
.ghg-portal-status-open{background:#fff7ed;color:#9a3412}.ghg-portal-status-sent{background:#eff6ff;color:#1d4ed8}.ghg-portal-status-overdue{background:#fff1f2;color:#be123c}.ghg-portal-status-paid{background:#ecfdf5;color:#166534}.ghg-portal-status-cancelled{background:#f1f5f9;color:#64748b}

/* Portal GetHome 0.15.0 — representantes, locatários e atendimentos */
.ghg-portal-status-waiting_user{background:#fefce8;color:#854d0e}.ghg-portal-status-resolved{background:#ecfdf5;color:#166534}.ghg-portal-status-open{background:#fff7ed;color:#9a3412}.ghg-claim-thread{display:grid;gap:10px}.ghg-thread-item{border:1px solid #e2e8f0;border-radius:12px;padding:14px 15px;background:#fff}.ghg-thread-gethome{background:#f8fafc}.ghg-thread-partner{border-left:3px solid #cbd5e1}.ghg-thread-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.ghg-thread-meta strong{font-size:11px;color:#0f172a}.ghg-thread-meta span{color:#94a3b8;font-size:9px}.ghg-thread-item p{margin:9px 0 0;color:#334155;font-size:11px;line-height:1.65}.ghg-thread-files{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ghg-thread-files a{display:inline-flex;padding:7px 9px;border-radius:8px;background:#f1f5f9;color:#334155!important;text-decoration:none!important;font-size:9px;font-weight:750}.ghg-portal-panel .ghg-access-login__form{max-width:760px}.ghg-portal-panel .ghg-access-login__form label{display:grid;gap:7px;color:#475569;font-size:10px;font-weight:800}.ghg-portal-panel .ghg-access-login__form input,.ghg-portal-panel .ghg-access-login__form select,.ghg-portal-panel .ghg-access-login__form textarea{width:100%;box-sizing:border-box;border:1px solid #d7dee8;border-radius:9px;background:#fff;padding:10px 11px;color:#0f172a;font:inherit;font-size:11px}.ghg-portal-panel .ghg-access-login__form textarea{resize:vertical}.ghg-portal-panel .ghg-access-login__form button{justify-self:start;min-height:42px;border:0;border-radius:9px;background:#0f172a;color:#fff;padding:10px 15px;font-size:10px;font-weight:850;cursor:pointer}.ghg-portal-panel .ghg-access-login__form small{color:#94a3b8;font-weight:600}.ghg-portal-sequence{display:inline-flex;align-items:center;gap:6px;font-weight:850}.ghg-portal-sequence.is-complete{color:#166534}.ghg-portal-doc-list{display:grid;gap:9px}.ghg-portal-doc-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #edf1f6;border-radius:10px;color:#0f172a!important;text-decoration:none!important}.ghg-portal-doc-list a small{display:block;margin-top:4px;color:#94a3b8;font-size:9px}.ghg-portal-doc-list a>span{color:#64748b;font-size:10px;font-weight:800}

/* Financeiro da imobiliária: separa visualmente comissões, tabelas, filtros e repasses. */
.ghg-portal-finance-commission-panel>p{margin:0;color:#64748b;font-size:11px;line-height:1.65}
.ghg-portal-finance-commission-panel>.ghg-portal-metrics{margin-top:18px;margin-bottom:4px}
.ghg-portal-finance-subsection{margin-top:22px;padding-top:20px;border-top:1px solid #eef2f7}
.ghg-portal-finance-subheading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.ghg-portal-finance-subheading strong,.ghg-portal-finance-subheading span{display:block}
.ghg-portal-finance-subheading strong{color:#0f172a;font-size:12px}
.ghg-portal-finance-subheading span{margin-top:4px;color:#94a3b8;font-size:9px;line-height:1.5}
.ghg-portal-finance-subsection .ghg-portal-table-wrap{margin-top:8px}
.ghg-portal-empty-compact{padding:22px 16px}
.ghg-portal-finance-filters{margin-top:20px;margin-bottom:20px}
.ghg-portal-finance-filters+.ghg-portal-panel{margin-top:0}
@media(max-width:760px){.ghg-portal-finance-commission-panel>.ghg-portal-metrics{grid-template-columns:1fr 1fr}.ghg-portal-finance-subheading{display:block}}

/* Portal da Imobiliária 0.15.17 — repasses em aberto e histórico compacto */
.ghg-portal-finance-open-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 18px}.ghg-portal-finance-open-summary>div{padding:15px 16px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc}.ghg-portal-finance-open-summary span,.ghg-portal-finance-open-summary strong,.ghg-portal-finance-open-summary small{display:block}.ghg-portal-finance-open-summary span{color:#64748b;font-size:9px;font-weight:800}.ghg-portal-finance-open-summary strong{margin-top:6px;color:#0f172a;font-size:20px;letter-spacing:-.03em}.ghg-portal-finance-open-summary small{margin-top:4px;color:#94a3b8;font-size:9px}.ghg-portal-repasses-open .ghg-portal-table-wrap,.ghg-portal-repasses-history-preview .ghg-portal-table-wrap,.ghg-portal-repasses-history-full .ghg-portal-table-wrap{margin-top:16px}.ghg-portal-finance-history-action{display:flex;justify-content:flex-end;margin-top:16px}.ghg-portal-repasses-history-preview{margin-top:18px}.ghg-portal-repasses-history-full{margin-top:0}.ghg-portal-repasses-history-full .ghg-portal-panel-heading{margin-bottom:16px}.ghg-portal-repasses-history-full .ghg-portal-panel-heading .ghg-portal-row-link{white-space:nowrap}@media(max-width:760px){.ghg-portal-finance-open-summary{grid-template-columns:1fr}.ghg-portal-finance-history-action{justify-content:stretch}.ghg-portal-finance-history-action .ghg-portal-primary-link{width:100%;justify-content:center;box-sizing:border-box}}


/* v0.19.0 — acabamento dos Portais */
.ghg-portal-mobile-nav{display:none}
:where(.ghg-portal-app a,.ghg-portal-app button,.ghg-portal-app input,.ghg-portal-app select,.ghg-portal-app textarea):focus-visible{outline:3px solid rgba(15,23,42,.18);outline-offset:2px}
.ghg-portal-row-link,.ghg-portal-primary-link,.ghg-portal-filters button,.ghg-portal-action-form button,.ghg-portal-module-card{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}
.ghg-portal-row-link:hover,.ghg-portal-primary-link:hover{transform:translateY(-1px)}
.ghg-portal-table tbody tr{transition:background-color .14s ease}
.ghg-portal-table tbody tr:hover{background:#fafbfc}
.ghg-portal-table-wrap{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
.ghg-portal-app form.is-submitting button[type="submit"],.ghg-portal-app form.is-submitting input[type="submit"]{pointer-events:none;cursor:wait;opacity:.72}
@media(max-width:900px){
  .ghg-portal-mobile-nav{display:flex;gap:6px;overflow-x:auto;padding:9px max(16px,calc((100vw - 1180px)/2));border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:14;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .ghg-portal-mobile-nav::-webkit-scrollbar{display:none}
  .ghg-portal-mobile-nav a{flex:0 0 auto;padding:8px 10px;border-radius:8px;color:#64748b!important;text-decoration:none!important;font-size:10px;font-weight:800;white-space:nowrap}
  .ghg-portal-mobile-nav a.is-active{background:#0f172a;color:#fff!important}
  .ghg-portal-topbar{padding-left:16px;padding-right:16px}
  .ghg-portal-user>div{display:none}
}
@media(max-width:620px){
  .ghg-portal-topbar-brand>div:last-child span{display:none}
  .ghg-portal-user>a{padding:8px 9px;border-radius:8px;background:#f1f5f9;text-decoration:none!important;font-weight:800}
  .ghg-portal-table{min-width:680px}
}
@media (prefers-reduced-motion:reduce){.ghg-portal-row-link,.ghg-portal-primary-link,.ghg-portal-filters button,.ghg-portal-action-form button,.ghg-portal-module-card,.ghg-portal-table tbody tr{transition:none!important;transform:none!important}}

/* v0.24.0 — Portal do locatário e documentos da imobiliária */
.ghg-portal-module-card--focus{border-color:#cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc)}
.ghg-client-guarantee-list{display:grid;gap:13px}
.ghg-client-guarantee-card{display:block;padding:20px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;color:#0f172a!important;text-decoration:none!important;box-shadow:0 8px 22px rgba(15,23,42,.035);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.ghg-client-guarantee-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 15px 32px rgba(15,23,42,.07)}
.ghg-client-guarantee-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.ghg-client-guarantee-card__top>div>span{display:block;color:#94a3b8;font-size:9px;font-weight:900;letter-spacing:.08em}
.ghg-client-guarantee-card__top h2{margin:5px 0 0;font-size:17px;letter-spacing:-.025em}
.ghg-client-guarantee-card__dates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:16px}
.ghg-client-guarantee-card__dates>div{padding:11px 12px;border-radius:10px;background:#f8fafc;border:1px solid #edf1f6}
.ghg-client-guarantee-card__dates span,.ghg-client-guarantee-card__dates strong{display:block}
.ghg-client-guarantee-card__dates span{color:#94a3b8;font-size:9px;font-weight:800}
.ghg-client-guarantee-card__dates strong{margin-top:4px;font-size:11px}
.ghg-client-guarantee-card__action{display:block;margin-top:14px;font-size:10px;font-weight:900;color:#334155}
.ghg-client-term-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #dbe4ee;border-radius:12px;background:#f8fafc}
.ghg-client-term-card>div span,.ghg-client-term-card>div strong,.ghg-client-term-card>div small{display:block}
.ghg-client-term-card>div span{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.ghg-client-term-card>div strong{margin-top:5px;font-size:12px}
.ghg-client-term-card>div small{margin-top:4px;color:#94a3b8;font-size:9px}
.ghg-client-term-card a{flex:0 0 auto;padding:9px 12px;border-radius:8px;background:#0f172a;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:850}
.ghg-portal-alert{margin:0 0 14px;padding:12px 14px;border-radius:10px;font-size:11px;font-weight:750;line-height:1.5}
.ghg-portal-alert--success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}
.ghg-portal-alert--error{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}
.ghg-agency-docs-panel .ghg-portal-panel-heading{align-items:flex-start}
.ghg-agency-docs-panel .ghg-portal-panel-heading h2{margin-bottom:5px}
.ghg-agency-docs-panel .ghg-portal-panel-heading p{margin:0;color:#64748b;font-size:10px;line-height:1.55}
.ghg-agency-doc-upload{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:17px;padding-top:17px;border-top:1px solid #edf1f6}
.ghg-agency-doc-upload label{display:block}
.ghg-agency-doc-upload label>span{display:block;margin-bottom:5px;color:#475569;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.ghg-agency-doc-upload label>span small{font-weight:700;text-transform:none;letter-spacing:0}
.ghg-agency-doc-upload input[type=text],.ghg-agency-doc-upload select,.ghg-agency-doc-upload input[type=file]{width:100%;box-sizing:border-box;min-height:41px;border:1px solid #d7dee8;border-radius:8px;background:#fff;padding:8px 10px;color:#0f172a;font:inherit;font-size:11px}
.ghg-agency-doc-upload__file{grid-column:1/-1}
.ghg-agency-doc-upload__file small{display:block;margin-top:5px;color:#94a3b8;font-size:9px;line-height:1.45}
.ghg-portal-btn{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:40px;border:0;border-radius:8px;padding:9px 14px;font:inherit;font-size:10px;font-weight:850;cursor:pointer}
.ghg-portal-btn--primary{background:#0f172a;color:#fff}
@media(max-width:700px){.ghg-client-guarantee-card__dates,.ghg-agency-doc-upload{grid-template-columns:1fr}.ghg-agency-doc-upload__file{grid-column:auto}.ghg-client-term-card{align-items:flex-start;flex-direction:column}.ghg-client-term-card a,.ghg-portal-btn{width:100%;box-sizing:border-box}}
