/* WUSA brand layer — a thin skin over Pico (navy, chartreuse, red).
   Loaded after pico.min.css so these variables win. */

:root {
  --wusa-navy: #0b2545;
  --wusa-navy-2: #13315c;
  --wusa-chartreuse: #b4d335;
  --wusa-red: #c8102e;

  /* Map Pico's primary onto WUSA navy; links and buttons follow. */
  --pico-primary: var(--wusa-navy);
  --pico-primary-hover: var(--wusa-navy-2);
  --pico-primary-focus: rgba(11, 37, 69, 0.25);
  --pico-primary-inverse: #fff;
}

/* Site header: navy bar with the logo and chartreuse underline. */
.wusa-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 1rem;
  background: var(--wusa-navy);
  border-bottom: 4px solid var(--wusa-chartreuse);
}

.wusa-header a.wusa-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.wusa-header img {
  height: 36px;
  width: auto;
}

.wusa-header .wusa-spacer {
  flex: 1;
}

.wusa-header .wusa-user {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
}

.wusa-header a {
  color: #fff;
}

/* A locked link: muted title plus a red-accented "request access" pill. */
.wusa-locked {
  color: var(--pico-muted-color);
}

.wusa-request {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.05rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 1rem;
  background: var(--wusa-red);
  color: #fff;
  text-decoration: none;
}

.wusa-links li {
  margin-bottom: 0.4rem;
}

.wusa-status {
  border-left: 4px solid var(--wusa-chartreuse);
  padding-left: 0.75rem;
}
