@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500 600;
  src: url("../fonts/fira-sans-medium.ttf") format("truetype");
}

:root,
[data-md-color-scheme="businesspad"] {
  --md-primary-fg-color: #343a7e;
  --md-primary-fg-color--light: #5d6198;
  --md-primary-fg-color--dark: #050819;
  --md-accent-fg-color: #ff5722;
  --md-typeset-a-color: #343a7e;
  --bp-primary: #343a7e;
  --bp-primary-dark: #050819;
  --bp-primary-soft: #e7e7f0;
  --bp-secondary: #ff5722;
  --bp-secondary-hover: #e64612;
  --bp-secondary-soft: #ffebe4;
  --bp-cyan: #00ccff;
  --bp-aqua: #99ffff;
  --bp-magic: #5661f6;
  --bp-magic-soft: #ebf2ff;
  --bp-text: #050819;
  --bp-muted: #66676c;
  --bp-disabled: #cccccc;
  --bp-common-white: #ffffff;
  --bp-gray-800: #424242;
  --bp-gray-600: #85868a;
  --bp-gray-300: #d9dadf;
  --bp-page: #f5f5f5;
  --bp-paper: #ffffff;
  --bp-border: #d9dadf;
  --bp-border-soft: #ececf1;
  --bp-success: #599c16;
  --bp-success-text: #3f7410;
  --bp-success-soft: #edf7ed;
  --bp-error: #f32a16;
  --bp-error-text: #a91e10;
  --bp-error-soft: #ffd4d8;
  --bp-warning: #b36f00;
  --bp-warning-text: #7b4d00;
  --bp-warning-soft: #fff2d2;
  --bp-info: #0b79d0;
  --bp-info-soft: #e0edff;
  --bp-cyan-text: #007a99;
  --bp-shadow-1: 0 2px 8px rgb(5 8 25 / 7%);
  --bp-shadow-2: 0 8px 24px rgb(52 58 126 / 10%);
  --bp-shadow-popover: 6px 6px 20px rgb(85 87 92 / 18%);
  --bp-header-shadow: 0 2px 10px rgb(5 8 25 / 8%);
  --bp-button-shadow: 0 6px 16px rgb(52 58 126 / 18%);
  --bp-focus-ring: rgb(52 58 126 / 12%);
  --bp-radius: 0.5rem;
  --bp-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-header-height: 3.75rem;
  --bp-sidebar-width: 16.25rem;
  --bp-navigation: #343a7e;
  --bp-navigation-deep: #292f70;
  --bp-navigation-text: #ffffff;
  --bp-navigation-muted: rgb(255 255 255 / 82%);
  --bp-navigation-hover: rgb(255 255 255 / 8%);
  --bp-navigation-selected: transparent;
  --bp-navigation-scrollbar: rgb(255 255 255 / 35%);
  --bp-search: #ffffff;
  --bp-search-placeholder: #9697a0;
  --bp-control-border: #d9dadf;
  --bp-table-head: #eff0f6;
  --bp-row-hover: #fafafe;
  --bp-neutral-soft: #eeeeef;
  --bp-neutral-text: #5f6067;
  --bp-code: #20223a;
  --bp-code-text: #f8f8ff;
  --bp-on-primary: #ffffff;
  --bp-primary-hover: #292f70;
  --md-default-bg-color: var(--bp-page);
  --md-default-fg-color: var(--bp-text);
  --md-default-fg-color--light: var(--bp-muted);
  --md-default-fg-color--lighter: var(--bp-disabled);
  color-scheme: light;
}

html[data-bp-theme="dark"],
html[data-bp-theme="dark"] body[data-md-color-scheme="businesspad"] {
  --md-primary-fg-color: #98a0ef;
  --md-primary-fg-color--light: #9397ca;
  --md-primary-fg-color--dark: #9397ca;
  --md-accent-fg-color: #fa6e42;
  --md-typeset-a-color: #98a0ef;
  --bp-primary: #98a0ef;
  --bp-primary-dark: #9397ca;
  --bp-primary-soft: #1e1f3a;
  --bp-secondary: #fa6e42;
  --bp-secondary-hover: #f4987a;
  --bp-secondary-soft: #2e1810;
  --bp-magic: #98a0ef;
  --bp-magic-soft: #1e1f3a;
  --bp-text: #eeeff6;
  --bp-muted: #9495a7;
  --bp-disabled: #595a68;
  --bp-common-white: #e8eaf6;
  --bp-gray-800: #aeafb6;
  --bp-gray-600: #85868a;
  --bp-gray-300: #6e6f77;
  --bp-page: #191a1e;
  --bp-paper: #232329;
  --bp-border: #6e6f77;
  --bp-border-soft: #404048;
  --bp-success-soft: #1a2e10;
  --bp-success-text: #bcd7a2;
  --bp-error-soft: #3a1717;
  --bp-error-text: #ff8a80;
  --bp-warning-soft: #332b12;
  --bp-warning-text: #fde592;
  --bp-info-soft: #0e2030;
  --bp-cyan-text: #60b5f8;
  --bp-shadow-1: 0 2px 8px rgb(0 0 0 / 28%);
  --bp-shadow-2: 0 8px 24px rgb(0 0 0 / 32%);
  --bp-shadow-popover: 6px 6px 20px rgb(0 0 0 / 40%);
  --bp-header-shadow: 0 2px 10px rgb(0 0 0 / 32%);
  --bp-button-shadow: 0 6px 16px rgb(0 0 0 / 36%);
  --bp-focus-ring: rgb(152 160 239 / 24%);
  --bp-navigation: #232329;
  --bp-navigation-deep: #191a1e;
  --bp-navigation-text: #eeeff6;
  --bp-navigation-muted: #9495a7;
  --bp-navigation-hover: rgb(152 160 239 / 12%);
  --bp-navigation-selected: rgb(123 130 196 / 20%);
  --bp-navigation-scrollbar: #595a68;
  --bp-search: #232329;
  --bp-search-placeholder: #85868a;
  --bp-control-border: #85868a;
  --bp-table-head: #2a2a35;
  --bp-row-hover: rgb(152 160 239 / 12%);
  --bp-neutral-soft: #404048;
  --bp-neutral-text: #aeb0bd;
  --bp-code: #101116;
  --bp-code-text: #eeeff6;
  --bp-on-primary: #191a1e;
  --bp-primary-hover: #b1b7f5;
  --md-default-bg-color: var(--bp-page);
  --md-default-fg-color: var(--bp-text);
  --md-default-fg-color--light: var(--bp-muted);
  --md-default-fg-color--lighter: var(--bp-disabled);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bp-page);
  font-size: 100%;
}

body,
input,
button,
select,
textarea {
  font-family: "Fira Sans", "Segoe UI", Arial, sans-serif;
}

body {
  background: var(--bp-page);
  color: var(--bp-text);
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.md-grid {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.md-header {
  background: var(--bp-paper);
  border-radius: 0;
  box-shadow: var(--bp-header-shadow);
  color: var(--bp-primary);
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), margin var(--bp-transition), width var(--bp-transition);
}

.md-header__inner {
  gap: 0.5rem;
  height: var(--bp-header-height);
  min-height: var(--bp-header-height);
  padding: 0 1.5rem 0 1rem;
}

.md-header__button {
  color: var(--bp-primary);
}

.md-header__button.md-logo {
  align-items: center;
  display: flex;
  height: 3rem;
  margin: 0 0.65rem 0 0;
  padding: 0.45rem;
}

.md-header__button.md-logo img {
  height: 2.25rem;
  width: 2.25rem;
}

.md-header__title {
  color: var(--bp-text);
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0;
}

.md-header__topic:first-child {
  opacity: 1 !important;
  transform: none !important;
}

.md-header__topic + .md-header__topic {
  display: none;
}

.md-search__form {
  background: var(--bp-search);
  border: 1px solid var(--bp-primary);
  border-radius: 0.65rem;
  box-shadow: none;
  height: 2.75rem;
  transition: border-color var(--bp-transition), background var(--bp-transition);
  width: 100%;
}

html[data-bp-theme="dark"] .md-search__form {
  border-color: var(--bp-control-border);
}

html[data-bp-theme="dark"] .md-search__form:hover,
html[data-bp-theme="dark"] .md-search__form:focus-within {
  border-color: var(--bp-primary);
}

.md-search__inner {
  width: 100%;
}

.md-search__inner:focus-within {
  width: 100%;
}

[data-md-toggle="search"]:checked ~ .md-header .md-search__inner {
  width: 100%;
}

.md-search__form:hover,
.md-search__form:focus-within {
  background: var(--bp-paper);
  border-color: var(--bp-primary);
  border-radius: 0.65rem;
}

[data-md-toggle="search"]:checked ~ .md-header .md-search__form {
  background: var(--bp-paper);
  border-radius: 0.65rem;
  box-shadow: none;
}

.md-search__input,
.md-search__icon {
  color: var(--bp-text);
}

.md-search__input {
  font-size: 1rem;
  height: 100%;
  padding-left: 2.75rem;
}

.md-search__input::placeholder {
  color: var(--bp-search-placeholder);
  opacity: 1;
}

.md-search__output {
  background: var(--bp-paper);
  border: 1px solid var(--bp-border);
  border-radius: 0.65rem;
  box-shadow: var(--bp-shadow-popover);
  color: var(--bp-text);
  overflow: hidden;
  top: calc(100% + 0.35rem);
}

[data-md-toggle="search"]:checked ~ .md-header .md-search__output {
  border-radius: 0.65rem;
}

.md-search__inner:not(:has(.md-search__input:valid)) .md-search__output {
  display: none;
}

.qa-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.qa-theme-switcher {
  flex: 0 0 auto;
}

.qa-theme-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0.35rem;
  color: var(--bp-primary);
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  transition: background var(--bp-transition), border-color var(--bp-transition);
  width: 2.5rem;
}

.qa-theme-toggle:hover,
.qa-theme-toggle:focus-visible {
  background: var(--bp-primary-soft);
  outline: 0;
}

.qa-theme-icon {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.qa-theme-toggle .qa-theme-icon {
  display: none;
  height: 1.4rem;
  width: 1.4rem;
}

html[data-bp-theme-mode="auto"] .qa-theme-icon--auto,
html[data-bp-theme-mode="light"] .qa-theme-icon--light,
html[data-bp-theme-mode="dark"] .qa-theme-icon--dark {
  display: block;
}

.md-main__inner {
  margin-top: 0;
}

.md-content {
  min-width: 0;
}

.md-content > .md-content__inner {
  margin: 0;
  margin-inline: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  padding: 2rem clamp(1rem, 2.5vw, 2.5rem) 4rem;
  width: 100%;
}

.md-content__inner::before {
  display: none;
}

.md-sidebar--primary {
  background: var(--bp-navigation);
  border-right: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), width var(--bp-transition);
  width: var(--bp-sidebar-width);
}

.qa-sidebar-brand {
  align-items: center;
  color: var(--bp-navigation-text) !important;
  display: none;
  flex: 0 0 var(--bp-header-height);
  font-size: 1.15rem;
  font-weight: 600;
  gap: 0.55rem;
  min-height: var(--bp-header-height);
  padding: 0 1.25rem;
  text-decoration: none !important;
}

.qa-sidebar-brand img {
  height: 2.1rem;
  width: 2.1rem;
}

.qa-sidebar-brand span {
  white-space: nowrap;
}

.qa-sidebar-brand strong {
  color: var(--bp-navigation-text);
  font-weight: 600;
}

.md-sidebar--primary .md-sidebar__scrollwrap {
  background: var(--bp-navigation);
  flex: 1 1 auto;
  margin: 0;
  min-height: 0;
  overflow-x: hidden;
  scrollbar-color: var(--bp-navigation-scrollbar) transparent;
  scrollbar-width: thin;
  width: 100%;
}

.md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar {
  width: 0.4rem;
}

.md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar-track {
  background: var(--bp-navigation);
}

.md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
  background: var(--bp-navigation-scrollbar);
  border-radius: 999px;
}

.md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.md-sidebar--primary .md-sidebar__inner {
  padding: 0;
}

.md-nav--primary {
  background: var(--bp-navigation);
  min-height: 100%;
  padding: 0.75rem 0 2rem;
}

.md-nav--primary .md-nav__list {
  background-color: var(--bp-navigation) !important;
  margin: 0;
  padding: 0;
}

.md-nav--primary > .md-nav__list {
  background-color: var(--bp-navigation) !important;
  padding: 0;
}

.md-nav--primary .md-nav__item {
  margin: 0;
  padding: 0;
}

.md-nav--primary > .md-nav__list > .md-nav__item > label.md-nav__link[for="__toc"] {
  display: none;
}

.md-nav--primary .md-nav__link {
  align-items: center;
  border-left: 0;
  color: var(--bp-navigation-muted);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  min-height: 2.75rem;
  padding: 0.75rem 1.25rem 0.75rem 4rem;
  transition: background var(--bp-transition), color var(--bp-transition), border-color var(--bp-transition);
  width: 100%;
}

.md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link {
  color: var(--bp-navigation-text);
  display: flex;
  font-size: 1.05rem;
  font-weight: 500;
  gap: 0.75rem;
  min-height: 3.75rem;
  padding: 0.65rem 1.25rem;
}

.md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link::before {
  background: currentcolor;
  content: "";
  flex: 0 0 1.45rem;
  height: 1.45rem;
  mask: var(--qa-nav-icon) center / contain no-repeat;
  width: 1.45rem;
  -webkit-mask: var(--qa-nav-icon) center / contain no-repeat;
}

.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(1) > .md-nav__link {
  --qa-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M7 3v4M17 3v4M3 10h18M8 15l2.5 2.5L16 13'/%3E%3C/g%3E%3C/svg%3E");
}

.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(2) > .md-nav__link {
  --qa-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 12h18'/%3E%3C/g%3E%3C/svg%3E");
}

.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(3) > .md-nav__link {
  --qa-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M7 8h4M9 6v4M14 7l3 3M17 7l-3 3M7 15h4M14 15h3M15.5 13.5v3'/%3E%3C/g%3E%3C/svg%3E");
}

.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(4) > .md-nav__link {
  --qa-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2.75h8l4 4v14.5H6z'/%3E%3Cpath d='M14 2.75v4h4M9 11h6M9 15h6M9 18h4'/%3E%3C/g%3E%3C/svg%3E");
}

.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(5) > .md-nav__link {
  --qa-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1q-.09-.03-.18-.03c-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1q.09.03.18.03c.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64zm-1.98-1.71c.04.31.05.52.05.73s-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2'/%3E%3C/svg%3E");
}

.md-nav--primary .md-nav__link:hover,
.md-nav--primary .md-nav__link:focus-visible {
  background: var(--bp-navigation-hover);
  color: var(--bp-navigation-text);
}

.md-nav--primary .md-nav__link--active {
  background: var(--bp-navigation-selected);
  color: var(--bp-navigation-text);
  font-weight: 500;
}

html[data-bp-theme="dark"] .md-nav--primary .md-nav__link:hover,
html[data-bp-theme="dark"] .md-nav--primary .md-nav__link:focus-visible,
html[data-bp-theme="dark"] .md-nav--primary .md-nav__link--active {
  color: var(--bp-primary);
}

html[data-bp-theme="dark"] .md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link:hover,
html[data-bp-theme="dark"] .md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link:focus-visible,
html[data-bp-theme="dark"] .md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link--active {
  color: var(--bp-primary);
}

.md-sidebar--secondary {
  display: none;
}

.md-typeset {
  color: var(--bp-text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4 {
  color: var(--bp-text);
  letter-spacing: -0.018em;
}

.md-typeset h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

.md-typeset h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2rem;
}

.md-typeset h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.md-typeset h4 {
  font-size: 1rem;
  font-weight: 500;
}

.md-typeset a {
  color: var(--bp-primary);
  text-decoration-thickness: 0.06rem;
  text-underline-offset: 0.15rem;
}

.md-typeset a:hover {
  color: var(--bp-secondary);
}

.md-typeset code {
  background: var(--bp-primary-soft);
  color: var(--bp-primary-dark);
}

.md-typeset pre > code {
  background: var(--bp-code);
  color: var(--bp-code-text);
}

.md-typeset table:not([class]),
.qa-runs-table {
  background: var(--bp-paper);
  border: 1px solid var(--bp-border);
  border-collapse: separate;
  border-radius: var(--bp-radius);
  border-spacing: 0;
  box-shadow: var(--bp-shadow-1);
  font-size: 0.74rem;
  line-height: 1.45;
  overflow: hidden;
  width: 100%;
}

.md-typeset__table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  width: 100%;
}

.md-typeset__table table:not([class]) {
  min-width: 100%;
}

.md-typeset table:not([class]) th,
.qa-runs-table th {
  background: var(--bp-table-head);
  color: var(--bp-primary);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  padding: 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.md-typeset table:not([class]) td,
.qa-runs-table td {
  border-top: 1px solid var(--bp-border-soft);
  color: var(--bp-text);
  padding: 0.8rem;
  vertical-align: middle;
}

.md-typeset table:not([class]) tr:hover td,
.qa-runs-table tr:hover td {
  background: var(--bp-row-hover);
}

.qa-runs-table strong,
.qa-runs-table small {
  display: block;
}

.qa-runs-table small {
  color: var(--bp-muted);
  font-size: 0.7rem;
  margin-top: 0.18rem;
}

.qa-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  padding: 0.15rem 0 0.5rem;
  width: 100%;
}

.qa-table-wrap:focus-visible,
.qa-run-trend__visual:focus-visible {
  outline: 3px solid var(--bp-primary);
  outline-offset: 2px;
}

.qa-table-wrap .qa-runs-table {
  min-width: 54rem;
}

.qa-inline-link {
  display: inline-block !important;
  font-weight: 500;
  margin: 0 0.65rem 0 0 !important;
}

.md-typeset [aria-disabled="true"] {
  color: var(--bp-muted) !important;
  cursor: not-allowed;
  opacity: 0.72;
  pointer-events: none;
  text-decoration: none;
}

.md-typeset .qa-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 500;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.15rem;
  text-decoration: none;
  transition: background var(--bp-transition), border-color var(--bp-transition), box-shadow var(--bp-transition), transform var(--bp-transition);
}

.md-typeset .qa-button:hover {
  box-shadow: var(--bp-button-shadow);
  transform: translateY(-1px);
}

.md-typeset .qa-button:focus-visible,
.md-typeset .qa-report-card:focus-visible,
.md-typeset .qa-inline-link:focus-visible {
  outline: 3px solid var(--bp-text);
  outline-offset: 3px;
}

.md-typeset .qa-button--primary {
  background: var(--bp-primary);
  color: var(--bp-on-primary);
}

.md-typeset .qa-button--primary:hover {
  background: var(--bp-primary-hover);
  color: var(--bp-on-primary);
}

.md-typeset .qa-button--secondary {
  background: var(--bp-paper);
  border-color: var(--bp-primary);
  color: var(--bp-primary);
}

.md-typeset .qa-button--secondary:hover {
  border-color: var(--bp-secondary);
  color: var(--bp-secondary);
}

.qa-eyebrow {
  color: var(--bp-success);
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qa-section {
  margin: 1.75rem 0;
}

.qa-section__heading {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.65rem;
}

.qa-section__heading h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.2rem 0 0;
}

.qa-section__heading p {
  color: var(--bp-muted);
  font-size: 0.75rem;
  margin: 0.2rem 0 0;
  max-width: 48rem;
}

.qa-section__heading > a {
  font-weight: 500;
  white-space: nowrap;
}

.qa-report-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.md-typeset .qa-report-card {
  background: var(--bp-paper);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow-1);
  color: var(--bp-text);
  display: flex;
  flex-direction: column;
  min-height: 13rem;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color var(--bp-transition), box-shadow var(--bp-transition), transform var(--bp-transition);
}

.md-typeset .qa-report-card:hover {
  border-color: var(--bp-primary);
  box-shadow: var(--bp-shadow-2);
  color: var(--bp-text);
  transform: translateY(-2px);
}

.qa-report-card__symbol {
  align-items: center;
  background: var(--bp-primary-soft);
  border-radius: 0.5rem;
  color: var(--bp-primary);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  height: 2.4rem;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0 0.55rem;
  width: max-content;
}

.qa-report-card strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 500;
  margin-top: 1rem;
}

.qa-report-card p {
  color: var(--bp-muted);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0.45rem 0 1rem;
}

.qa-report-card__action {
  color: var(--bp-primary);
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: auto;
}

.qa-metric,
.qa-run-card,
.qa-run-trend__card,
.qa-coverage-grid article,
.qa-link-grid a {
  background: var(--bp-paper);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow-1);
}

.qa-metric-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qa-metric {
  overflow: hidden;
  padding: 0.55rem 0.75rem 0.55rem 0.95rem;
  position: relative;
}

.qa-metric::before {
  background: var(--bp-primary);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.24rem;
}

.qa-metric--passed::before { background: var(--bp-success); }
.qa-metric--failed::before { background: var(--bp-error); }
.qa-metric--errors::before { background: var(--bp-warning); }
.qa-metric--skipped::before { background: var(--bp-disabled); }

.qa-metric span {
  color: var(--bp-muted);
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.qa-metric strong {
  color: var(--bp-text);
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.3rem;
}

.qa-run-card {
  margin-top: 0.55rem;
  overflow: hidden;
}

.md-typeset .qa-run-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
}

.qa-run-meta div {
  border-right: 1px solid var(--bp-border-soft);
  border-top: 1px solid var(--bp-border-soft);
  min-width: 0;
  padding: 0.65rem 1rem;
}

.qa-run-meta div:nth-child(-n + 3) {
  border-top: 0;
}

.qa-run-meta div:nth-child(3n) {
  border-right: 0;
}

.qa-run-meta dt {
  color: var(--bp-muted);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
}

.qa-run-meta dd {
  color: var(--bp-text);
  font-size: 0.78rem;
  font-weight: 500;
  margin: 0.25rem 0 0;
  overflow-wrap: anywhere;
}

.qa-status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 500;
  padding: 0.32rem 0.58rem;
  white-space: nowrap;
}

.qa-status::before {
  border-radius: 50%;
  content: "";
  height: 0.48rem;
  margin-right: 0.42rem;
  width: 0.48rem;
}

.qa-status--passed {
  background: var(--bp-success-soft);
  color: var(--bp-success-text);
}

.qa-status--passed::before { background: var(--bp-success); }

.qa-status--failed {
  background: var(--bp-error-soft);
  color: var(--bp-error-text);
}

.qa-status--failed::before { background: var(--bp-error); }

.qa-status--unknown {
  background: var(--bp-neutral-soft);
  color: var(--bp-neutral-text);
}

.qa-status--unknown::before { background: #9b9ca1; }

.qa-run-trend__heading {
  align-items: flex-end;
}

.qa-run-trend__controls {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.qa-control span {
  color: var(--bp-muted);
  display: block;
  font-size: 0.66rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.qa-control select {
  background: var(--bp-paper);
  border: 1px solid var(--bp-control-border);
  border-radius: 0.45rem;
  color: var(--bp-text);
  font: inherit;
  font-size: 0.82rem;
  height: 2.15rem;
  min-width: 11rem;
  outline: none;
  padding: 0 0.75rem;
  transition: border-color var(--bp-transition), box-shadow var(--bp-transition);
}

.qa-control select:focus {
  border-color: var(--bp-primary);
  box-shadow: 0 0 0 3px var(--bp-focus-ring);
}

.qa-run-trend__range {
  border: 1px solid var(--bp-control-border);
  border-radius: 0.45rem;
  display: inline-flex;
  height: 2.15rem;
  overflow: hidden;
}

.qa-run-trend__range button {
  background: var(--bp-paper);
  border: 0;
  border-left: 1px solid var(--bp-border-soft);
  color: var(--bp-muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  min-width: 2.5rem;
  padding: 0 0.55rem;
  transition: background-color var(--bp-transition), color var(--bp-transition);
}

.qa-run-trend__range button:first-child {
  border-left: 0;
}

.qa-run-trend__range button:hover {
  background: var(--bp-row-hover);
  color: var(--bp-text);
}

.qa-run-trend__range button[aria-pressed="true"] {
  background: var(--bp-primary);
  color: var(--bp-on-primary);
}

.qa-run-trend__range button:focus-visible {
  box-shadow: inset 0 0 0 2px var(--bp-secondary);
  outline: 0;
}

.qa-run-trend__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 24%);
  min-height: 18rem;
  overflow: hidden;
}

.qa-run-trend__visual {
  min-width: 0;
  overflow-x: auto;
  padding: 0.5rem 0.65rem 0.25rem;
}

.qa-run-trend__visual:focus-visible {
  box-shadow: inset 0 0 0 2px var(--bp-primary);
  outline: 0;
}

.qa-run-trend__visual svg {
  display: block;
  height: auto;
  min-width: 38rem;
  width: 100%;
}

.qa-run-trend__grid-line {
  stroke: var(--bp-border-soft);
  stroke-dasharray: 3 4;
  stroke-width: 1;
}

.qa-run-trend__axis-label,
.qa-run-trend__date-label,
.qa-run-trend__version-label {
  fill: var(--bp-muted);
  font-size: 10px;
}

.qa-run-trend__version-label {
  fill: var(--bp-text);
  font-size: 9px;
  font-weight: 500;
}

.qa-run-trend__plot-title,
.qa-run-trend__latest {
  font-size: 11px;
  font-weight: 600;
}

.qa-run-trend__plot-title--passed,
.qa-run-trend__latest--passed { fill: var(--bp-success); }
.qa-run-trend__plot-title--failed,
.qa-run-trend__latest--failed { fill: var(--bp-error); }

.qa-run-trend__area {
  fill: color-mix(in srgb, var(--bp-success) 18%, transparent);
}

.qa-run-trend__line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.qa-run-trend__line--passed { stroke: var(--bp-success); }
.qa-run-trend__line--failed { stroke: var(--bp-error); }

.qa-run-trend__point {
  fill: var(--bp-paper);
  stroke-width: 2;
  transition: r var(--bp-transition), fill var(--bp-transition);
}

.qa-run-trend__point--passed { stroke: var(--bp-success); }
.qa-run-trend__point--failed { stroke: var(--bp-error); }

.qa-run-trend__run-link:hover .qa-run-trend__point,
.qa-run-trend__run-link:focus .qa-run-trend__point {
  fill: var(--bp-primary-soft);
  r: 5px;
}

.qa-run-trend__run-link:focus {
  outline: none;
}

.qa-run-trend__summary {
  border-left: 1px solid var(--bp-border-soft);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1rem;
}

.qa-run-trend__totals {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(5rem, 1.45fr);
}

.qa-run-trend__total {
  min-width: 0;
}

.qa-run-trend__total strong,
.qa-run-trend__total span {
  display: block;
}

.qa-run-trend__total strong {
  color: var(--bp-text);
  font-size: 1.35rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.qa-run-trend__total--passed strong { color: var(--bp-success); }
.qa-run-trend__total--failed strong { color: var(--bp-error); }
.qa-run-trend__total--errors strong { color: var(--bp-warning); }

.qa-run-trend__total--duration strong {
  font-size: 0.8rem;
  white-space: nowrap;
}

.qa-run-trend__total--duration span {
  font-size: 0.56rem;
  white-space: nowrap;
}

.qa-run-trend__total span {
  color: var(--bp-muted);
  font-size: 0.61rem;
  margin-top: 0.3rem;
}

.qa-run-trend__changes {
  border-top: 1px solid var(--bp-border-soft);
  margin-top: 1rem;
  padding-top: 0.85rem;
}

.qa-run-trend__changes > strong {
  color: var(--bp-muted);
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.qa-run-trend__change-grid {
  display: grid;
  gap: 0.7rem 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.qa-run-trend__change-grid > div {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}

.qa-run-trend__change-grid span,
.qa-run-trend__change-grid strong {
  font-size: 0.68rem;
}

.qa-run-trend__change-grid span { color: var(--bp-muted); }
.qa-run-trend__change-grid strong { color: var(--bp-text); }
.qa-run-trend__change-grid strong[data-direction="up"] { color: var(--bp-success); }
.qa-run-trend__change-grid [data-trend-change="failed"] strong[data-direction="up"] { color: var(--bp-error); }
.qa-run-trend__change-grid [data-trend-change="failed"] strong[data-direction="down"] { color: var(--bp-success); }
.qa-run-trend__change-grid [data-trend-change="errors"] strong[data-direction="up"] { color: var(--bp-warning); }
.qa-run-trend__change-grid [data-trend-change="errors"] strong[data-direction="down"] { color: var(--bp-success); }

.qa-run-trend__updated {
  color: var(--bp-muted);
  font-size: 0.6rem;
  margin: auto 0 0;
  text-align: right;
}

.qa-coverage-grid,
.qa-link-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qa-coverage-grid article {
  padding: 0.65rem 0.85rem;
}

.qa-coverage-grid strong,
.qa-coverage-grid span {
  display: block;
}

.qa-coverage-grid strong {
  color: var(--bp-text);
  font-size: 1.25rem;
  line-height: 1;
}

.qa-coverage-grid span {
  color: var(--bp-muted);
  font-size: 0.68rem;
  margin-top: 0.25rem;
}

.md-typeset .qa-link-grid a {
  color: var(--bp-text);
  display: block;
  min-height: 5.4rem;
  padding: 0.8rem;
  text-decoration: none;
  transition: border-color var(--bp-transition), box-shadow var(--bp-transition), transform var(--bp-transition);
}

.md-typeset .qa-link-grid a:hover {
  border-color: var(--bp-primary);
  box-shadow: var(--bp-shadow-2);
  color: var(--bp-text);
  transform: translateY(-1px);
}

.qa-link-grid strong,
.qa-link-grid span {
  display: block;
}

.qa-link-grid strong {
  font-size: 0.78rem;
  font-weight: 600;
}

.qa-link-grid span {
  color: var(--bp-muted);
  font-size: 0.66rem;
  line-height: 1.4;
  margin-top: 0.3rem;
}

.qa-load-error,
.qa-empty {
  border-radius: var(--bp-radius);
  margin: 0.75rem 0;
  padding: 0.85rem 1rem;
}

.qa-load-error {
  background: var(--bp-warning-soft);
  border: 1px solid var(--bp-warning);
  color: var(--bp-warning-text);
}

.qa-empty {
  background: var(--bp-paper);
  border: 1px dashed var(--bp-border);
  color: var(--bp-muted);
  text-align: center;
}

.qa-hidden {
  display: none !important;
}

.md-footer {
  background: var(--bp-navigation-deep);
}

@media screen and (min-width: 76.234375em) {
  .md-header {
    margin-left: var(--bp-sidebar-width);
    width: calc(100% - var(--bp-sidebar-width));
  }

  .md-header__inner {
    justify-content: flex-end;
  }

  .md-header__button.md-logo,
  .md-header__title {
    display: none;
  }

  .md-search {
    flex: 0 1 17.5rem;
    margin-left: 0;
    max-width: 17.5rem;
    width: 17.5rem;
  }

  .md-sidebar--primary {
    height: 100vh;
    margin-top: calc(-1 * var(--bp-header-height));
    max-height: 100vh;
    position: sticky;
    top: 0 !important;
    z-index: 4;
  }

  .qa-sidebar-brand {
    display: flex;
  }

  .md-nav--primary > .md-nav__title {
    display: none;
  }
}

@media screen and (max-width: 76.234375em) {
  .md-header__inner {
    padding: 0 1rem;
  }

  .md-sidebar--primary {
    background: var(--bp-navigation);
    left: 0 !important;
    right: auto !important;
    width: var(--bp-sidebar-width);
  }

  [data-md-toggle="drawer"]:not(:checked) ~ .md-container .md-sidebar--primary {
    transform: translateX(-100%);
  }

  [data-md-toggle="drawer"]:checked ~ .md-container .md-sidebar--primary {
    transform: translateX(0);
  }

  .md-nav--primary {
    padding-top: 0;
  }

  .md-nav--primary > .md-nav__title {
    align-items: center;
    background-color: var(--bp-navigation) !important;
    color: var(--bp-navigation-text);
    display: flex;
    font-size: 1.15rem;
    font-weight: 600 !important;
    gap: 0.55rem;
    height: var(--bp-header-height);
    min-height: var(--bp-header-height);
    padding: 0 1.25rem;
  }

  .md-nav--primary > .md-nav__list {
    padding-top: 1.5rem;
  }

  .md-nav--primary > .md-nav__title .md-nav__button {
    color: var(--bp-navigation-text);
    display: flex;
    flex: 0 0 2.1rem;
    height: 2.1rem;
    margin: 0;
    padding: 0;
    position: static;
    width: 2.1rem;
  }

  .md-nav--primary > .md-nav__title .md-logo img {
    height: 2.1rem;
    width: 2.1rem;
  }

  .md-nav--primary .md-nav .md-nav__title {
    align-items: center;
    background-color: var(--bp-navigation) !important;
    color: var(--bp-navigation-text);
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    height: var(--bp-header-height);
    min-height: var(--bp-header-height);
    padding: 0 1.25rem;
  }

}

@media screen and (max-width: 48em) {
  .md-content > .md-content__inner {
    padding: 1.25rem 1rem 3rem;
  }

  .qa-section__heading,
  .qa-run-trend__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .qa-run-trend__controls {
    justify-content: flex-start;
    width: 100%;
  }

  .qa-control {
    flex: 1 1 10rem;
  }

  .qa-control select {
    min-width: 0;
    width: 100%;
  }

  .qa-run-trend__card {
    grid-template-columns: 1fr;
  }

  .qa-run-trend__summary {
    border-left: 0;
    border-top: 1px solid var(--bp-border-soft);
    min-height: 10rem;
  }

  .qa-coverage-grid,
  .qa-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md-typeset .qa-run-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qa-run-meta div,
  .qa-run-meta div:nth-child(-n + 3),
  .qa-run-meta div:nth-child(3n) {
    border-right: 0;
    border-top: 1px solid var(--bp-border-soft);
  }

  .qa-run-meta div:nth-child(odd) {
    border-right: 1px solid var(--bp-border-soft);
  }

  .qa-run-meta div:nth-child(-n + 2) {
    border-top: 0;
  }

}

@media screen and (max-width: 30em) {
  .md-header__title {
    font-size: 0.85rem;
  }

  .qa-metric-grid,
  .md-typeset .qa-run-meta {
    grid-template-columns: 1fr;
  }

  .qa-run-trend__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .qa-control {
    flex-basis: auto;
  }

  .qa-run-trend__range {
    align-self: flex-start;
  }

  .qa-run-trend__totals,
  .qa-coverage-grid,
  .qa-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qa-run-trend__change-grid {
    grid-template-columns: 1fr;
  }

  .qa-run-meta div,
  .qa-run-meta div:nth-child(odd),
  .qa-run-meta div:nth-child(-n + 2) {
    border-right: 0;
    border-top: 1px solid var(--bp-border-soft);
  }

  .qa-run-meta div:first-child {
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
