/* eveningcalmhorizonslow — палитра и наслоение поверх provider.css */
:root {
  --primary-500: #0284c7;
  --primary-600: #0369a1;
  --primary-700: #075985;
  --primary-400: #38bdf8;
  --primary-300: #7dd3fc;
  --primary-100: #e0f2fe;
  --primary-50: #f0f9ff;
  --accent-500: #16a34a;
  --accent-600: #15803d;
  --surface-primary: #f8fafc;
  --surface-secondary: #f1f5f9;
  --text-primary: #111827;
  --text-secondary: #374151;
  --neutral-900: #111827;
  --neutral-700: #374151;
  --neutral-500: #64748b;
}
body {
  background-color: #f8fafc;
  color: #111827;
}
.header-topic-bar {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid color-mix(in srgb, #0284c7 12%, #e2e8f0);
}
.header-topic-bar .topic-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  padding: 0.45rem 0;
  font-size: 0.8125rem;
}
.header-topic-bar .topic-label {
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 0.25rem;
}
.header-topic-bar a {
  color: #0369a1;
  text-decoration: none;
  white-space: nowrap;
}
.header-topic-bar a:hover {
  color: #16a34a;
  text-decoration: underline;
}
.mobile-topic-links {
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(2, 132, 199, 0.15);
  margin-top: 0.5rem;
}
.mobile-topic-links .topic-label-m {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.65rem;
  font-weight: 600;
}
.mobile-topic-links a.nav-link-mobile {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.9rem;
}
#team.section-team-site13 {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 50%, #f8fafc 100%);
}
#team .team-face {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid color-mix(in srgb, #0284c7 25%, transparent);
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.12);
}
