*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

html, body {
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select {
  font: inherit;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

th {
  font-weight: normal;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: fallback;
  src: url("/style/inter-var-e8200cb2.woff2") format("woff2");
  font-named-instance: "Regular";
}
@font-face {
  font-family: "Buenos Aires";
  font-style: normal;
  font-weight: 100 900;
  font-display: fallback;
  src: url("/style/buenos-aires-var-1f9048c0.woff2") format("woff2");
  font-named-instance: "Regular";
}
body {
  background: radial-gradient(farthest-corner at 0 0, #ffffff -50%, #e2e8f0 125%);
}

body {
  color: #2d3748;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  font-variant-ligatures: none;
}

strong {
  font-weight: 600;
}

p + p {
  margin-top: 1.5em;
}

p + ul {
  margin-top: 0.5rem;
}

p + ol {
  margin-top: 0.5rem;
}

ul + p {
  margin-top: 1.5em;
}

ol + p {
  margin-top: 1.5em;
}

h1 {
  font-family: Buenos Aires, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.625rem;
  line-height: 1.25;
}

h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes focus-ring {
  from {
    box-shadow: #ffffff 0px 0px 0px 2px, #ffffff 0px 0px 0px 4px;
  }
  to {
    box-shadow: #ffffff 0px 0px 0px 2px, #6091FA 0px 0px 0px 4px;
  }
}
@keyframes focus-ring-inset {
  from {
    box-shadow: inset 0px 0px 0px 2px transparent;
  }
  to {
    box-shadow: inset 0px 0px 0px 2px #6091FA;
  }
}
a {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  color: #002fdc;
  text-decoration-color: transparent;
}
a:hover {
  text-decoration-color: currentColor;
}
a.danger {
  color: #dc2d29;
}

a.button {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  border: none;
  background: unset;
  color: inherit;
  text-decoration: unset;
  cursor: default;
}
a.button:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
a.button > svg {
  height: 1.5em;
  flex: 0 0 auto;
}
a.button:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
a.button.primary {
  border-radius: 0.25rem;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: linear-gradient(135deg, #F44F4B 0%, #DC2D29 30%, #DC2D29 55%, #C71E1E 100%);
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px #ECB7B7;
  color: #f7f8fb;
  font-weight: 600;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
a.button.primary::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
a.button.primary:hover:not(:disabled)::before {
  opacity: 0.13;
}
a.button.primary > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
a.button.primary > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
a.button.primary:hover {
  box-shadow: 2px 2px 4px -2px #EF4844;
}
a.button.primary:disabled {
  transition: none;
  background: rgb(247.013258427, 147.178988764, 144.516741573);
  box-shadow: none;
}
a.button.secondary {
  border: 1px solid #94a3b8;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #D3D7E9;
  color: #2d3748;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: linear-gradient(135deg, #FFFFFF 0%, #F7F8FB 24%, #F3F7FF 74%, #EBEFF5 100%);
  z-index: 0;
  overflow: hidden;
}
a.button.secondary > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
a.button.secondary > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
a.button.secondary:hover {
  box-shadow: 2px 2px 4px -2px #C5D0DE;
}
a.button.secondary:disabled {
  transition: none;
  background: #f7f8fb;
  color: #94a3b8;
  border-color: #e2e8f0;
  box-shadow: none;
}
a.button.secondary::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
a.button.secondary:hover:not(:disabled)::before {
  opacity: 0.06;
}
a.button.small {
  font-size: 0.75rem;
}
a.button.small.primary {
  padding: 0.375rem 1rem;
}
a.button.small.secondary, a.button.small.tertiary, a.button.small.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
a.button.danger {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: #ffffff;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f9aeac;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #fee3e2;
  color: #dc2d29;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
}
a.button.danger::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
a.button.danger:hover:not(:disabled)::before {
  opacity: 0;
}
a.button.danger > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
a.button.danger > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
a.button.danger:hover {
  background: #fef2f2;
  box-shadow: 2px 2px 4px -2px #f9aeac;
}
a.button.danger:disabled {
  transition: none;
  background: #f7f8fb;
  color: #f9aeac;
  border-color: #fee3e2;
  box-shadow: none;
}
a.button.tertiary {
  border: 1px solid #94a3b8;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #D3D7E9;
  color: #2d3748;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: white;
  z-index: 0;
  overflow: hidden;
  opacity: 0.9;
}
a.button.tertiary > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
a.button.tertiary > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
a.button.tertiary:hover {
  box-shadow: 2px 2px 4px -2px #C5D0DE;
}
a.button.tertiary:disabled {
  transition: none;
  background: #f7f8fb;
  color: #94a3b8;
  border-color: #e2e8f0;
  box-shadow: none;
}
a.button.tertiary::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
a.button.tertiary:hover:not(:disabled)::before {
  opacity: 0.06;
}

a#back-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1rem;
}
a#back-link > svg {
  height: 1rem;
}

button {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  border: none;
  background: unset;
  color: inherit;
}
button:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
button > svg {
  height: 1.5em;
  flex: 0 0 auto;
}

button.link {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  color: #002fdc;
  text-decoration-color: transparent;
  cursor: pointer;
  text-decoration-line: underline;
}
button.link:hover {
  text-decoration-color: currentColor;
}

button.primary {
  border-radius: 0.25rem;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: linear-gradient(135deg, #F44F4B 0%, #DC2D29 30%, #DC2D29 55%, #C71E1E 100%);
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px #ECB7B7;
  color: #f7f8fb;
  font-weight: 600;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
button.primary::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
button.primary:hover:not(:disabled)::before {
  opacity: 0.13;
}
button.primary > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
button.primary > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
button.primary:hover {
  box-shadow: 2px 2px 4px -2px #EF4844;
}
button.primary:disabled {
  transition: none;
  background: rgb(247.013258427, 147.178988764, 144.516741573);
  box-shadow: none;
}

button.secondary {
  border: 1px solid #94a3b8;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #D3D7E9;
  color: #2d3748;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: linear-gradient(135deg, #FFFFFF 0%, #F7F8FB 24%, #F3F7FF 74%, #EBEFF5 100%);
  z-index: 0;
  overflow: hidden;
}
button.secondary > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
button.secondary > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
button.secondary:hover {
  box-shadow: 2px 2px 4px -2px #C5D0DE;
}
button.secondary:disabled {
  transition: none;
  background: #f7f8fb;
  color: #94a3b8;
  border-color: #e2e8f0;
  box-shadow: none;
}
button.secondary::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
button.secondary:hover:not(:disabled)::before {
  opacity: 0.06;
}

button.tertiary {
  border: 1px solid #94a3b8;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #D3D7E9;
  color: #2d3748;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: white;
  z-index: 0;
  overflow: hidden;
  opacity: 0.9;
}
button.tertiary > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
button.tertiary > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
button.tertiary:hover {
  box-shadow: 2px 2px 4px -2px #C5D0DE;
}
button.tertiary:disabled {
  transition: none;
  background: #f7f8fb;
  color: #94a3b8;
  border-color: #e2e8f0;
  box-shadow: none;
}
button.tertiary::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
button.tertiary:hover:not(:disabled)::before {
  opacity: 0.06;
}

button.small {
  font-size: 0.75rem;
}
button.small.primary {
  padding: 0.375rem 1rem;
}
button.small.secondary, button.small.tertiary, button.small.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}

button.danger.link {
  color: #dc2d29;
}
button.danger:not(.link) {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: #ffffff;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f9aeac;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #fee3e2;
  color: #dc2d29;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
}
button.danger:not(.link)::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
button.danger:not(.link):hover:not(:disabled)::before {
  opacity: 0;
}
button.danger:not(.link) > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
button.danger:not(.link) > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
button.danger:not(.link):hover {
  background: #fef2f2;
  box-shadow: 2px 2px 4px -2px #f9aeac;
}
button.danger:not(.link):disabled {
  transition: none;
  background: #f7f8fb;
  color: #f9aeac;
  border-color: #fee3e2;
  box-shadow: none;
}

.switch {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.75rem;
}
.switch .legend {
  font-weight: 600;
}
.switch .options {
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  display: inline-flex;
  background-color: #f7f8fb;
}
.switch .options .option label {
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: calc(0.125rem + 0.25rem - 1px) 0.5rem;
  margin: 0 0.25rem;
  font-weight: 600;
  color: #4a5568;
}
.switch .options .option label::before {
  border-radius: 0.25rem;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
  inset: calc(0.25rem - 1px) 0;
}
.switch .options .option label:hover {
  cursor: pointer;
}
.switch .options .option label:hover::before {
  background: #e2e8f0;
}
.switch .options .option input[type=radio] {
  position: absolute;
  opacity: 0.011;
  z-index: -1;
}
.switch .options .option input[type=radio]:focus-visible + label {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.switch .options .option input[type=radio]:checked + label {
  border: 1px solid #4a5568;
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  margin: -1px;
  padding: calc(0.125rem + 0.25rem - 1px) 0.75rem;
  color: #2d3748;
  background-color: #ffffff;
}
.switch .options .option input[type=radio]:checked + label:hover {
  cursor: default;
}
.switch .options .option input[type=radio]:checked + label::before {
  display: none;
}

label {
  font-weight: 600;
}

input[type=checkbox] + div label {
  font-weight: 400;
}

input[type=radio] + label {
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=password],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=number],
textarea {
  border: 1px solid #c5d0de;
  border-radius: 0.25rem;
  padding: calc(0.5rem - 1px) 1rem;
  color: #2d3748;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=time]:focus-visible,
input[type=date]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=number]:focus-visible,
textarea:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=time]:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #e2e8f0;
}

.textarea {
  display: grid;
}
.textarea textarea {
  resize: none;
}
.textarea::after {
  content: attr(data-text) " ";
  max-height: 20rem;
  visibility: hidden;
  white-space: pre-wrap;
  overflow: hidden;
}
.textarea textarea, .textarea::after {
  border: 1px solid #c5d0de;
  border-radius: 0.25rem;
  padding: calc(0.5rem - 1px) 1rem;
  grid-row: 1/-1;
  grid-column: 1/-1;
  overflow-wrap: anywhere;
}

input {
  accent-color: #2253E4;
}
input:disabled {
  color: #2d3748;
  background-color: #f7f8fb;
}

input[type=radio] {
  border: 1px solid #94a3b8;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: calc(1rem - 1px);
  width: calc(1rem - 1px);
  border-radius: 100%;
  color: #2253E4;
  display: inline-block;
}
input[type=radio]:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
input[type=radio]:disabled {
  border: 1px solid #e2e8f0;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><circle cx='8' cy='8' r='3'/></svg>");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=radio]:checked:disabled {
  background-color: #AACCF9;
}
input[type=radio]:checked:disabled svg {
  fill: #f7f8fb;
}

input[type=time],
input[type=date],
input[type=datetime-local] {
  width: fit-content;
}

input[type=checkbox] {
  height: calc(1rem - 1px);
  width: calc(1rem - 1px);
}
input[type=checkbox]:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}

.suffixed {
  display: flex;
  flex-direction: row;
}
.suffixed input[type=text],
.suffixed input[type=number] {
  padding-right: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
  min-width: 0;
  z-index: 0;
  border-right-color: #e2e8f0;
}
.suffixed input[type=text]:focus-visible,
.suffixed input[type=number]:focus-visible {
  border-right-color: #c5d0de;
}
.suffixed > span:last-child {
  border: 1px solid #c5d0de;
  border-radius: 0.25rem;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.5rem;
  background: #f7f8fb;
  white-space: nowrap;
}

.file-input input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0.011;
  z-index: -1;
}
.file-input input[type=file] + label {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  border: none;
  background: unset;
  color: inherit;
  border: 1px solid #94a3b8;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 1px -1px #D3D7E9;
  color: #2d3748;
  font-weight: 600;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  white-space: nowrap;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: relative;
  background: linear-gradient(135deg, #FFFFFF 0%, #F7F8FB 24%, #F3F7FF 74%, #EBEFF5 100%);
  z-index: 0;
  overflow: hidden;
  display: inline-block;
}
.file-input input[type=file] + label:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.file-input input[type=file] + label > svg {
  height: 1.5em;
  flex: 0 0 auto;
}
.file-input input[type=file] + label > svg:not(.classifier) {
  margin-left: -0.25em;
  margin-right: 0.125em;
}
.file-input input[type=file] + label > svg.classifier {
  margin-left: 0.125em;
  margin-right: -0.25em;
}
.file-input input[type=file] + label:hover {
  box-shadow: 2px 2px 4px -2px #C5D0DE;
}
.file-input input[type=file] + label:disabled {
  transition: none;
  background: #f7f8fb;
  color: #94a3b8;
  border-color: #e2e8f0;
  box-shadow: none;
}
.file-input input[type=file] + label::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  position: absolute;
  display: block;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: black;
}
.file-input input[type=file] + label:hover:not(:disabled)::before {
  opacity: 0.06;
}
.file-input input[type=file]:disabled + label {
  transition: none;
  background: #f7f8fb;
  color: #94a3b8;
  border-color: #e2e8f0;
  box-shadow: none;
}
.file-input input[type=file]:disabled + label:hover::before {
  display: none;
}
.file-input input[type=file]:focus-visible + label {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.file-input.file-selected input[type=file],
.file-input.file-selected input[type=file] + label {
  display: none;
}
.file-input .file {
  border: 1px solid #c5d0de;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem;
  background: #f7f8fb;
}
.file-input .file .adornment {
  width: 1.5rem;
}
.file-input .file .name {
  flex-grow: 1;
  font-weight: 600;
}
.file-input .file .remove {
  border-radius: 0.25rem;
  color: #2d3748;
}
.file-input .file .remove:disabled {
  color: #c5d0de;
}
.file-input .file .remove:not(:disabled) {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.file-input .file .remove:not(:disabled):hover {
  background-color: #e2e8f0;
}

select {
  border: 1px solid #c5d0de;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: calc(0.5rem - 1px) 1rem;
  padding-right: 2.5rem;
  color: #2d3748;
  background-color: #ffffff;
  width: fit-content;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23868897' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
select:focus-visible {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
select:disabled {
  color: #2d3748;
  background-color: #f7f8fb;
  border-color: #e2e8f0;
  opacity: 100%;
}

@keyframes major-wait-indicator {
  from, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(255px);
  }
}
.async-select > input[id] {
  clip: rect(0 0 0 0) !important;
  border: none !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.async-select .placeholder-input {
  width: 100%;
}
.async-select .ts-wrapper {
  position: relative;
}
.async-select .ts-wrapper + .placeholder-input {
  display: none;
}
.async-select .ts-wrapper .ts-control {
  border: 1px solid #c5d0de;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  padding: calc(0.5rem - 1px) 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.async-select .ts-wrapper .ts-control input {
  background-color: transparent;
  min-width: 2ch;
  padding: 0;
  border: none !important;
  flex: 1 1 auto;
  outline: none !important;
  animation: none;
}
.async-select .ts-wrapper .ts-control .item {
  white-space: nowrap;
}
.async-select .ts-wrapper.focus .ts-control {
  outline: none;
  animation: focus-ring 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.async-select .ts-wrapper.has-items input::placeholder {
  visibility: hidden;
}
.async-select .ts-wrapper .ts-dropdown {
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  position: absolute;
  padding: 0.5rem 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
}
.async-select .ts-wrapper .ts-dropdown .option {
  padding: 0.5rem 1rem;
}
.async-select .ts-wrapper .ts-dropdown .option.active {
  background-color: #f7f8fb;
}
.async-select .ts-wrapper .ts-dropdown.top {
  bottom: 100%;
  margin-bottom: 0.5rem;
}
.async-select .ts-wrapper .ts-dropdown.bottom {
  top: 100%;
  margin-top: 0.5rem;
}
.async-select .ts-wrapper .ts-dropdown-content {
  max-height: 20rem;
  overflow-y: auto;
}
.async-select .ts-wrapper.loading .ts-dropdown-content {
  padding: 0.75rem 1rem;
}
.async-select .ts-wrapper .ts-dropdown-content .loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2' stroke='%234a5568' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
}
.async-select .ts-wrapper .no-results {
  padding: 0.5rem 1rem;
}
.async-select > select:disabled + .ts-wrapper .ts-control {
  color: #2d3748;
  background-color: #f7f8fb;
  border-color: #e2e8f0;
}

form {
  display: contents;
}
form .attribute .label {
  font-weight: 600;
}
form .attribute .value {
  margin-top: 0.25rem;
}
form .fields {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
form .fields .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
form .fields .row.long > .field {
  flex-grow: 1;
}
form .fields .row.long > .field input[type=text],
form .fields .row.long > .field input[type=email],
form .fields .row.long > .field input[type=password],
form .fields .row.long > .field input[type=time],
form .fields .row.long > .field input[type=date],
form .fields .row.long > .field input[type=datetime-local] {
  width: 100%;
}
form .fields .row .field label {
  /* Fields in a row need to align properly.
   * Having labels wrap causes alignment issues.
   * - Aaron, Scott A, Casey, Tue Aug 5 2025 */
  white-space: nowrap;
}
form .fields .row .field select,
form .fields .row .field input[type=text],
form .fields .row .field input[type=email],
form .fields .row .field input[type=password],
form .fields .row .field input[type=time],
form .fields .row .field input[type=date],
form .fields .row .field input[type=datetime-local] {
  width: 100%;
}
form .field .guidance {
  margin-top: 0.75rem;
}
form .field .preview > * {
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f7f8fb;
}
form .field .preview > *[hidden] {
  display: none;
}
form .field .preview > * .heading {
  font-weight: 600;
}
form .field .instructions p {
  margin-top: 0.25rem;
}
form .field .instructions p:only-child {
  margin-top: 0;
}
form .field .instructions p + p {
  margin-top: 0.375rem;
}
form .field.text > input {
  display: block;
}
form .field.text > * + input {
  margin-top: 0.5rem;
}
form .field.text > * + .suffixed {
  margin-top: 0.5rem;
}
form .field.time > input, form .field.date > input, form .field.datetime > input {
  display: block;
}
form .field.time > * + input, form .field.date > * + input, form .field.datetime > * + input {
  margin-top: 0.5rem;
}
form .field.checkbox-field .checkbox {
  margin-top: 0.5rem;
}
form .field.checkbox, form .field.checkbox-field .checkbox {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  justify-items: start;
  margin-bottom: calc(-0.25rem - 1px);
}
form .field.checkbox :first-child, form .field.checkbox-field .checkbox :first-child {
  grid-column: 1;
}
form .field.checkbox > *, form .field.checkbox-field .checkbox > * {
  grid-column: 2;
}
form .field.checkbox > input, form .field.checkbox-field .checkbox > input {
  grid-column: 1;
  margin-top: 0.25rem;
}
form .field.checkbox .instructions, form .field.checkbox-field .checkbox .instructions {
  font-size: 0.875rem;
}
form .field.select > select {
  display: block;
  max-width: 100%;
}
form .field.select > * + select {
  margin-top: 0.5rem;
}
form .field.select > * + .async-select {
  margin-top: 0.5rem;
}
form .field.text-area > .textarea {
  width: 100%;
}
form .field.text-area > * + .textarea {
  margin-top: 0.5rem;
}
form .field.checkbox-group .legend {
  font-weight: 600;
}
form .field.checkbox-group .checkboxes {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
form .field.checkbox-group .checkbox {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  justify-items: start;
}
form .field.checkbox-group .checkbox :first-child {
  grid-column: 1;
}
form .field.checkbox-group .checkbox > * {
  grid-column: 2;
}
form .field.checkbox-group .checkbox > input {
  grid-column: 1;
  margin-top: 0.25rem;
}
form .field.checkbox-group .checkbox .instructions {
  font-size: 0.875rem;
}
form .field.radio-group .legend {
  font-weight: 600;
}
form .field.radio-group .radio-buttons {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
form .field.radio-group .radio-button {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  justify-items: start;
}
form .field.radio-group .radio-button :first-child {
  grid-column: 1;
}
form .field.radio-group .radio-button > * {
  grid-column: 2;
}
form .field.radio-group .radio-button > input {
  grid-column: 1;
  margin-top: 0.25rem;
}
form .field.radio-group .radio-button .instructions {
  font-size: 0.875rem;
}
form .field.file .upload {
  margin-top: 0.5rem;
}
form .field.file .upload .file.uploading {
  background: unset;
}
form .field.file .upload .file.uploading .adornment * {
  display: none;
}
form .field.file .upload .file.uploading .adornment::before {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2' stroke='%234a5568' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
  display: block;
  content: "";
  margin: auto;
}
form .field.file .upload .error {
  color: #b91c1c;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
form .field.invalid input[type=text],
form .field.invalid input[type=email],
form .field.invalid input[type=password],
form .field.invalid input[type=time],
form .field.invalid input[type=date],
form .field.invalid input[type=datetime-local],
form .field.invalid input[type=number],
form .field.invalid textarea,
form .field.invalid select,
form .field.invalid .ts-control {
  border-color: #b91c1c;
  outline: 1px solid #b91c1c;
}
form .field.invalid.checkbox-group label, form .field.invalid.radio-group label {
  color: #b91c1c;
}
form .field.invalid input[type=checkbox] {
  accent-color: #b91c1c;
}
form .field.invalid input[type=radio] {
  border-color: #b91c1c;
  outline: 1px solid #b91c1c;
  color: #b91c1c;
}
form .field.long {
  flex-grow: 1;
}
form .field.long input[type=text],
form .field.long input[type=email],
form .field.long input[type=password],
form .field.long input[type=time],
form .field.long input[type=date],
form .field.long input[type=datetime-local] {
  width: 100%;
}
form .instructions {
  color: #4a5568;
}
form .errors {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  gap: 0.25rem;
}
form .errors .error {
  color: #b91c1c;
  margin-top: 0;
  font-weight: 600;
  font-size: 0.875rem;
}

.panel {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.panel > footer, .panel > persistent-footer {
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #edf0f6;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.panel > persistent-footer {
  background: #ffffff;
}
.panel > persistent-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  height: 1.5rem;
  background: linear-gradient(to top, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to top, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
.panel > persistent-footer::before {
  opacity: 0;
}
.panel > persistent-footer[docked]::before {
  opacity: 1;
}
.panel > persistent-footer[loaded]::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.panel:not(.minimal) > section > header {
  display: grid;
  grid: "heading       controls" auto "instructions  instructions" auto / minmax(0, 1fr) auto;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0 1.5rem;
}
.panel:not(.minimal) > section > header h1, .panel:not(.minimal) > section > header h2, .panel:not(.minimal) > section > header h3 {
  grid-area: heading;
}
.panel:not(.minimal) > section > header .instructions {
  grid-area: instructions;
  color: #4a5568;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.panel:not(.minimal) > section > header .instructions p + p {
  margin-top: 0.5rem;
}
.panel:not(.minimal) > section > header .controls {
  grid-area: controls;
  display: flex;
  gap: 1rem;
  margin-left: 3rem;
}
.panel:not(.minimal) > section > header .controls p {
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
.panel:not(.minimal) > section > header .controls .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: flex-end;
}
.panel:not(.minimal) > section > header .controls .actions button, .panel:not(.minimal) > section > header .controls .actions .button {
  font-size: 0.75rem;
}
.panel:not(.minimal) > section > header .controls .actions button.primary, .panel:not(.minimal) > section > header .controls .actions .button.primary {
  padding: 0.375rem 1rem;
}
.panel:not(.minimal) > section > header .controls .actions button.secondary, .panel:not(.minimal) > section > header .controls .actions button.tertiary, .panel:not(.minimal) > section > header .controls .actions button.danger, .panel:not(.minimal) > section > header .controls .actions .button.secondary, .panel:not(.minimal) > section > header .controls .actions .button.tertiary, .panel:not(.minimal) > section > header .controls .actions .button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
.panel:not(.minimal) > section + section {
  margin-top: 1.5rem;
}
.panel:not(.minimal) > section + section > header {
  border-top: 1px solid #edf0f6;
  padding-top: 1.5rem;
}
.panel:not(.minimal) > section section > header {
  margin-bottom: 0.75rem;
}
.panel:not(.minimal) > section section > header .instructions {
  margin-top: 0.25rem;
}
.panel:not(.minimal) > section section > header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.panel:not(.minimal) > section section + section {
  margin-top: 2rem;
}
.panel:not(.minimal) > section .subsection-group > header {
  display: flex;
  background-color: #f3f7ff;
  margin: 0 -1.5rem 2rem -1.5rem;
  padding: 1rem 1.5rem;
  justify-content: space-between;
  gap: 1rem;
}
.panel:not(.minimal) > section .subsection-group + .subsection-group {
  margin-top: 3.5rem;
}
.panel.minimal > section > header {
  margin-bottom: 0.75rem;
}
.panel.minimal > section > header .instructions {
  margin-top: 0.25rem;
}
.panel.minimal > section > header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.panel.minimal > section + section {
  margin-top: 2rem;
}
.panel.minimal > section > section + section {
  margin-top: 1.5rem;
}
.panel > footer .actions, .panel > persistent-footer .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: flex-end;
}
.panel > footer .actions.elaborated, .panel > persistent-footer .actions.elaborated {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 1rem;
  row-gap: 1rem;
}
.panel > footer .actions.elaborated .action, .panel > persistent-footer .actions.elaborated .action {
  display: contents;
}
.panel > footer .actions.elaborated .action .elaboration, .panel > persistent-footer .actions.elaborated .action .elaboration {
  font-size: 0.875rem;
}

aside.panel > footer {
  margin-top: 0.5rem;
  border: none;
}
aside.panel > footer .actions {
  justify-content: flex-start;
}

.display.horizontal {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.display.horizontal .attribute .label {
  font-weight: 600;
}
.display.horizontal .attribute .value time {
  display: block;
}
.display.horizontal .attribute .value time local-time {
  display: block;
}
.display.horizontal .attribute {
  display: flex;
  gap: 1.5rem;
}
.display.horizontal .attribute .label {
  flex: 0 0 12rem;
  overflow: auto;
}
.display.horizontal .attribute .value {
  overflow: auto;
}
.display.horizontal .attribute .value:empty {
  margin-right: -1.5rem;
}
.display.horizontal .attribute .value time {
  display: inline-block;
}
.display.horizontal .attribute .actions {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  overflow: auto;
}
.display.horizontal .attribute .actions button, .display.horizontal .attribute .actions a.button {
  font-size: 0.75rem;
}
.display.horizontal .attribute .actions button.primary, .display.horizontal .attribute .actions a.button.primary {
  padding: 0.375rem 1rem;
}
.display.horizontal .attribute .actions button.secondary, .display.horizontal .attribute .actions button.tertiary, .display.horizontal .attribute .actions button.danger, .display.horizontal .attribute .actions a.button.secondary, .display.horizontal .attribute .actions a.button.tertiary, .display.horizontal .attribute .actions a.button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
.display.horizontal .attribute .actions a {
  display: flex;
  align-items: baseline;
}
.display.horizontal .attribute .actions a svg {
  align-self: normal;
  width: 1.25rem;
  margin-right: 0.1rem;
}

.display.vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.display.vertical .attribute .label {
  font-weight: 600;
}
.display.vertical .attribute .value time {
  display: block;
}
.display.vertical .attribute .value time local-time {
  display: block;
}
.display.vertical .attribute {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  align-items: baseline;
}
.display.vertical .attribute > * {
  grid-column: 1;
}
.display.vertical .attribute .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  grid-row: 1/3;
  grid-column: 2;
  justify-content: flex-end;
}
.display.vertical .attribute .actions button, .display.vertical .attribute .actions a.button {
  font-size: 0.75rem;
}
.display.vertical .attribute .actions button.primary, .display.vertical .attribute .actions a.button.primary {
  padding: 0.375rem 1rem;
}
.display.vertical .attribute .actions button.secondary, .display.vertical .attribute .actions button.tertiary, .display.vertical .attribute .actions button.danger, .display.vertical .attribute .actions a.button.secondary, .display.vertical .attribute .actions a.button.tertiary, .display.vertical .attribute .actions a.button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
.display.vertical .attribute .actions a {
  display: flex;
  align-items: baseline;
}
.display.vertical .attribute .actions a svg {
  align-self: normal;
  width: 1.25rem;
  margin-right: 0.1rem;
}

table.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
}
table.table th,
table.table td {
  vertical-align: top;
}
table.table th time,
table.table td time {
  display: block;
}
table.table th time local-time,
table.table td time local-time {
  display: block;
}
table.table th time .relative,
table.table td time .relative {
  font-size: 0.875rem;
}
table.table thead tr {
  background: #d7e0e8;
}
table.table thead tr th {
  min-width: 10rem;
  width: 10rem;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
table.table thead tr th.fill {
  width: 100%;
  padding: 0;
  min-width: 0;
}
table.table tbody tr th,
table.table tbody tr td {
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 1rem;
  overflow-wrap: anywhere;
}
table.table tbody tr th *,
table.table tbody tr td * {
  overflow-wrap: anywhere;
}
table.table tbody tr th.fill,
table.table tbody tr td.fill {
  padding: 0;
  min-width: 0;
}
table.table tbody tr:last-child th,
table.table tbody tr:last-child td {
  border-width: 0;
}

.table-panel {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  display: flex;
  flex-direction: column;
  overflow: auto;
  min-width: 100%;
  align-self: flex-start;
}
.table-panel > header {
  padding: 1.5rem 1.5rem 1.5rem;
}
.table-panel > header .instructions {
  color: #4a5568;
  margin-top: 0.25rem;
}
.table-panel > header + .controls {
  padding-top: 0;
}
.table-panel .controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
}
.table-panel table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
.table-panel table th,
.table-panel table td {
  vertical-align: top;
}
.table-panel table th time,
.table-panel table td time {
  display: block;
}
.table-panel table th time local-time,
.table-panel table td time local-time {
  display: block;
}
.table-panel table th time .relative,
.table-panel table td time .relative {
  font-size: 0.875rem;
}
.table-panel table thead tr {
  background: #d7e0e8;
}
.table-panel table thead tr th {
  min-width: 10rem;
  width: 10rem;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.table-panel table thead tr th.fill {
  width: 100%;
  padding: 0;
  min-width: 0;
}
.table-panel table tbody tr th,
.table-panel table tbody tr td {
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 1rem;
  overflow-wrap: anywhere;
}
.table-panel table tbody tr th *,
.table-panel table tbody tr td * {
  overflow-wrap: anywhere;
}
.table-panel table tbody tr th.fill,
.table-panel table tbody tr td.fill {
  padding: 0;
  min-width: 0;
}
.table-panel table tbody tr:last-child th,
.table-panel table tbody tr:last-child td {
  border-width: 0;
}
.table-panel table th.actions-cell,
.table-panel table td.actions-cell {
  text-align: right;
}
.table-panel table th.actions-cell .actions,
.table-panel table td.actions-cell .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  min-width: max-content;
  justify-content: flex-end;
}
.table-panel table th.actions-cell .actions button,
.table-panel table td.actions-cell .actions button {
  font-size: 0.75rem;
}
.table-panel table th.actions-cell .actions button.primary,
.table-panel table td.actions-cell .actions button.primary {
  padding: 0.375rem 1rem;
}
.table-panel table th.actions-cell .actions button.secondary, .table-panel table th.actions-cell .actions button.tertiary, .table-panel table th.actions-cell .actions button.danger,
.table-panel table td.actions-cell .actions button.secondary,
.table-panel table td.actions-cell .actions button.tertiary,
.table-panel table td.actions-cell .actions button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
.table-panel table th.actions-cell .actions a.button,
.table-panel table td.actions-cell .actions a.button {
  font-size: 0.75rem;
}
.table-panel table th.actions-cell .actions a.button.primary,
.table-panel table td.actions-cell .actions a.button.primary {
  padding: 0.375rem 1rem;
}
.table-panel table th.actions-cell .actions a.button.secondary, .table-panel table th.actions-cell .actions a.button.tertiary, .table-panel table th.actions-cell .actions a.button.danger,
.table-panel table td.actions-cell .actions a.button.secondary,
.table-panel table td.actions-cell .actions a.button.tertiary,
.table-panel table td.actions-cell .actions a.button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
.table-panel table thead tr th:first-child {
  padding-left: 1.5rem;
}
.table-panel table thead tr th:has(+ .fill) {
  padding-right: 0;
}
.table-panel table thead tr th:last-child {
  padding-right: 1.5rem;
}
.table-panel table tbody tr:hover {
  background-color: #f3f7ff;
}
.table-panel table tbody tr:hover > :first-child {
  box-shadow: inset 4px 0 0 0 #c5d0de;
}
.table-panel table tbody tr.link:hover a:not(.button) {
  color: #002fdc;
}
.table-panel table tbody tr.link th,
.table-panel table tbody tr.link td {
  padding: 0;
}
.table-panel table tbody tr.link th > a,
.table-panel table tbody tr.link td > a {
  text-decoration: unset;
  text-decoration: none;
  color: #2d3748;
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem 1rem;
}
.table-panel table tbody tr.link th > a:focus,
.table-panel table tbody tr.link td > a:focus {
  outline: 0;
}
@supports selector(:has(:focus-visible)) {
  .table-panel table tbody tr.link th:has(:focus-visible),
  .table-panel table tbody tr.link td:has(:focus-visible) {
    border-radius: 0.25rem;
    outline: none;
    animation: focus-ring-inset 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
    position: relative;
  }
}
@supports not selector(:has(:focus-visible)) {
  .table-panel table tbody tr.link th:focus-within,
  .table-panel table tbody tr.link td:focus-within {
    border-radius: 0.25rem;
    outline: none;
    animation: focus-ring-inset 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
    position: relative;
  }
}
.table-panel table tbody tr th:first-child,
.table-panel table tbody tr td:first-child {
  padding-left: 1.5rem;
}
.table-panel table tbody tr th:has(+ .fill),
.table-panel table tbody tr td:has(+ .fill) {
  padding-right: 0;
}
.table-panel table tbody tr th:last-child,
.table-panel table tbody tr td:last-child {
  padding-right: 1.5rem;
}
.table-panel table tbody tr.link th:first-child,
.table-panel table tbody tr.link td:first-child {
  padding-left: 0;
}
.table-panel table tbody tr.link th:first-child > a,
.table-panel table tbody tr.link td:first-child > a {
  padding-left: 1.5rem;
}
.table-panel table tbody tr.link th:has(+ .fill) > a,
.table-panel table tbody tr.link td:has(+ .fill) > a {
  padding-right: 0;
}
.table-panel table tbody tr.link th:last-child,
.table-panel table tbody tr.link td:last-child {
  padding-right: 0;
}
.table-panel table tbody tr.link th:last-child > a,
.table-panel table tbody tr.link td:last-child > a {
  padding-left: 0;
  padding-right: 1.5rem;
}
.table-panel table tbody tr.link td.actions-cell {
  position: relative;
  padding: 1rem 1rem;
  padding-right: 1.5rem;
}
.table-panel table tbody tr.link td.actions-cell > a {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes pulse-border {
  0%, 100% {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
  }
  50% {
    outline-color: var(--pulse-border-color);
  }
}
.message {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 1rem;
}
.message :first-child {
  grid-column: 1;
}
.message > * {
  grid-column: 2;
}
.message > svg {
  height: 1.5em;
  color: #2d3748;
}
.message.info {
  background: #e2e8f0;
  border: 1px solid #c5d0de;
}
.message.success {
  background: #e5f9e8;
  border: 1px solid #c7e3d2;
}
.message.warning {
  background: #fffbeb;
  border: 1px solid #fbe69b;
}
.message.error {
  --pulse-border-color: #dc2d29;
  background: #fee3e2;
  border: 1px solid #f9c1c0;
}
.message.error.pulse {
  animation-name: pulse-border;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.message + .message {
  margin-top: 0.5rem;
}

.problem {
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  --border-color: #fbe69b;
  --heading-background-color: #fff2c2;
  --description-background-color: #fffef6;
}
.problem > .title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  background: var(--heading-background-color);
  border-bottom: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
}
.problem > .title .tag {
  background-color: #2d3748;
  border-color: #2d3748;
  color: #f7f8fb;
  margin-left: 1rem;
}
.problem > .description {
  background: var(--description-background-color);
  border-bottom: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
}
.problem > .body {
  padding: 0.75rem 1rem;
}
.problem.critical {
  --border-color: #f9c1c0;
  --heading-background-color: #fee3e2;
  --description-background-color: #fff9f9;
}

.problems {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#process-status {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 1rem;
  border: 1px solid #c5d0de;
  background: #e2e8f0;
  margin-bottom: 1rem;
}
#process-status :first-child {
  grid-column: 1;
}
#process-status > * {
  grid-column: 2;
}
#process-status > svg {
  height: 1.5em;
  color: #2d3748;
}

.banner {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1rem;
  border-left: 0.25rem solid #2253E4;
  padding: 2rem 1.75rem 2rem 1.5rem;
  grid-row-gap: 0.5rem;
  justify-items: left;
}
.banner :first-child {
  grid-column: 1;
}
.banner > * {
  grid-column: 2;
}
.banner > h2 {
  font-size: 1.5rem;
}
.banner > svg {
  grid-row: 1/3;
  height: 4rem;
  padding: 0.675rem;
  background-color: #f3f7ff;
  color: #4a5568;
  border-radius: 100%;
}
.banner p {
  max-width: 70ch;
}

.guidance {
  border: 1px solid #e2e8f0;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 1rem;
  background: linear-gradient(to bottom right, rgba(243, 247, 255, 0.36) 50%, #f3f7ff 100%);
}
.guidance :first-child {
  grid-column: 1;
}
.guidance > * {
  grid-column: 2;
}
.guidance > svg {
  height: 1.5em;
  color: #2d3748;
}

#notices {
  display: flex;
  flex-direction: column;
}
#notices > :empty {
  display: none;
}
#notices > :not(:empty) ~ * {
  margin-top: 0.5rem;
}

#browser-notices .message {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#user-posture-notice {
  border: 1px solid rgb(255, 218.0778688525, 81.75);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff2c2;
  padding: 0.625rem 1.125rem;
  font-weight: 600;
}
#user-posture-notice .button {
  font-size: 0.75rem;
  margin-left: 1rem;
}
#user-posture-notice .button.primary {
  padding: 0.375rem 1rem;
}
#user-posture-notice .button.secondary, #user-posture-notice .button.tertiary, #user-posture-notice .button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}

.popover {
  display: inline-flex;
  vertical-align: bottom;
  position: relative;
}
.popover button {
  border-radius: 0.25rem;
  width: 1.5em;
  height: 1.5em;
  color: #002fdc;
}
.popover button > svg {
  margin-left: 0;
}
.popover button:hover {
  border: 1px solid #e2e8f0;
  background-color: #E2EEFF;
  border-width: 0px;
}
.popover [role=dialog] {
  display: none;
}
.popover.visible [role=dialog] {
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  color: #2d3748;
  padding: 1rem 1rem 0 1rem;
  inline-size: max-content;
  max-width: 50ch;
  max-height: 19.5em;
  overflow-y: scroll;
  z-index: 1;
  font-size: 1rem;
  font-weight: 400;
}
.popover.visible [role=dialog]:hover {
  scrollbar-color: #e2e8f0 transparent;
}
.popover.visible [role=dialog]::after {
  content: "";
  display: block;
  height: 1.5rem;
  position: sticky;
  bottom: -0.5px;
  background: linear-gradient(transparent, #ffffff 70%);
  pointer-events: none;
}
.popover.visible::before {
  content: "";
  font-size: 1rem;
  position: absolute;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  left: 4px;
  z-index: 2;
}
.popover.top [role=dialog] {
  animation: popover-slide-up 350ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.popover.top::before {
  clip-path: polygon(0% calc(100% - 2px), 0% 100%, 100% 100%, 100% 0, calc(100% - 2px) 0);
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  animation: arrow-slide-up 350ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.popover.bottom [role=dialog] {
  animation: popover-slide-down 350ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.popover.bottom::before {
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 2px, 2px 100%);
  border-left: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
  animation: arrow-slide-down 350ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes popover-slide-down {
  from {
    opacity: 0;
    transform: translate3d(calc(-50% + 1rem), calc(1.5em + 0.5rem), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(calc(-50% + 1rem), calc(1.5em + 1rem), 0);
  }
}
@keyframes arrow-slide-down {
  from {
    opacity: 0;
    transform: translate3d(0%, 1.5em, 0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, calc(1.5em + 0.5rem + 0.5px), 0) rotate(45deg);
  }
}
@keyframes popover-slide-up {
  from {
    opacity: 0;
    transform: translate3d(calc(-50% + 1rem), calc(-100% - 0.5rem), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(calc(-50% + 1rem), calc(-100% - 1rem), 0);
  }
}
@keyframes arrow-slide-up {
  from {
    opacity: 0;
    transform: translate3d(0%, -100%, 0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, calc(-100% - 0.5rem), 0) rotate(45deg);
  }
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  line-height: 1.25rem;
  min-width: 1.25rem;
  padding: 0 0.25rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 9999px;
  background-color: #e2e8f0;
  color: #2d3748;
}

.tag {
  border-radius: 0.25rem;
  border: 1px solid #e2e8f0;
  display: inline-block;
  width: max-content;
  padding: 0.25rem 0.375rem 0.1875rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.5625rem;
  height: calc(1rem + 2px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

dialog {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  margin: 11.5rem auto 2rem;
  padding: 0;
  border: none;
  max-width: 36rem;
  max-height: calc(100vh - 13.5rem);
  max-height: calc(100dvh - 13.5rem);
  overflow: hidden;
}
dialog[open] {
  display: flex;
}
dialog::backdrop {
  background-color: #111827;
  opacity: 0.5;
}
dialog > * {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
dialog > * header {
  display: flex;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #edf0f6;
  gap: 1rem;
  align-items: flex-start;
}
dialog > * header #close-dialog {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  border-radius: 0.25rem;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: -0.5rem;
}
dialog > * header #close-dialog:hover {
  background-color: #e2e8f0;
}
dialog > * .body {
  padding: 1rem 1.5rem;
  overflow-y: auto;
}
dialog > * footer {
  position: relative;
  padding: 1rem 1.5rem;
  z-index: 1;
  border-top: 1px solid #edf0f6;
}
dialog > * footer .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: flex-end;
}

@media screen and (max-height: 40rem) {
  dialog {
    margin: auto;
    max-height: calc(100dvh - 4rem);
  }
}
.action-menu {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  overflow: hidden;
}
.action-menu > header {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #edf0f6;
}
.action-menu > header .description {
  margin-top: 0.25rem;
}
.action-menu > * + header {
  padding-top: 3rem;
}
.action-menu > a + a {
  border-top: 1px solid #edf0f6;
}
.action-menu > a {
  text-decoration: unset;
  display: grid;
  grid: "icon heading      indicator" auto "icon subheading   indicator" auto "icon instructions indicator" 1fr / auto 1fr 1.75rem;
  position: relative;
  padding: 1.5rem 1.5rem;
  color: #2d3748;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, transparent 0%, #ffffff 20%);
}
.action-menu > a img {
  grid-area: icon;
  margin-right: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.action-menu > a img + .heading {
  margin-top: 0.25rem;
}
.action-menu > a .heading {
  grid-area: heading;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.action-menu > a .subheading {
  grid-area: subheading;
  font-weight: 600;
  color: #6e7b8f;
}
.action-menu > a .heading + .subheading {
  margin-top: -0.25rem;
}
.action-menu > a .instructions {
  grid-area: instructions;
  padding-right: 1.5rem;
  margin-top: 0.25rem;
}
.action-menu > a:hover {
  background-color: #f3f7ff;
  box-shadow: 0px 4px 16px -8px #e2e8f0, inset 4px 0 0 0 #6091FA;
}
.action-menu > a .indicator {
  grid-area: indicator;
  align-self: center;
  height: 1.75rem;
  width: 1.75rem;
  color: #94a3b8;
}

time {
  white-space: nowrap;
}

ul, ol {
  margin-left: 1rem;
}
ul li + li, ol li + li {
  margin-top: 0.25rem;
}

.wait-indicator.minor {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2' stroke='%234a5568' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
}
.wait-indicator.major {
  width: 300px;
  height: 3px;
  background: #f7f8fb;
  margin: calc((1rem - 3px) / 2) 0;
}
.wait-indicator.major::before {
  display: block;
  content: "";
  background: #dc2d29;
  width: 45px;
  height: 3px;
  animation-name: major-wait-indicator;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.wait {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.wait::before {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2' stroke='%234a5568' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
  content: "";
}

.panel .accordion {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.panel .accordion .disclosure {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.accordion details summary {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, transparent 0%, #ffffff 100%);
  cursor: pointer;
  list-style: none;
}
.accordion details summary:hover {
  box-shadow: inset 4px 0 0 0 #c5d0de;
  background-color: #f3f7ff;
}
.accordion details summary::marker, .accordion details summary::-webkit-details-marker {
  display: none;
}
.accordion details summary::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='currentColor'%3E%3Cpath d='M12.204 22.204a1.125 1.125 0 0 0 1.591 1.591l7-7c.44-.439.44-1.151 0-1.59l-7-7a1.125 1.125 0 0 0-1.59 1.59L18.409 16l-6.204 6.204Z'/%3E%3C/svg%3E");
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.25rem;
  transition: transform 0.15s;
}
.accordion details[open] summary:before {
  transform: rotate(90deg);
}
.accordion details .disclosure {
  padding-bottom: 1rem;
}

.supplement {
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  padding: 1rem;
  background: linear-gradient(to bottom right, rgb(236.2, 243.9793103448, 255) 50%, rgb(218.35, 233.5155172414, 255) 100%);
  border-color: rgb(218.35, 233.5155172414, 255);
}

scroll-indicator {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  position: relative;
  min-height: 0;
}
scroll-indicator::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to bottom, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
scroll-indicator::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5rem;
  background: linear-gradient(to top, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to top, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
scroll-indicator::before {
  opacity: 0;
}
scroll-indicator::after {
  opacity: 0;
}
scroll-indicator[loaded]::after, scroll-indicator[loaded]::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.1s;
}
scroll-indicator[content-above]::before {
  opacity: 1;
}
scroll-indicator[content-below]::after {
  opacity: 1;
}

persistent-footer {
  position: sticky;
  bottom: 0;
}

.persistent-footer-sentinel {
  position: absolute;
  bottom: 0;
}

#skip-to-content {
  background: #e77e23;
  height: 30px;
  top: 0;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translate(-50%, -100%);
}

#skip-to-content:focus {
  transform: translate(-50%, 0%);
  transition: transform 0.3s;
}

#workspace-identifier {
  text-decoration: unset;
  font-family: Buenos Aires, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.0625rem;
  color: #f7f8fb;
}

#application-menu {
  display: flex;
}
#application-menu a {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  text-decoration: unset;
  box-shadow: inset 0 -4px 0 0 transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 0 1rem;
  line-height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #f7f8fb;
  white-space: nowrap;
}
#application-menu a:focus-visible {
  outline: none;
  animation: focus-ring-inset 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
#application-menu a::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: absolute;
  content: " ";
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(0deg, #4a5568, transparent 90%);
}
#application-menu a:hover::before {
  box-shadow: inset 0 -4px 0 0 #c5d0de;
  opacity: 1;
}
#application-menu a.current {
  color: #ffffff;
}
#application-menu a.current::before {
  box-shadow: inset 0 -4px 0 0 #2253E4;
  background: linear-gradient(0deg, #2d3748, transparent 90%);
  opacity: 1;
}
#application-menu a.help img {
  margin-right: 1px;
}
#application-menu a svg {
  height: 1.5em;
  margin-right: 0.1875em;
  margin-left: -0.1875em;
}

#user-tools {
  position: relative;
}
#user-tools.open #user-identifier::before {
  border-color: #4a5568;
}
#user-tools.open #user-menu {
  display: flex;
  flex-direction: column;
}
#user-tools #user-identifier {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  border: none;
  border-radius: 50%;
}
#user-tools #user-identifier::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  content: " ";
  display: block;
  position: absolute;
  inset: -4px;
  border: 4px solid transparent;
  border-radius: 50%;
}
#user-tools #user-identifier:hover::before {
  border-color: #4a5568;
}
#user-tools #user-identifier .avatar {
  text-decoration: none;
}
#user-tools #user-menu {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  border: 1px solid #e2e8f0;
  display: none;
  position: absolute;
  top: 2.5rem;
  right: 0;
  z-index: 1;
  width: 20rem;
  overflow: hidden;
}
#user-tools #user-menu button, #user-tools #user-menu a {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  color: #2d3748;
  font-weight: 400;
  background: #ffffff;
  white-space: nowrap;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0.5rem 1rem;
}
#user-tools #user-menu button:hover, #user-tools #user-menu a:hover {
  background-color: #edf0f6;
  color: #2d3748;
}
#user-tools #user-menu button:focus-visible, #user-tools #user-menu a:focus-visible {
  outline: none;
  animation: focus-ring-inset 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
#user-tools #user-menu button {
  justify-content: flex-start;
}
#user-tools #user-menu a {
  text-align: left;
  text-decoration: none;
  cursor: default;
}
#user-tools #user-menu #switch-to-client-view,
#user-tools #user-menu #switch-to-legal-team-view,
#user-tools #user-menu #sign-out {
  border-top: 1px solid #e2e8f0;
}
#user-tools #user-menu .user-info {
  padding: 1rem;
  background: linear-gradient(#ffffff 3rem, #f7f8fb 5.25rem);
  border-bottom: 1px solid #e2e8f0;
}
#user-tools #user-menu .user-info .name {
  font-weight: 600;
  font-size: 1rem;
}
#user-tools #user-menu .user-info .email-address {
  font-size: 0.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#environment-identifier {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  color: #f7f8fb;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1.3;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%);
  padding: 0 1.5rem;
  background-color: #dc2d29;
  text-transform: uppercase;
  border-radius: 0 0 0.25rem 0.25rem;
}

#application-identifier {
  text-decoration: unset;
  display: flex;
  align-items: center;
  font-family: Buenos Aires, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.0625rem;
  color: #f7f8fb;
}
#application-identifier img {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  flex: 0 0 auto;
  opacity: 0.9;
  width: 1.875rem;
  height: 1.875rem;
}
#application-identifier:hover img {
  opacity: 1;
}
#application-identifier span {
  margin-left: 0.625rem;
}

#workspace-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 13rem;
  align-items: end;
  background-color: #111827;
  border-top: 1px solid #2d3748;
  visibility: visible;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, visibility 0s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#workspace-panel.hidden {
  width: 0;
  visibility: hidden;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, visibility 0s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
#workspace-panel #workspace-menu > * {
  width: 13rem;
}
#workspace-panel #application-identifier {
  width: 13rem;
  margin-top: auto;
}
#workspace-panel #application-identifier img {
  margin: 0 auto 1.5rem 1.1875rem;
}

#workspace-panel-toggle {
  text-decoration: unset;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  border-radius: 0.25rem;
  display: block;
  padding: 0.3125rem;
  color: #f7f8fb;
}
#workspace-panel-toggle:hover {
  background-color: #2d3748;
}
#workspace-panel-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}

#workspace-menu {
  display: contents;
}

#workspace-menu > * {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0.125rem;
}
#workspace-menu > *:hover {
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}
#workspace-menu > *::after {
  content: "";
  display: block;
  flex: 0 0 1.5rem;
  position: sticky;
  bottom: -0.5px;
  background: linear-gradient(transparent, #111827);
  pointer-events: none;
}
#workspace-menu > * h2 {
  padding: 0.125rem calc(1.5rem - 10px) 0.125rem 1.5rem;
  color: #f7f8fb;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  opacity: 0.8;
}
#workspace-menu > * h2::before {
  content: "";
  display: block;
  border-top: 1px solid #2d3748;
  margin: 0 1.5rem 0.875rem 0;
}
#workspace-menu > * a {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  text-decoration: unset;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  padding: 0.5rem calc(1.5rem - 10px) 0.5rem 1.5rem;
  color: #f7f8fb;
  font-size: 0.875rem;
  font-weight: 500;
}
#workspace-menu > * a:focus-visible {
  outline: none;
  animation: focus-ring-inset 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
#workspace-menu > * a::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: absolute;
  content: " ";
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, #4a5568 30%, #111827);
}
#workspace-menu > * a:hover::before {
  box-shadow: inset 4px 0 0 0 #c5d0de;
  opacity: 1;
}
#workspace-menu > * a svg {
  flex: 0 0 1.25rem;
  margin-right: 1rem;
}
#workspace-menu > * a.current {
  color: #ffffff;
}
#workspace-menu > * a.current::before {
  box-shadow: inset 4px 0 0 0 #2253E4;
  background: linear-gradient(90deg, #2d3748 16%, transparent 88%);
  opacity: 1;
}

#content-header {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  position: relative;
}
#content-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to bottom, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
#content-header #back-link {
  position: relative;
  margin-bottom: 0.375rem;
}
#content-header #back-link svg {
  position: absolute;
  left: -1rem;
}
#content-header #content-heading h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 1.5;
  font-size: 1.375rem;
}

#content-panel {
  display: flex;
  position: relative;
  background: #ffffff;
}
#content-header ~ #content-panel {
  z-index: 1;
  border-top: 1px solid #e2e8f0;
}
#content-panel:has(*) {
  border-right: 1px solid #edf0f6;
}
#content-panel > * {
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 16, 17, 0.15) transparent;
  width: 16rem;
  overflow-y: auto;
}
#content-panel > *:hover {
  scrollbar-color: rgba(15, 16, 17, 0.25) transparent;
}

#content-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}
#content-menu a {
  text-decoration: unset;
  position: relative;
  padding: 0.625rem calc(1.5rem - 10px) 0.625rem 1.5rem;
  color: #2d3748;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 0;
}
#content-menu a::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  position: absolute;
  content: " ";
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, #e2e8f0 -50%, transparent 88%);
}
#content-menu a:hover::before {
  box-shadow: inset 4px 0 0 0 #94a3b8;
  opacity: 1;
}
#content-menu a.current::before {
  box-shadow: inset 4px 0 0 0 #6091FA;
  background: linear-gradient(90deg, #E2EEFF -50%, transparent 88%);
  opacity: 1;
}

#content-drawer {
  display: flex;
  position: relative;
  background: #ffffff;
}
#content-drawer:has(*) {
  border-left: 1px solid #edf0f6;
}
#content-header ~ #content-drawer {
  z-index: 1;
  border-top: 1px solid #e2e8f0;
}

#page-heading {
  display: flex;
}
#page-heading .tag {
  margin-top: 0.35rem;
  margin-left: 0.5rem;
}

#page-menu {
  display: flex;
  margin-top: -0.5rem;
  gap: 1.25rem;
  padding: 0 1.5rem 0 1.375rem;
  border-bottom: 1px solid #e2e8f0;
  z-index: 0;
}
#page-menu:empty {
  display: none;
}
#page-menu a {
  text-decoration: unset;
  font-family: Buenos Aires, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  white-space: nowrap;
  color: #4a5568;
  padding: 0.25rem 0;
  padding: 0.25rem 0.125rem;
}
#page-menu a:hover {
  box-shadow: inset 0 -0.125rem 0 0 #94a3b8;
  color: #2d3748;
}
#page-menu a.current {
  box-shadow: inset 0 -0.125rem 0 0 #6091FA;
  color: #2d3748;
}

#page-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  min-height: calc(3.375rem + 1px);
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.75rem;
  background: #ffffff;
  z-index: 0;
}
#page-actions:empty {
  display: none;
}
#page-menu:not(:empty) + #page-actions {
  border-top: none;
}
#page-actions button {
  font-size: 0.75rem;
  flex: 0 0 auto;
}
#page-actions button.primary {
  padding: 0.375rem 1rem;
}
#page-actions button.secondary, #page-actions button.tertiary, #page-actions button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}
#page-actions a.button {
  font-size: 0.75rem;
  flex: 0 0 auto;
}
#page-actions a.button.primary {
  padding: 0.375rem 1rem;
}
#page-actions a.button.secondary, #page-actions a.button.tertiary, #page-actions a.button.danger {
  padding: calc(0.375rem - 1px) calc(1rem - 1px);
}

.placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 2rem 0;
  flex: 1 0 auto;
}
.placeholder > * {
  max-width: 30rem;
}
.placeholder p {
  margin-top: unset;
}
.placeholder p:first-of-type {
  font-size: 1.25rem;
}
.placeholder svg {
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: -0.5rem;
}
.panel header + .placeholder {
  border-top: 1px solid #e2e8f0;
  margin: 0 -1.5rem;
  padding: 2rem 1.5rem 0.5rem;
}

.address-fields {
  display: contents;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 2rem;
  width: 2rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #B7DBE3 0%, #806396 45%, #9990B4 100%);
}
.avatar.background-2 {
  background: linear-gradient(135deg, #9DB8E2 0%, #845585 45%, #A35555 100%);
}
.avatar.background-3 {
  background: linear-gradient(135deg, #D697D8 0%, #515A7B 50%, #653D5A 100%);
}
.avatar.background-4 {
  background: linear-gradient(135deg, #87D2D7 0%, #6463A0 40%, #4D7A7D 100%);
}
.avatar.background-5 {
  background: linear-gradient(135deg, #A1B3F3 0%, #4D847D 40%, #3E4C6F 100%);
}
.avatar.background-6 {
  background: linear-gradient(135deg, #BDD38E 0%, #4C8D5A 40%, #3A4F6D 100%);
}
.avatar.background-7 {
  background: linear-gradient(135deg, #F1DD71 0%, #758439 45%, #275964 100%);
}
.avatar.background-8 {
  background: linear-gradient(135deg, #E0C899 0%, #A5702C 45%, #A52727 100%);
}
.avatar.background-9 {
  background: linear-gradient(135deg, #E0C899 0%, #A5702C 45%, #A52727 100%);
}
.avatar.background-10 {
  background: linear-gradient(135deg, #DC9E7C 0%, #995381 50%, #894382 100%);
}
.avatar.background-11 {
  background: linear-gradient(135deg, #94CDD0 0%, #67598D 50%, #7C7A40 100%);
}
.avatar.background-12 {
  background: linear-gradient(135deg, #9BC49C 0%, #5C8784 50%, #724B7B 100%);
}
.avatar.background-13 {
  background: linear-gradient(135deg, #D392B5 0%, #A05D40 50%, #A48538 100%);
}
.avatar.background-14 {
  background: linear-gradient(135deg, #97C3D0 0%, #9F597B 50%, #984646 100%);
}
.avatar.background-15 {
  background: linear-gradient(135deg, #98D08F 0%, #848251 50%, #6C4450 100%);
}
.avatar.background-16 {
  background: linear-gradient(135deg, #D6CF96 0%, #5B6979 50%, #785D82 100%);
}

#comments-drawer {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 25.625rem;
  overflow: auto;
  background-color: #ffffff;
}
#comments-drawer.loaded #comments-frame {
  visibility: visible;
}
#comments-drawer.collapsed {
  width: auto;
  height: 100%;
}
#comments-drawer.collapsed header h2 {
  display: none;
}
#comments-drawer.collapsed header .badge {
  display: block;
}
#comments-drawer.collapsed header .comments-icon {
  display: block;
}
#comments-drawer.collapsed header .collapse-icon {
  display: none;
}
#comments-drawer.collapsed #comments {
  display: none;
}
#comments-drawer.collapsed form {
  display: none;
}
#comments-drawer header {
  flex: 0 0 auto;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#comments-drawer header h2 {
  font-size: 1rem;
  font-weight: 400;
}
#comments-drawer header button {
  border-radius: 0.25rem;
  position: relative;
}
#comments-drawer header button:hover {
  background-color: #e2e8f0;
}
#comments-drawer header button .badge {
  display: none;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}
#comments-drawer header svg {
  height: 2rem;
  min-width: 2rem;
  margin: 0.25rem;
  color: #002fdc;
}
#comments-drawer header .comments-icon {
  display: none;
}
#comments-drawer header .collapse-icon {
  color: #2d3748;
}
#comments-drawer #comments-frame {
  visibility: hidden;
}
#comments-drawer #comments {
  display: flex;
  flex-direction: column;
  min-height: 14rem;
  height: 100%;
  overflow: auto;
}
#comments-drawer #comments::after {
  flex: 0 0 auto;
  content: "";
  display: block;
  height: 1.5rem;
  position: sticky;
  bottom: 0;
  background: linear-gradient(transparent, #ffffff 90%);
  pointer-events: none;
  margin-right: 1rem;
}
#comments-drawer #comments .placeholder {
  color: #94a3b8;
}
#comments-drawer #comments .placeholder p {
  padding: 0 4rem;
}
#comments-drawer #comments .comment {
  display: grid;
  grid-template-columns: 2rem auto;
  grid-column-gap: 0.5rem;
  align-items: baseline;
  padding: 1rem;
  position: relative;
}
#comments-drawer #comments .comment + .comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  border-top: 1px solid #e2e8f0;
}
#comments-drawer #comments .comment .avatar {
  grid-column: 1;
  grid-row: 1/span 2;
  margin-top: 5px;
}
#comments-drawer #comments .comment .author {
  grid-column: 2;
  font-weight: 600;
  font-size: 0.875rem;
  align-self: flex-start;
}
#comments-drawer #comments .comment time {
  grid-column: 2;
  color: #4a5568;
  font-size: 0.875rem;
}
#comments-drawer #comments .comment time + p {
  margin-top: 0.5rem;
}
#comments-drawer #comments .comment p {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  grid-column: 1/span 2;
}
#comments-drawer form {
  flex: 0 0 auto;
  border-top: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  display: grid;
  gap: 0.75rem;
}
#comments-drawer form .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  margin-top: 0;
  justify-content: flex-end;
}
#comments-drawer form .action-hidden {
  display: none;
}
#comments-drawer form .notice {
  border-radius: 0.25rem;
  background: linear-gradient(to bottom right, rgba(243, 247, 255, 0.36) 50%, #f3f7ff 100%);
  border: 1px solid #e2e8f0;
  padding: 0.5rem;
  font-size: 0.875rem;
}
#comments-drawer form .textarea::after {
  max-height: 15rem;
}
@media (max-height: 1000px) {
  #comments-drawer form .textarea::after {
    max-height: 10rem;
  }
}
@media (max-height: 500px) {
  #comments-drawer form .textarea::after {
    max-height: 4rem;
  }
}

#workspace-switcher {
  position: relative;
}
#workspace-switcher.open #workspace-identifier svg {
  transform: rotate(180deg);
}
#workspace-switcher.open nav {
  display: flex;
  flex-direction: column;
}
#workspace-switcher #workspace-identifier {
  border-radius: 0.25rem;
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  height: 1.875rem;
  padding: 0.125rem 0.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
#workspace-switcher #workspace-identifier:hover {
  background-color: #2d3748;
}
#workspace-switcher #workspace-identifier svg {
  position: relative;
  margin-top: -0.125rem;
  margin-left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
#workspace-switcher nav {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  border: 1px solid #e2e8f0;
  display: none;
  position: absolute;
  top: 2.25rem;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 20rem;
}
#workspace-switcher nav a {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  color: #2d3748;
  font-weight: 400;
  white-space: normal;
  text-decoration: none;
  cursor: default;
}
#workspace-switcher nav a:hover {
  background-color: #edf0f6;
  color: #2d3748;
}
#workspace-switcher nav a:focus-visible {
  border-radius: 0.25rem;
  outline: none;
  animation: focus-ring-inset 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
#workspace-switcher nav a.selected {
  font-weight: 600;
}
#workspace-switcher nav a svg {
  align-self: flex-start;
  margin-top: -0.25rem;
  margin-left: 0.5rem;
  flex: 0 0 1.75rem;
}

.legal-terms {
  color: #4a5568;
}
.legal-terms h1, .legal-terms strong {
  color: #2d3748;
}
.legal-terms h2, .legal-terms h3 {
  all: unset;
  color: #2d3748;
}
.legal-terms p {
  margin-top: 1rem;
}
.legal-terms ol {
  list-style: none;
  margin-left: 0;
  margin-left: 1rem;
}
.legal-terms ol li + li {
  margin-top: 0;
}
.legal-terms ol ol {
  margin-left: 1.5rem;
}
.legal-terms li {
  margin: 0.5rem 0;
}
.legal-terms ol.articles, .legal-terms ol.sections {
  counter-reset: article;
}
.legal-terms ol.articles > li::before, .legal-terms ol.sections > li::before {
  content: counters(article, ".") ". ";
  counter-increment: article;
  font-weight: 600;
  color: #2d3748;
}
.legal-terms ol.articles h2::after, .legal-terms ol.articles h3::after, .legal-terms ol.sections h2::after, .legal-terms ol.sections h3::after {
  display: inline-block;
  content: ".";
  color: #2d3748;
}
.legal-terms ol.articles h2 {
  font-weight: 600;
  color: #2d3748;
}
.legal-terms ol.articles li {
  margin-left: 0;
}
.legal-terms ol.sections h3 {
  text-decoration: underline;
  color: #2d3748;
}
.legal-terms ol.subsections {
  counter-reset: subsection;
}
.legal-terms ol.subsections > li::before {
  counter-increment: subsection article-1;
  content: counter(subsection, lower-alpha) ")";
}
.legal-terms .conspicuous {
  font-weight: 600;
  text-transform: uppercase;
  color: #2d3748;
}
.legal-terms ol.conspicuous {
  counter-reset: conspicuous;
  margin-left: 1.5rem;
}
.legal-terms ol.conspicuous > li::before {
  counter-increment: conspicuous article-1;
  content: "(" counter(conspicuous, upper-alpha) ")";
}

.tag.completed {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #4a5568;
}
.tag.canceled {
  background-color: #2d3748;
  border-color: #2d3748;
  color: #f7f8fb;
}
.tag.in-progress {
  background-color: #ffffff;
  color: #4a5568;
}
.tag.recommended {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #4a5568;
}
.tag.attention {
  background-color: #fee3e2;
  border-color: #fee3e2;
  color: #991b1b;
}

.steps {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
.steps > header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
}
.steps > ol {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  counter-reset: step;
  gap: 1.5rem;
}
.steps > ol li + li {
  margin-top: 0;
}
.steps > ol > li {
  counter-increment: step;
  display: grid;
  grid: "counter title   status      link" auto ".       info    info        info" auto "message message message     message" auto / 2ch auto min-content 1fr;
  align-items: baseline;
}
.steps > ol > li p + p {
  margin-top: 1rem;
}
.steps > ol > li > .title {
  grid-area: title;
}
.steps > ol > li > .status {
  grid-area: status;
}
.steps > ol > li > a {
  margin-left: auto;
  grid-area: link;
  white-space: nowrap;
}
.steps > ol > li .info {
  grid-area: info;
  margin-top: 0.25rem;
}
.steps > ol > li.current, .steps > ol > li.pending {
  border-radius: 0.25rem;
  background-color: #f7f8fb;
  padding: 0.75rem;
  margin: 0 -0.75rem;
}
.steps > ol > li.current > .title, .steps > ol > li.current::before, .steps > ol > li.pending > .title, .steps > ol > li.pending::before {
  font-weight: 600;
}
.steps > ol > li::before {
  content: counters(step, "") ". ";
  grid-area: counter;
}
.steps > ol > li > .status {
  margin: 0 0.5rem;
}
.steps > ol > li.completed > .tag.status {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #4a5568;
}
.steps > ol > li.not-applicable > .tag.status {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #4a5568;
}
.steps > ol > li.current > .tag.status {
  background-color: #c9f1cf;
  border-color: #c9f1cf;
  color: #136431;
}
.steps > ol > li.canceled > .tag.status {
  background-color: #2d3748;
  border-color: #2d3748;
  color: #f7f8fb;
}
.steps > ol > li.not-started > .tag.status {
  background-color: #ffffff;
  color: #4a5568;
}
.steps > ol > li.pending > .tag.status {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #4a5568;
}
.steps > ol > li .message {
  grid-area: message;
  margin-top: 0.75rem;
}

turbo-frame {
  display: contents;
}

.full-width-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 60rem;
  padding: 1.5rem;
}
.full-width-layout > * {
  flex: 0 0 auto;
}

.one-column-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 60rem;
  max-width: calc(75ch + 2px + 3rem + 35ch + 2px + 3rem + 1.5rem + 3rem);
  padding: 1.5rem;
}
.one-column-layout > * {
  flex: 0 0 auto;
}

.two-column-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
}
.two-column-layout > * {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.two-column-layout > * > * {
  flex: 0 0 auto;
}
.two-column-layout > :first-child {
  flex: 0 1 calc(75ch + 2px + 3rem);
  min-width: calc(55ch + 2px + 3rem);
}
.two-column-layout > :nth-child(2) {
  flex: 0 2 calc(35ch + 2px + 3rem);
  min-width: calc(30ch + 2px + 3rem);
}

body.prompt {
  display: grid;
  grid: "browser-notices     browser-notices     browser-notices" auto "user-posture-notice user-posture-notice user-posture-notice" auto ".                   .                   ." minmax(4rem, 1fr) ".                   main                ." auto ".                   .                   ." minmax(4rem, 2fr) / 6rem 1fr 6rem;
  min-height: 100vh;
  min-height: 100dvh;
  background: no-repeat center/cover url("/style/wave-texture-2062c8f8.webp");
}
body.prompt #browser-notices {
  grid-area: browser-notices;
}
body.prompt #user-posture-notice {
  grid-area: user-posture-notice;
}
body.prompt main {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  grid-area: main;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  padding: 3rem 3.5rem;
}
body.prompt main > .instructions {
  font-size: 0.875rem;
  margin-top: 1rem;
}
body.prompt main header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
body.prompt main #notices > :not(:empty) {
  margin-top: 1.5rem;
}
body.prompt main #notices > :not(:empty) ~ * {
  margin-top: 0.5rem;
}
body.prompt main form .field {
  flex-grow: 1;
}
body.prompt main form .field input[type=text],
body.prompt main form .field input[type=email],
body.prompt main form .field input[type=password],
body.prompt main form .field input[type=time],
body.prompt main form .field input[type=date],
body.prompt main form .field input[type=datetime-local] {
  width: 100%;
}
body.prompt main .actions {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  align-items: stretch;
  text-align: center;
  gap: 0.5rem;
}
body.prompt main .actions button.primary + a {
  font-size: 0.875rem;
}

body.agreement-prompt {
  min-height: unset;
  background: no-repeat center/cover url("/style/wave-texture-2062c8f8.webp") fixed;
}
body.agreement-prompt main {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  width: 100%;
  max-width: 60rem;
  min-width: 26rem;
  min-height: calc(100vh - 11rem);
  min-height: calc(100dvh - 11rem);
  overflow: hidden;
  margin: 4rem auto 7rem;
  padding: 2rem 2rem;
}
body.agreement-prompt main header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
}
body.agreement-prompt main header img {
  height: 1rem;
  flex: 0;
}
body.agreement-prompt main .acknowledgements {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
body.agreement-prompt footer {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0px -16px 8px 0px rgba(255, 255, 255, 0.4);
}
body.agreement-prompt footer .instructions {
  font-size: 0.875rem;
  color: #4a5568;
}
body.agreement-prompt footer .actions {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  flex-grow: 1;
  justify-content: flex-end;
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 2rem;
}

body.application {
  display: grid;
  grid: "browser-notices     browser-notices" auto "user-posture-notice user-posture-notice" auto "header              header" auto "workspace-panel     system-notices" auto "workspace-panel     main" minmax(0, 1fr) / auto 1fr;
  height: 100vh;
  height: 100dvh;
  min-width: 50rem;
  overflow-y: hidden;
}
body.application > header {
  grid-area: header;
  display: flex;
  align-items: center;
  height: 3.5rem;
  padding: 0 1.5rem;
  background: linear-gradient(90deg, #111827 50%, #0f1011);
}
body.application > header #workspace-panel-toggle {
  margin-left: -5px;
}
body.application > header a#workspace-identifier {
  margin-top: 0.125rem;
}
body.application > header a#application-identifier {
  margin-left: -0.375rem;
}
body.application > header a#application-identifier span {
  margin-top: 0.1875rem;
}
body.application > header #workspace-switcher {
  margin-left: -0.5rem;
}
body.application > header #workspace-panel-toggle + #workspace-identifier {
  margin-left: 0.625rem;
}
body.application > header #workspace-panel-toggle + #workspace-switcher {
  margin-left: 0.125rem;
}
body.application > header #application-menu {
  margin-left: auto;
}
body.application > header #user-tools {
  margin-left: auto;
}
body.application > header #application-menu + #user-tools {
  margin-left: 1.5rem;
}
body.application #workspace-panel {
  grid-area: workspace-panel;
  justify-self: end;
}
body.application #browser-notices {
  grid-area: browser-notices;
}
body.application #user-posture-notice {
  grid-area: user-posture-notice;
}
body.application #system-notices {
  grid-area: system-notices;
}
body.application #system-notices .message {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body.application main {
  background: radial-gradient(farthest-corner at 0 0, #ffffff -50%, #e2e8f0 125%);
  grid-area: main;
  display: grid;
  grid: "page-header    page-header    page-header" min-content "content-header content-header content-header" min-content "content-panel  notices        content-drawer" auto "content-panel  content        content-drawer" minmax(0, 1fr) / auto 1fr min-content;
  z-index: 0;
  overflow: auto;
}
body.application main #page-header {
  grid-area: page-header;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
body.application main #page-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to bottom, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
body.application main #page-header #page-heading {
  padding: 1rem 1.5rem 0.75rem;
}
body.application main #page-header #page-heading h1 {
  font-size: 1.375rem;
}
body.application main #page-header #page-heading h1 a {
  color: #2d3748;
  text-decoration: none;
}
body.application main > #notices {
  grid-area: notices;
}
body.application main > #notices .message {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body.application main > #notices > * {
  margin-top: 0;
}
body.application #content-header {
  grid-area: content-header;
  z-index: 1;
}
body.application #content {
  grid-area: content;
  display: grid;
  grid-auto-rows: min-content;
  position: relative;
  z-index: 0;
  overflow: auto;
}
body.application #content #back-link {
  margin: 1.5rem 1.5rem 0;
  justify-self: flex-start;
}
body.application #content-panel {
  grid-area: content-panel;
}
body.application #content-panel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5rem;
  width: 1.5rem;
  background: linear-gradient(to right, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to right, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
body.application #content-drawer {
  grid-area: content-drawer;
}
body.application #content-drawer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  width: 1.5rem;
  background: linear-gradient(to left, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to left, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

body.anonymous {
  min-height: unset;
  background: no-repeat center/cover url("/style/wave-texture-2062c8f8.webp") fixed;
}
body.anonymous > header {
  position: sticky;
  top: 0;
  z-index: 1;
}
body.anonymous #notices > * {
  margin-top: 0;
}
body.anonymous #notices .message {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body.anonymous > main {
  width: 100%;
  max-width: 60rem;
  min-width: 26rem;
  margin: 4rem auto 2rem;
}
body.anonymous > main .panel {
  box-shadow: 0px 6px 15px rgba(100, 133, 148, 0.1), 0px 4px 6px -4px rgba(58, 56, 68, 0.06);
  border-radius: 0.25rem;
  background: #ffffff;
  scroll-margin-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
body.anonymous > main .panel > footer, body.anonymous > main .panel > persistent-footer {
  margin-top: 2rem;
  margin-bottom: -2rem;
  margin-right: -2rem;
  margin-left: -2rem;
  padding: 1rem 2rem;
  border-top: 1px solid #edf0f6;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body.anonymous > main .panel > persistent-footer {
  background: #ffffff;
}
body.anonymous > main .panel > persistent-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  height: 1.5rem;
  background: linear-gradient(to top, rgba(100, 133, 148, 0.12), transparent 60%), linear-gradient(to top, rgba(58, 56, 68, 0.06), transparent 30%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
body.anonymous > main .panel > persistent-footer::before {
  opacity: 0;
}
body.anonymous > main .panel > persistent-footer[docked]::before {
  opacity: 1;
}
body.anonymous > main .panel > persistent-footer[loaded]::before {
  transition-property: background-color, color, opacity, border-color, text-decoration-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
body.anonymous > main .panel > .brand {
  display: flex;
  justify-content: space-between;
  margin-top: -0.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #edf0f6;
}
body.anonymous > main .panel > .brand img {
  height: 1rem;
  flex: 0;
}

/*# sourceMappingURL=/style/style-2e02e959.css.map */
