.app-header{
  background: linear-gradient(135deg, #022f40, #0b4f6c);
  padding: 18px 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

html, body{
  height: 100%;
}

body{
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
}

.app-header{
  background: linear-gradient(135deg, var(--primary-900), var(--primary-700));
  padding: 18px 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.app-logo{
  max-width: 86px;
  height: auto;
}

.app-logo-secondary{
  max-width: 150px;
  height: auto;
  opacity: .95;
}

.app-header-kicker{
  color: rgba(255,255,255,.88);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

.app-header-title{
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 1.9rem;
}

.app-section{
  margin-bottom: 26px;
}

.app-section-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  padding: 0 2px;
  margin-bottom: 12px;
}

.app-section-title{
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  color: var(--primary-900);
}

.app-section-subtitle{
  color: var(--muted);
  font-size: .92rem;
}
