header .brand{display:flex;flex-direction:row;align-items:center;gap:13px;min-width:0}
header .brand img{display:block;width:190px;height:50px;object-fit:contain;object-position:left center}
header .brand span{padding:6px 9px;border:1px solid #72cc8c42;border-radius:999px;background:#72cc8c10;color:#8cdfa2;font-size:8px;line-height:1;letter-spacing:.13em;white-space:nowrap}
@media(max-width:800px){header{padding:10px 12px}header .brand{gap:8px}header .brand img{width:142px;height:42px}header .brand span{font-size:7px;padding:5px 7px}header nav{gap:8px}header .support{padding:9px 10px}}
@media(max-width:430px){header .brand img{width:136px}header .brand span{display:none}}
