.giw-brand-row{gap:9px!important}
.giw-brand-home{gap:6px!important;font-size:1.15rem!important;font-weight:560!important;letter-spacing:-.015em!important}
.giw-brand-home strong{font-size:1.46rem;font-weight:720;color:#eefbff}
.giw-map-role{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border:1px solid rgba(126,196,214,.18);border-radius:999px;background:rgba(79,145,164,.07);color:#789da8;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.giw-brand-cluster .giw-eyebrow{color:#6f95a2!important;letter-spacing:.12em}
.giw-brand-cluster p{color:#6f8993!important;font-size:.67rem!important}

.giw-app-shell>.giw-header .giw-header-actions{gap:8px!important}
.giw-header-links{display:flex;align-items:center;gap:5px;padding-right:8px;margin-right:2px;border-right:1px solid rgba(128,177,192,.12)}
.giw-header-links a{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:0 9px;border-radius:8px;color:#8daab5;text-decoration:none;font-size:.67rem;font-weight:650;white-space:nowrap}
.giw-header-links a:hover,.giw-header-links a:focus-visible{color:#e7f8fb;background:rgba(95,180,201,.08)}

.giw-app-shell>.giw-header .giw-stat{min-width:82px!important;padding:6px 9px!important}

.giw-context-chip{
  display:grid;grid-template-columns:8px minmax(0,auto);align-items:center;column-gap:9px;
  min-height:38px;max-width:230px;padding:6px 10px;
  border:1px solid rgba(116,184,205,.14);border-radius:11px;
  background:rgba(5,19,29,.48);
  transition:border-color .16s ease,background .16s ease;
}
.giw-context-dot{
  width:7px;height:7px;border-radius:50%;
  background:#7898a2;box-shadow:0 0 0 4px rgba(120,152,162,.08);
}
.giw-context-copy{display:grid;min-width:0}
.giw-context-copy strong,.giw-context-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.giw-context-copy strong{color:#9ab4bd;font-size:.65rem;line-height:1.15;font-weight:700}
.giw-context-copy small{margin-top:2px;color:#657f88;font-size:.56rem;line-height:1.1}
.giw-context-chip[data-state="authenticated"]{
  border-color:rgba(103,201,190,.2);
  background:rgba(12,45,47,.34);
}
.giw-context-chip[data-state="authenticated"] .giw-context-dot{
  background:#72d9c8;box-shadow:0 0 0 4px rgba(114,217,200,.09),0 0 14px rgba(114,217,200,.24);
}
.giw-context-chip[data-state="authenticated"] .giw-context-copy strong{color:#c6e9e4}
.giw-context-chip[data-state="authenticated"] .giw-context-copy small{color:#7fa9a3}

@media(max-width:1100px){
  .giw-header-links a:first-child{display:none}
  .giw-map-role{display:none}
  .giw-context-chip{max-width:175px}
}
@media(max-width:760px){
  .giw-header-links{display:none}
  .giw-brand-home{font-size:1rem!important}
  .giw-brand-home strong{font-size:1.25rem}
  .giw-context-chip{max-width:150px;padding-inline:8px}
}
