.container-28291 {
    display: flex;
    width: -moz-min-content;
    width: min-content;
    gap: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.125rem;
    color: var(--text-white)
}

.richtext svg {

  height: auto;

  max-width: 100%;

  overflow: visible
}

.mathjax-e4567 {

  height: auto;

  max-width: 100%;

  align-self: center;

  border-radius: 0.25rem;

  background-color: var(--background-subdued);

  padding: 1rem;

  svg {

    display: block
  }

  svg {

    height: auto
  }

  svg {

    max-width: 100%
  }

  svg {

    overflow: visible
  }
}
.container-52500 {

    align-items: flex-start;

    border-radius: 0.5rem;

    background-color: var(--background-default);

    padding: 1.25rem;

    --tw-shadow: var(--shadow-soft);

    --tw-shadow-colored: var(--shadow-soft);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.heading-720ff {

    display: flex;

    flex-direction: column
}

.heading-720ff > h4 {

    margin-top: 0px;

    margin-bottom: 0px;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 700
}

.heading-720ff > p {

    margin-top: 0.25rem;

    margin-bottom: 0px;

    color: var(--text-secondary)
}

.heading-720ff > hr {

    margin-top: 1rem
}

html,
body,
.loading-1d62f-1d62f {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.loading-1d62f-1d62f {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-1d62f-1d62f > div {
  margin: auto;
}

.loadingAnimation-fa045 {
  height: 3.75rem;
  margin: 1rem auto;
  position: relative;
  width: 3.75rem;
}

.loadingAnimation-fa045:after,
.loadingAnimation-fa045:before {
  animation: medify-loadingAnimation 1.8s ease-in-out infinite;
  background-color: var(--blue-text);
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1rem;
}

.loadingAnimation-fa045:after {
  animation-delay: -0.9s;
}

.loadingText-154aa {
  color: var(--blue-text);
  font-size: 1.125rem;
  text-align: center;
}

.loadingText-154aa:after {
  animation: medify-loadingText 2.2s linear infinite;
  content: "…";
}

@keyframes medify-loadingAnimation {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes medify-loadingText {
  0% {
    content: "   ";
  }

  25% {
    content: ".  ";
  }

  50% {
    content: ".. ";
  }

  75% {
    content: "...";
  }

  to {
    content: "   ";
  }
}

.chart-96d62 {
  height: 3rem;
}

.chart-96d62 svg {
  overflow: visible;
}

.chartContainer-da3bb {
  width: 0;
  flex-grow: 1;
  position: relative;
  height: calc(3rem + 2px);
  border-top: 1px dashed var(--border-strong);
  border-bottom: 1px dashed var(--border-strong);
}

.minMax-b37c4 {
  width: 2rem;
  height: 4.125rem;
  white-space: nowrap;
  color: var(--text-secondary);
}

.title-086b2 {
  width: 0;
  flex-grow: 1;
}

.legend-476a2 {
  flex-shrink: 0;
  color: var(--text-secondary);
}

.legend-476a2 strong {
  flex-shrink: 0;
  color: var(--text-default);
}

.container-70666 {

    display: flex;

    flex-direction: column
}

.title-edd01 {

    display: flex;

    justify-content: center;

    color: var(--text-primary)
}

.header-45ca5 {

    margin-top: 4rem;

    margin-bottom: 2rem;

    text-decoration-line: underline
}

.subheader-39b2c {

    margin-top: 1.5rem;

    font-size: 1.125rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.tabList-fb18c {
  display: flex;
  box-shadow: inset 0 -1px var(--border-soft);
  gap: 1.25rem;
}

.tab-6c9cf {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  color: var(--text-secondary);
}

.tab-6c9cf:hover {
  color: var(--text-default);
}

.active-97a12 {
  font-weight: 600;
  color: var(--text-primary);
}

.active-97a12:hover {
  color: var(--text-primary);
}

.active-97a12::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: var(--icon-primary);
}

/* In Images.module.css */
.imagesContainer-4eefa {
  margin: 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-strong)
}

.imagesHeader-3f85a {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-strong)
}

.imageRow-5b2d7 {
  width: 100%;
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-strong)
}

.imageTile-5ca0d {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.5rem;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--mono-200);
  border: 1px solid var(--border-strong)
}

.mathjax-9920d {

  height: auto;

  max-width: 100%;

  align-self: center;

  border-radius: 0.25rem;

  background-color: var(--background-secondary);

  padding: 1rem;

  svg {

    display: block
  }

  svg {

    height: auto
  }

  svg {

    max-width: 100%
  }

  svg {

    overflow: visible
  }
}

.container-38e5c {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}@media (min-width: 48rem) {.container-38e5c {
    flex-direction: column;
    gap: 0.5rem;
  }
}.container-38e5c {
  width: 100%;

  @media (min-width: 48rem) {
    max-width: 18.87rem;
  }
}

.name-0c50b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: var(--text-default);
}

.group:hover .name-0c50b {
  text-decoration-line: underline;
}

.description-635bd {
  margin-top: 0px;
  color: var(--text-secondary);
}

.image-48553 {
  flex-shrink: 0;
  border-radius: 0.25rem;
  background-color: var(--background-secondary);
  -o-object-fit: cover;
     object-fit: cover;
  width: 6rem;
  height: 4rem;

  @media (min-width: 48rem) {
    width: 100%;
    height: 6.75rem;
  }
}

.nameContainer-56e0f {
  display: flex;
  min-width: 0px;
  flex-direction: row;
  gap: 0.25rem;
}

.content-b83af {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}

@media (min-width: 48rem) {.content-b83af {
    justify-content: flex-start;
  }
}

.container-3a35f {

    width: 100%;

    align-items: flex-start;

    background-color: var(--background-default);

    padding: 1.25rem
}

@media (min-width: 48rem) {

    .container-3a35f {

        border-radius: 0.5rem;

        --tw-shadow: var(--shadow-soft);

        --tw-shadow-colored: var(--shadow-soft);

        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

.headings-fa6ce {

    display: flex;

    flex-direction: column;

    gap: 0.25rem
}

.headings-fa6ce>h4 {

    font-size: 0.875rem;

    font-weight: 400
}

.headings-fa6ce>h5 {

    font-size: 0.875rem;

    font-weight: 700
}

.body-84641 {

    margin-top: 0.5rem;

    color: var(--text-secondary)
}

.imagePreview-3cefa {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--contrast-alpha-20);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 256px;
  min-height: 140px;
}
.container-99cab {
  width: 256px;
  height: 140px;
}

.button-15984 {
  border: 1px solid var(--icon-secondary);
  padding: 3px 8px;
}

.wrapper-85006 {
  perspective: 1200px;
  --AnimationInterview-height: 320px;
  --AnimationInterview-width: 320px;
  width: var(--AnimationInterview-width);
  height: var(--AnimationInterview-height);
  margin: 32px auto;
  cursor: default
}

.rotate-ab182 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: var(--AnimationInterview-width);
  height: var(--AnimationInterview-height);
  animation: AnimationInterviewRotate 3s ease-in-out infinite alternate;
}

.page-d8840 {
  width: 200px;
  height: 280px;
  padding: 16px;
  font-size: 8px;
  line-height: 140%;
  background: var(--background-default);
  box-shadow: var(--shadow-soft);
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}

.shadow-dc555 {
  position: absolute;
  bottom: -20px;
  width: 200px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(black 20%, transparent 50%);
  opacity: 0.1;
}

.scanner-51525 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  animation: AnimationInterviewScannerTranslate 2s ease-in-out infinite alternate;
  z-index: 2;
}

.scannerBlur-cdb32 {
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  animation: AnimationInterviewScannerScale 1s ease-in-out infinite alternate;
}

.scannerBackground-39b82 {
  position: absolute;
  inset: 0;
  background: rgba(51,170,255,0.2);
  -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
          mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  animation: AnimationInterviewScannerScale 1s ease-in-out infinite alternate;
}

.scannerTop-42322 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgb(51,170,255) 0%, rgba(51,170,255, 0) 100%);
  -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
          mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  height: 5px;
  z-index: 1;
  animation: AnimationInterviewScannerTop 1s ease-in-out infinite alternate;
}

.scannerBottom-e6124 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(51,170,255,0) 0%, rgb(51,170,255) 100%);
  -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
          mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  height: 5px;
  z-index: 1;
  animation: AnimationInterviewScannerBottom 1s ease-in-out infinite alternate;
}

.icon-ec625 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--icon-white);
  z-index: 3;
  opacity: 0;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid var(--border-overlay);
  box-shadow: var(--shadow-soft);
  animation: AnimationInterviewIcon 0.5s ease-in-out forwards;
  &[color="primary"] {
    background-color: var(--background-primary);
  }
  &[color="success"] {
  background-color: var(--background-success);
  }
  &[color="attention"] {
    background-color: var(--background-attention);
  }
  &[anim-delay="1"] {
    top: 44px;
    right: 44px;
    animation-delay: 1s;
  }
  &[anim-delay="2"] {
    top: 94px;
    left: 44px;
    animation-delay: 2s;
  }
  &[anim-delay="3"] {
    right: 44px;
    animation-delay: 3s;
  }
  &[anim-delay="4"] {
    bottom: 94px;
    left: 44px;
    animation-delay: 4s;
  }
  &[anim-delay="5"] {
    bottom: 44px;
    right: 44px;
    animation-delay: 5s;
  }
}

@keyframes AnimationInterviewRotate {
  from {
    transform: rotateY(-30deg);
  }
  to {
    transform: rotateY(30deg);
  }
}

@keyframes AnimationInterviewScannerTranslate {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(var(--AnimationInterview-height) - 40px));
  }
}

@keyframes AnimationInterviewScannerScale {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(2);
  }
}

@keyframes AnimationInterviewScannerTop {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px)
  }
}

@keyframes AnimationInterviewScannerBottom {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(20px)
  }
}

@keyframes AnimationInterviewIcon {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
