/* CyberRadar Sweep: shared identity, separate from data and status colors. */
:root {
  --brand-ink: #030615;
  --brand-blue: #0070c0;
  --brand-cyan: #00b0f0;
  --brand-pale: #eaf6fc;
  --brand-link: #60d2ff;
  --brand-hover: #48caff;
  --brand-surface: #0b1528;
  --brand-surface-raised: #102139;
  --brand-border: #29445d;
}
.brand-logo {display:block;width:38px;height:38px;flex:0 0 38px;object-fit:contain;}
.brand-name {font-weight:750;letter-spacing:-.045em;line-height:1.05;color:#fff;}
.brand-signature {display:flex;flex-direction:column;gap:4px;}
.brand-tagline {font-size:9px;line-height:1.2;font-weight:450;letter-spacing:.04em;color:var(--brand-pale);white-space:nowrap;}
.brand-block h1 {font-weight:750;letter-spacing:-.045em;}
@media(max-width:480px){.brand-logo{width:32px;height:32px;flex-basis:32px;}.brand-tagline{font-size:8px;}}
