/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/shared.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.shared_mainLayout__4NX_F {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

.shared_mainWithHeader__yGRcu {
  margin-top: 1rem;
}

.shared_accent-text__nK7Vn {
  color: transparent;
  text-shadow: 0.1rem 0.1rem var(--accent);
  text-stroke: 1px var(--text-stroke);
  -webkit-text-stroke: 1px var(--text-stroke);
}

.shared_title__A8PMZ {
  text-shadow: 0.25rem 0.25rem var(--accent);
  font-size: clamp(2rem, 10vw, 8rem);
  text-align: center;
  margin: 0;
}

.shared_titleH2__rBo8F {
  font-size: clamp(2rem, 8vw, 5rem);
}

.shared_titleH3__db_ED {
  font-size: clamp(2rem, 6vw, 4rem);
}

.shared_card__vLMY7 {
  background: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--card-border);
  padding: 1rem;
}

.shared_errorCardContent__DJ6u_ {
  height: 100%;
  padding: 0 1rem 1rem 1rem;
}

.shared_errorCardContentStandalone__HsqZZ {
  height: 100%;
  padding: 1rem;
  min-height: 5rem;
}

.shared_cardWithTable__88_dt {
  padding: 0;
}

.shared_smallCard___qBml {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 15rem;
  max-width: 25rem;
}

.shared_smallCardSkeleton__eKdyb {
  display: flex;
  justify-content: center;
}

.shared_constrainedWrapper__Bj9t2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: inherit;
  width: 100%;
}

.shared_constrainWidth__Mbrf_ {
  max-width: 40rem;
  width: 100%;
  height: 100%;
}

.shared_highlight__1FBBy {
  padding: 0.25rem 0 0.5rem 0;
  font-size: 2rem;
  font-weight: bold;
}

.shared_plainList__28QPz {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shared_plainListItem__aIqSo {
  padding: 0.5rem 0;
}

.shared_hasFade__X3XVU {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position:
    0 0,
    100% 0;
          mask-position:
    0 0,
    100% 0;
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}

.shared_goalAccomplished__VoGi0,
.shared_checkmark__oVQoP {
  fill: green;
  max-width: 1rem;
}

.shared_goalFailed__Z8U0c,
.shared_xMark__x6Jfx {
  fill: red;
  max-width: 1rem;
}

.shared_goalMixed__FPjTO {
  fill: var(--main-text);
  max-width: 1rem;
  font-weight: bold;
}

.shared_goalInline__mCrjQ {
  max-height: 100%;
}

@media (min-width: 500px) {
  .shared_highlight__1FBBy {
    font-size: clamp(2rem, 5vw, 3rem);
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .shared_mainLayout__4NX_F {
    padding: 0.5rem 2rem;
  }
}

@media (min-width: 1600px) {
  .shared_mainLayout__4NX_F {
    padding: 0.5rem 4rem;
  }
}

@media (min-width: 2000px) {
  .shared_mainLayout__4NX_F {
    padding: 0.5rem 6rem;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/components/header.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.header_header__JEOGM {
  background-color: var(--card-background);
  box-shadow: var(--shadow-md);
}

.header_logo__PkDFG {
  margin: 0 0 0 3rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.header_logoText__dZ2Gj {
  color: transparent;
  text-decoration: none;
}

.header_breadcrumbsContainer__clxIh {
  display: flex;
  padding: 1rem;
  margin: 0;
  list-style: none;
  background-color: var(--breadcrumbs-background);
}

.header_breadcrumb__yG1fz {
  color: var(--on-dark-text);

  &:not(:last-child):after {
    content: "›";
    padding: 0 0.5rem;
    speak: never;
  }
}

.header_breadcrumbLink__ZaFis {
  color: var(--on-dark-text);
}

@media (prefers-color-scheme: dark) {
  .header_logoText__dZ2Gj {
    -webkit-text-stroke-color: var(--color-slate-200);
  }
}

