body {
  background-color: #f1f5f9;
  color: #1f2937;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-shell {
  min-height: 100vh;
  background: radial-gradient(circle at top, #dbeafe 0%, #f8fafc 35%, #f1f5f9 100%);
}

.site-header-wrap,
.site-main-grid,
.site-footer-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-header-wrap {
  padding-top: 1.5rem;
}

.site-header-card {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 40px -22px rgba(100, 116, 139, 0.45);
}

.site-header-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.site-brand__logo {
  height: 4rem;
  width: auto;
}

.site-brand__text {
  font-size: 0.875rem;
  color: #475569;
}

.site-brand__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.site-contact {
  border-radius: 0.9rem;
  background: #f1f5f9;
  padding: 0.75rem 1rem;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 600;
}

.site-contact p,
.site-brand__text p {
  margin: 0;
}

.site-topnav-wrap {
  padding: 1rem 1.25rem;
}

.site-topnav {
  display: grid;
  gap: 0.5rem;
}

.site-topnav__link {
  border-radius: 0.75rem;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  color: #334155;
  background: #f1f5f9;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-topnav__link:hover {
  background: #e2e8f0;
}

.site-topnav__link.is-active {
  background: #0f172a;
  color: #fff;
}

.site-banner-wrap {
  border-top: 1px solid #e2e8f0;
}

.site-banner {
  width: 100%;
  height: auto;
  display: block;
}

.site-main-grid {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.site-sidebar {
  min-width: 0;
}

.site-sidebar-card {
  position: sticky;
  top: 1rem;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 18px 28px -22px rgba(100, 116, 139, 0.5);
}

.site-sidebar-title {
  padding: 1rem 1.25rem;
  background: #0f172a;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-sidenav {
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem;
}

.site-sidenav__link {
  display: block;
  border-radius: 0.75rem;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
  color: #334155;
  font-size: 0.875rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-sidenav__link:hover {
  background: #f1f5f9;
}

.site-sidenav__link.is-active {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
}

.site-content-wrap {
  min-width: 0;
}

.site-article-card {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 18px 28px -22px rgba(100, 116, 139, 0.5);
}

.site-footer-wrap {
  padding-bottom: 2rem;
}

.site-footer-card {
  border-radius: 1.5rem;
  border: 1px solid #1e293b;
  background: #0f172a;
  color: #cbd5e1;
  padding: 1.2rem 1.4rem;
}

.site-footer-title {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-footer-text {
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
}

.site-footer-link {
  color: #93c5fd;
}

.site-footer-link:hover {
  color: #dbeafe;
}

.legacy-content h1 {
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.legacy-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.legacy-content h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
}

.legacy-content h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.legacy-content p,
.legacy-content li {
  line-height: 1.75;
  color: #334155;
}

.legacy-content p {
  margin-bottom: 1rem;
}

.legacy-content ul,
.legacy-content ol {
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}

.legacy-content .table-wrap {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-sizing: border-box;
}

.legacy-content .table-scroll {
  overscroll-behavior-x: contain;
}

.legacy-content .table-wrap th,
.legacy-content .table-wrap td {
  max-width: 300px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.legacy-content table {
  width: max-content;
  min-width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.875rem;
}

.legacy-content th {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 0.85rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  vertical-align: top;
  line-height: 1.35;
}

.legacy-content th:last-child {
  border-right: 0;
}

.legacy-content th p {
  margin: 0;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.legacy-content th span,
.legacy-content th strong {
  color: inherit !important;
  font-weight: inherit !important;
}

.legacy-content td {
  border-top: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  vertical-align: top;
  word-break: break-word;
}
.legacy-content th a {
  color: #dbeafe;
  text-decoration-color: rgba(219, 234, 254, 0.6);
}
.legacy-content th a:hover {
  color: #ffffff;
}

.legacy-content a {
  color: #1d4ed8;
  text-decoration: underline;
  text-decoration-color: #93c5fd;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
  font-weight: 500;
}

.legacy-content a:hover {
  color: #1e3a8a;
}

.legacy-content a[href$=".pdf"],
.legacy-content a[href$=".doc"],
.legacy-content a[href$=".docx"],
.legacy-content a[href$=".xls"],
.legacy-content a[href$=".xlsx"],
.legacy-content a.link-trts[target="_blank"] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #f8fafc;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
}

.legacy-content a[href$=".pdf"]:hover,
.legacy-content a[href$=".doc"]:hover,
.legacy-content a[href$=".docx"]:hover,
.legacy-content a[href$=".xls"]:hover,
.legacy-content a[href$=".xlsx"]:hover,
.legacy-content a.link-trts[target="_blank"]:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.legacy-content a[href$=".pdf"] img,
.legacy-content a[href$=".doc"] img,
.legacy-content a[href$=".docx"] img,
.legacy-content a[href$=".xls"] img,
.legacy-content a[href$=".xlsx"] img,
.legacy-content a.link-trts[target="_blank"] img {
  width: 1rem;
  height: 1rem;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.legacy-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}

.legacy-content .img-right {
  float: right;
  margin: 0 0 0.7rem 1rem;
  width: clamp(96px, 18vw, 170px);
  height: auto;
  border: 1px solid #dbeafe;
  border-radius: 0.75rem;
  background: #fff;
  object-fit: cover;
}

.legacy-content .media-heading {
  margin: 1.25rem 0 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
  padding: 0.8rem 0.9rem;
}

.legacy-content .media-heading__title {
  margin: 0;
}

.legacy-content .media-heading__image {
  width: clamp(90px, 17vw, 160px);
  height: auto;
  margin: 0;
  border: 1px solid #bfdbfe;
  border-radius: 0.8rem;
  background: #fff;
  object-fit: cover;
}

.legacy-content .media-heading--compact .media-heading__image {
  width: clamp(84px, 16vw, 140px);
}

.legacy-content .hr-double {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}

.legacy-content .color-blue,
.legacy-content .color-dark-blue {
  color: #1d4ed8;
}

.legacy-content .color-violet {
  color: #4338ca;
}

.legacy-content .color-dark-grey,
.legacy-content .color-grey {
  color: #334155;
}

.legacy-content .regulation-block {
  margin: 1.5rem 0;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
  padding: 1rem;
}

.legacy-content .regulation-block__title {
  margin: 0 0 0.85rem 0;
  color: #1e3a8a;
}

.legacy-content .regulation-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.legacy-content .regulation-block__list li {
  margin: 0;
}

.legacy-content .regulation-block__list a {
  display: block;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
}

.legacy-content .regulation-block__list a:hover {
  border-color: #93c5fd;
  background: #f8fafc;
}

.legacy-content .content-banner-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.2rem 0;
}

.legacy-content .content-banner-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid #dbeafe;
  border-radius: 0.85rem;
  background: #f8fbff;
  padding: 0.65rem 0.75rem;
  text-decoration: none;
  font-weight: 600;
  color: #0f172a;
}

.legacy-content .content-banner-item:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #0f172a;
}

.legacy-content .content-banner-item .img-left {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid #dbeafe;
  margin: 0;
  flex: 0 0 auto;
}

.legacy-content .content-banner-items .clear {
  display: none;
}

.legacy-content .applications-download {
  margin: 1.5rem 0;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
  padding: 1rem;
}

.legacy-content .applications-download__title {
  margin: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.legacy-content .applications-download__format {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #ffffff;
  color: #1e3a8a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.legacy-content .applications-download__format img {
  width: 1rem;
  height: 1rem;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.legacy-content .applications-download__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.legacy-content .applications-download__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.legacy-content .applications-download__link:hover {
  border-color: #93c5fd;
  background: #f8fafc;
  color: #0f172a;
}

.legacy-content .applications-download__arrow {
  flex: 0 0 auto;
  font-size: 0.8rem;
  color: #1d4ed8;
}

.legacy-content .doc-links {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
}

.legacy-content .doc-links__title {
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
}

.legacy-content .doc-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.legacy-content .doc-links__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.legacy-content .doc-links__item:hover {
  border-color: #93c5fd;
  background: #f8fafc;
  color: #0f172a;
}

.legacy-content .doc-links__badge {
  flex: 0 0 auto;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #1e3a8a;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  border-radius: 999px;
  padding: 0.18rem 0.45rem;
}

.legacy-content .org-docs {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
}

.legacy-content .org-docs__title {
  margin: 0 0 0.8rem 0;
  color: #1e3a8a;
}

.legacy-content .org-docs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.legacy-content .org-docs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.legacy-content .org-docs__item::after {
  content: "PDF";
  flex: 0 0 auto;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #1e3a8a;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  border-radius: 999px;
  padding: 0.18rem 0.45rem;
}

.legacy-content .org-docs__item[href="#"]::after {
  content: "INFO";
}

.legacy-content .org-docs__item:hover {
  border-color: #93c5fd;
  background: #f8fafc;
  color: #0f172a;
}

@media (max-width: 767px) {
  .legacy-content h1 {
    font-size: 1.75rem;
  }

  .legacy-content table {
    font-size: 0.8125rem;
  }

  .legacy-content th,
  .legacy-content td {
    padding: 0.6rem 0.7rem;
  }

  .legacy-content .img-right {
    float: none;
    display: block;
    margin: 0.5rem auto 0.75rem;
    width: min(220px, 100%);
  }

  .legacy-content .media-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .legacy-content .media-heading__image {
    width: min(200px, 100%);
  }

  .legacy-content .applications-download__link {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-content .doc-links__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-content .org-docs__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-content .content-banner-items {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) {
  .site-header-wrap,
  .site-main-grid,
  .site-footer-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .site-topnav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .site-header-wrap,
  .site-main-grid,
  .site-footer-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .site-header-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .site-topnav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}
