/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/layout/AppChrome.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**********************************************************************************************
*    ____                                                 _____                               *  
*   / ___|                                         ___   |  ___|_            _                *
*  | (___   ___  __ _ ___  ___  _ __  ___     ___ /  _|  | |_  | | ___  _ __(_)_ __   __ _    *
*   \___ \ / _ \/ _` / __|/ _ \| '_ \/ __|   / _ \| |_   |  _| | |/ _ \| '__| | '_ \ / _` |   *
*   ____) |  __/ (_| \__ \ (_) | | | \__ \  | (_) |  _|  | |   | | (_) | |  | | |_) | (_| |   *
*  |_____/ \___|\__,_|___/\___/|_| |_|___/   \___/|_|    |_|   |_|\___/|_|  |_| .__/ \__,_|   *
*                                                                             |_|             *
**********************************************************************************************/

.AppChrome_chrome__HIZ89,
.AppChrome_footer__oOXZ_ {
  --panel-top: #0a1e38;
  --panel-bottom: #051221;
  --gold-border: rgba(197, 168, 89, 0.55);
  --gold-inset: rgba(197, 168, 89, 0.2);
  --text-cream: #f5e6c8;
  --text-gold: #c5a059;
  --text-muted: rgba(201, 184, 150, 0.85);
  box-sizing: border-box;
  color: var(--text-cream);
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.AppChrome_chrome__HIZ89 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: linear-gradient(180deg, var(--panel-bottom) 0%, var(--panel-top) 100%);
  border-bottom: 2px solid var(--gold-border);
  box-shadow:
    inset 0 0 0 1px var(--gold-inset),
    0 4px 18px rgba(0, 0, 0, 0.45);
}

.AppChrome_chromeSite__yxfNw {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
}

.AppChrome_chrome__HIZ89.AppChrome_chromeGame__rVYK_ {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.AppChrome_chromeGame__rVYK_ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
  flex-shrink: 0;
  width: 100%;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 0.1rem 0 0 1rem;
  padding-right: var(--game-main-offset, 0px);
  box-sizing: border-box;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  --game-header-chip-height: calc(var(--game-header-height, 72px) * 0.88);
  --game-header-quit-height: calc(var(--game-header-height, 72px) * 0.52);
}

.AppChrome_gameQuitNav__TYY_Y {
  position: fixed;
  right: calc(var(--game-main-offset, 0px) + 0.65rem);
  left: auto;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  height: var(--game-header-height, 72px);
  margin: 0;
  padding: 0;
}

.AppChrome_quitMatchBtn__c8w1C {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  height: var(--game-header-quit-height);
  width: auto;
  aspect-ratio: 1881 / 480;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: filter 180ms ease, transform 180ms ease;
}

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

.AppChrome_quitMatchBtn__c8w1C:hover {
  filter: brightness(1.06) drop-shadow(0 0 6px rgba(197, 168, 89, 0.35));
  transform: scale(1.02);
}

.AppChrome_quitMatchBtn__c8w1C:active {
  transform: scale(0.98);
}

.AppChrome_gameStatusBar__Kdyba {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
  min-width: 0;
  padding: 0;
}

.AppChrome_gameCompactNav__YSI8Y {
  display: none;
  position: relative;
  z-index: 32;
  flex: 0 0 auto;
  align-self: flex-start;
}

.AppChrome_chromeGameMeasuring__QPXPL .AppChrome_gameStatusBar__Kdyba,
.AppChrome_chromeGameMeasuring__QPXPL .AppChrome_gameQuitNav__TYY_Y {
  display: flex !important;
  visibility: hidden;
  pointer-events: none;
}

.AppChrome_chromeGameMeasuring__QPXPL .AppChrome_gameCompactNav__YSI8Y {
  display: none !important;
}

/* Measure overlap against the expanded logo, not the compact (shrunk) plate. */
.AppChrome_chromeGameMeasuring__QPXPL .AppChrome_gameLogoPlateWrap__PNkXm {
  transform: translateX(clamp(-1rem, -2.5vw, -1.75rem)) !important;
  --game-plate-bar-height: var(--game-header-height, 72px) !important;
  --game-plate-overhang: clamp(0.75rem, 2.5vw, 1.25rem) !important;
}

.AppChrome_chromeGameMeasuring__QPXPL .AppChrome_gameLogoPlateLogo__S5AjW {
  height: calc(var(--game-plate-bar-height) * 0.78) !important;
}

.AppChrome_chromeGameCompact__bsrI4 .AppChrome_gameStatusBar__Kdyba,
.AppChrome_chromeGameCompact__bsrI4 .AppChrome_gameQuitNav__TYY_Y {
  display: none;
}

.AppChrome_chromeGameCompact__bsrI4 .AppChrome_gameCompactNav__YSI8Y {
  display: block;
}

.AppChrome_chromeGameCompact__bsrI4 {
  padding-right: 1rem;
}

.AppChrome_chromeGameCompact__bsrI4 .AppChrome_gameLogoPlateWrap__PNkXm {
  --game-plate-bar-height: calc(var(--game-header-height, 72px) * 0.66);
  --game-plate-overhang: clamp(0.4rem, 1.2vw, 0.7rem);
  transform: translateX(0);
}

.AppChrome_chromeGameCompact__bsrI4 .AppChrome_gameLogoPlateLogo__S5AjW {
  height: calc(var(--game-plate-bar-height) * 0.72);
}

.AppChrome_chromeGameCompact__bsrI4 .AppChrome_gameMenuPanel__77NC6 .AppChrome_gameInfoBadge__FQ2mX {
  height: calc(var(--game-header-chip-height) * 0.92);
}

.AppChrome_gameMenuBtn__TXtdk {
  position: relative;
  z-index: 36;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: calc(var(--game-header-height, 72px) * 0.52);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  transition: filter 180ms ease, transform 180ms ease;
}

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

.AppChrome_gameMenuBtn__TXtdk:hover {
  filter: brightness(1.06) drop-shadow(0 0 6px rgba(197, 168, 89, 0.35));
  transform: scale(1.02);
}

.AppChrome_gameMenuBtnOpen__D7Do4 {
  filter: brightness(1.08);
}

.AppChrome_gameMenuBackdrop__swKUa {
  position: fixed;
  inset: 0;
  z-index: 30;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.AppChrome_gameMenuPanel__77NC6 {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: min(16rem, calc(100vw - 2rem));
  padding: 0.65rem;
  border: 2px solid rgba(197, 168, 89, 0.55);
  border-radius: 12px;
  background: linear-gradient(180deg, #0a1e38 0%, #051221 100%);
  box-shadow:
    inset 0 0 0 1px rgba(197, 168, 89, 0.2),
    0 10px 24px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}

.AppChrome_gameMenuBadges__BqfNC {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.AppChrome_gameMenuQuitBtn__kvZ8w {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: calc(var(--game-header-height, 72px) * 0.44);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease;
}

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

.AppChrome_gameMenuQuitBtn__kvZ8w:hover {
  filter: brightness(1.06) drop-shadow(0 0 6px rgba(197, 168, 89, 0.35));
  transform: scale(1.01);
}

.AppChrome_visuallyHidden__LVm7T {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.AppChrome_gameLogoSlot__3glvb {
  position: absolute;
  left: 0;
  /* Center within the visible play area (exclude the reserved sidebar) so the logo
     does not overlap the quit button on wide screens and keep the header compact. */
  right: var(--game-main-offset, 0px);
  top: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.AppChrome_gameLogoPlateWrap__PNkXm {
  position: relative;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateX(clamp(-1rem, -2.5vw, -1.75rem));
  --game-plate-bar-height: var(--game-header-height, 72px);
  --game-plate-overhang: clamp(0.75rem, 2.5vw, 1.25rem);
}

.AppChrome_gameLogoPlate__UNFdl {
  display: block;
  width: auto;
  height: calc(var(--game-plate-bar-height) + var(--game-plate-overhang));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AppChrome_gameLogoPlateLogo__S5AjW {
  position: absolute;
  left: 50%;
  top: calc(var(--game-plate-bar-height) * 0.5);
  transform: translate(-50%, -50%);
  width: auto;
  height: calc(var(--game-plate-bar-height) * 0.78);
  max-width: calc((var(--game-plate-bar-height) + var(--game-plate-overhang)) * 7.5);
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AppChrome_gameInfoBadge__FQ2mX {
  display: grid;
  grid-template: 1fr / 1fr;
  height: var(--game-header-chip-height);
  aspect-ratio: 1463 / 1045;
  flex-shrink: 0;
  min-width: 0;
}

.AppChrome_gameInfoFrame__1P4VV {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AppChrome_gameInfoText__f6oM4 {
  grid-area: 1 / 1;
  place-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  max-width: 88%;
  min-width: 0;
  padding-top: 0.15rem;
  text-align: center;
  line-height: 1.1;
}

.AppChrome_gameInfoLabel__m_rci {
  font-size: clamp(0.5rem, 1.5cqw, 0.62rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c5a059;
  white-space: nowrap;
}

.AppChrome_gameInfoValue__1zqIZ {
  font-size: clamp(0.68rem, 2.05cqw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: var(--text-cream);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .AppChrome_gameStatusBar__Kdyba {
    gap: 0.25rem;
  }

  .AppChrome_gameInfoLabel__m_rci {
    font-size: clamp(0.48rem, 1.4cqw, 0.58rem);
  }

  .AppChrome_gameInfoValue__1zqIZ {
    font-size: clamp(0.64rem, 1.9cqw, 0.78rem);
  }
}

/* Firefox: keep Chrome layout; fix badge/quit sizing and logo centering only */
@supports (-moz-appearance: none) {
  .AppChrome_chromeGame__rVYK_ {
    --game-header-quit-height: calc(var(--game-header-height, 72px) * 0.44);
  }

  .AppChrome_gameLogoPlateWrap__PNkXm {
    --game-plate-bar-height: calc(var(--game-header-height, 72px) * 0.85);
    --game-plate-overhang: clamp(0.6rem, 2vw, 1rem);
  }

  .AppChrome_gameInfoBadge__FQ2mX {
    container-type: inline-size;
    width: calc(var(--game-header-chip-height) * 1463 / 1045);
    flex-shrink: 0;
  }

  .AppChrome_gameStatusBar__Kdyba {
    flex: 0 0 auto;
  }

  .AppChrome_quitMatchBtn__c8w1C {
    width: calc(var(--game-header-quit-height) * 1881 / 480);
  }

  .AppChrome_gameLogoSlot__3glvb {
    inset: 0;
    display: grid;
    justify-items: center;
    align-items: start;
  }
}

.AppChrome_footer__oOXZ_ {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, var(--panel-bottom) 0%, var(--panel-top) 100%);
  border-top: 2px solid var(--gold-border);
  box-shadow:
    inset 0 0 0 1px var(--gold-inset),
    0 -4px 18px rgba(0, 0, 0, 0.45);
}

.AppChrome_footerSite__prq0I {
  position: relative;
}

.AppChrome_nav__fjFGM,
.AppChrome_footerNav__UxlYq {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.AppChrome_navLink__3cMxG,
.AppChrome_navButton__WZYqq,
.AppChrome_footerLink__41L_f {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font: inherit;
  text-decoration: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.35rem 0.15rem;
  transition: filter 180ms ease, transform 180ms ease, color 180ms ease;
}

.AppChrome_navLink__3cMxG,
.AppChrome_navButton__WZYqq {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.AppChrome_footerLink__41L_f {
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.AppChrome_navLink__3cMxG::after,
.AppChrome_navButton__WZYqq::after,
.AppChrome_footerLink__41L_f::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--text-gold) 20%,
    var(--text-cream) 50%,
    var(--text-gold) 80%,
    transparent
  );
  transform: scaleX(0);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.AppChrome_navLink__3cMxG:hover,
.AppChrome_navButton__WZYqq:hover,
.AppChrome_footerLink__41L_f:hover {
  color: var(--text-gold);
  filter: drop-shadow(0 0 6px rgba(197, 168, 89, 0.45));
  transform: scale(1.03);
}

.AppChrome_navLink__3cMxG:hover::after,
.AppChrome_navButton__WZYqq:hover::after,
.AppChrome_footerLink__41L_f:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.AppChrome_navLink__3cMxG:active,
.AppChrome_navButton__WZYqq:active,
.AppChrome_footerLink__41L_f:active {
  transform: scale(0.98);
}

.AppChrome_footerSep__hOW6Z {
  color: rgba(197, 168, 89, 0.45);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/layout/PageLoadingScreen.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.PageLoadingScreen_content__lHI_g {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.PageLoadingScreen_backButton__HPNlL {
  margin: 0;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(245, 230, 200, 0.35);
  border-radius: 999px;
  background: rgba(245, 230, 200, 0.08);
  color: inherit;
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.PageLoadingScreen_backButton__HPNlL:hover {
  background: rgba(245, 230, 200, 0.14);
}

.PageLoadingScreen_backButton__HPNlL:focus-visible {
  outline: 2px solid #f5e6c8;
  outline-offset: 2px;
}

