/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/game/modals/ModalFramedPanel.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/**********************************************************************************************
*    ____                                                 _____                               *  
*   / ___|                                         ___   |  ___|_            _                *
*  | (___   ___  __ _ ___  ___  _ __  ___     ___ /  _|  | |_  | | ___  _ __(_)_ __   __ _    *
*   \___ \ / _ \/ _` / __|/ _ \| '_ \/ __|   / _ \| |_   |  _| | |/ _ \| '__| | '_ \ / _` |   *
*   ____) |  __/ (_| \__ \ (_) | | | \__ \  | (_) |  _|  | |   | | (_) | |  | | |_) | (_| |   *
*  |_____/ \___|\__,_|___/\___/|_| |_|___/   \___/|_|    |_|   |_|\___/|_|  |_| .__/ \__,_|   *
*                                                                             |_|             *
**********************************************************************************************/

.ModalFramedPanel_shell__82YKd {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  width: var(--modal-shell-width, 100%);
  max-height: var(--modal-shell-max-height, none);
  container-type: inline-size;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.45));
}

.ModalFramedPanel_frame__dIhYW {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: var(--modal-frame-height, auto);
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ModalFramedPanel_card__OpuI6 {
  grid-area: 1 / 1;
  place-self: center;
  position: relative;
  z-index: 3;
  width: var(--modal-card-inset, 90%);
  height: var(--modal-card-inset, 90%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: var(
    --modal-card-padding,
    clamp(0.5rem, 3cqw, 0.85rem) clamp(0.5rem, 2.8cqw, 0.95rem) clamp(0.45rem, 2.5cqw, 0.75rem)
  );
  background: transparent;
  border: none;
  color: #f5e6c8;
}

.ModalFramedPanel_overlay__NmAlf {
  grid-area: 1 / 1;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ModalFramedPanel_overlay__NmAlf > * {
  pointer-events: auto;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/legal/LegalPage.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/**********************************************************************************************
*    ____                                                 _____                               *  
*   / ___|                                         ___   |  ___|_            _                *
*  | (___   ___  __ _ ___  ___  _ __  ___     ___ /  _|  | |_  | | ___  _ __(_)_ __   __ _    *
*   \___ \ / _ \/ _` / __|/ _ \| '_ \/ __|   / _ \| |_   |  _| | |/ _ \| '__| | '_ \ / _` |   *
*   ____) |  __/ (_| \__ \ (_) | | | \__ \  | (_) |  _|  | |   | | (_) | |  | | |_) | (_| |   *
*  |_____/ \___|\__,_|___/\___/|_| |_|___/   \___/|_|    |_|   |_|\___/|_|  |_| .__/ \__,_|   *
*                                                                             |_|             *
**********************************************************************************************/

.LegalPage_stage__dRAnP {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  container-type: inline-size;
}

.LegalPage_blattPanel__MClA2 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  transform: translateY(clamp(-0.5rem, -1.75vh, -1.25rem));
  filter: drop-shadow(0 16px 32px rgba(2, 6, 23, 0.45));
}

.LegalPage_blattShell__dUE3O {
  --panel-ref-width: 920px;
  --panel-aspect-w: 1448;
  --panel-aspect-h: 1086;
  --panel-viewport-pad-y: calc(
    var(--legal-nav, 5rem) + var(--legal-footer, 3rem) + (var(--legal-gap, 0.75rem) * 2)
  );
  --modal-shell-width: min(
    var(--panel-ref-width),
    100cqw,
    calc((100dvh - var(--panel-viewport-pad-y)) * var(--panel-aspect-w) / var(--panel-aspect-h))
  );
  --modal-shell-max-height: calc(100dvh - var(--panel-viewport-pad-y));
  --modal-frame-height: 100%;
  width: var(--modal-shell-width);
  margin-inline: auto;
  aspect-ratio: var(--panel-aspect-w) / var(--panel-aspect-h);
  overflow: hidden;
  filter: none;
}

.LegalPage_blattFrame__ute4X {
  object-fit: fill;
}

.LegalPage_blattContent__30WAu {
  --modal-card-padding: 0;
  width: 80%;
  height: 84%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.LegalPage_titleHeader__WHk6L {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto clamp(0.35rem, 1.8cqw, 0.5rem);
}

.LegalPage_titleText__vuEuS {
  margin: 0;
  text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 5.2cqw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(52, 38, 24, 0.95);
  line-height: 1.2;
}

.LegalPage_titleGuard__FzgPF {
  display: block;
  width: min(58%, 18rem);
  height: auto;
  margin-top: clamp(0.25rem, 1.4cqw, 0.4rem);
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.LegalPage_copy__iWa8o {
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 98, 42, 0.55) rgba(92, 68, 38, 0.12);
  padding-right: clamp(0.1rem, 0.8cqw, 0.2rem);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(0.875rem, 2.4cqw, 0.95rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(52, 38, 24, 0.92);
  text-wrap: pretty;
}

.LegalPage_copy__iWa8o::-webkit-scrollbar {
  width: clamp(4px, 1.2cqw, 6px);
}

.LegalPage_copy__iWa8o::-webkit-scrollbar-track {
  background: rgba(92, 68, 38, 0.1);
  border-radius: 999px;
}

.LegalPage_copy__iWa8o::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    rgba(197, 168, 89, 0.75) 0%,
    rgba(139, 98, 42, 0.85) 100%
  );
  border-radius: 999px;
  border: 1px solid rgba(92, 68, 38, 0.25);
}

.LegalPage_copy__iWa8o::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    rgba(214, 186, 110, 0.9) 0%,
    rgba(160, 112, 48, 0.95) 100%
  );
}

.LegalPage_copy__iWa8o h2 {
  margin: clamp(0.55rem, 2.4cqw, 0.7rem) 0 clamp(0.25rem, 1.4cqw, 0.35rem);
  font-size: clamp(0.95rem, 2.7cqw, 1.05rem);
  line-height: 1.25;
}

.LegalPage_copy__iWa8o p {
  margin: 0 0 clamp(0.35rem, 1.8cqw, 0.5rem);
}

.LegalPage_copy__iWa8o ul,
.LegalPage_copy__iWa8o ol {
  margin: 0 0 clamp(0.35rem, 1.8cqw, 0.5rem);
  padding-left: 1.15rem;
}

.LegalPage_copy__iWa8o li {
  margin-bottom: clamp(0.2rem, 1cqw, 0.3rem);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/instructions/InstructionsPage.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**********************************************************************************************
*    ____                                                 _____                               *  
*   / ___|                                         ___   |  ___|_            _                *
*  | (___   ___  __ _ ___  ___  _ __  ___     ___ /  _|  | |_  | | ___  _ __(_)_ __   __ _    *
*   \___ \ / _ \/ _` / __|/ _ \| '_ \/ __|   / _ \| |_   |  _| | |/ _ \| '__| | '_ \ / _` |   *
*   ____) |  __/ (_| \__ \ (_) | | | \__ \  | (_) |  _|  | |   | | (_) | |  | | |_) | (_| |   *
*  |_____/ \___|\__,_|___/\___/|_| |_|___/   \___/|_|    |_|   |_|\___/|_|  |_| .__/ \__,_|   *
*                                                                             |_|             *
**********************************************************************************************/

.InstructionsPage_backToHomeRow__3OIti {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 0.25rem;
}

.InstructionsPage_backToHomeBtn__TrMlV {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, clamp(9rem, 38%, 12.5rem));
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: filter 160ms ease, transform 160ms ease;
}

.InstructionsPage_backToHomeBtn__TrMlV:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.InstructionsPage_backToHomeImg___T_CY {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

