@charset "UTF-8";

/* src/fonts.css */
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/cinzel-v26-latin-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/cinzel-v26-latin-500.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/cinzel-v26-latin-600.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/cinzel-v26-latin-700.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/fonts/cinzel-v26-latin-800.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/cinzel-v26-latin-900.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/spectral-v15-latin-200.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 200;
  src: url(/assets/fonts/spectral-v15-latin-200italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/spectral-v15-latin-300.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/spectral-v15-latin-300italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/spectral-v15-latin-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/spectral-v15-latin-italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/spectral-v15-latin-500.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 500;
  src: url(/assets/fonts/spectral-v15-latin-500italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/spectral-v15-latin-600.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 600;
  src: url(/assets/fonts/spectral-v15-latin-600italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/spectral-v15-latin-700.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 700;
  src: url(/assets/fonts/spectral-v15-latin-700italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/fonts/spectral-v15-latin-800.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Spectral";
  font-style: italic;
  font-weight: 800;
  src: url(/assets/fonts/spectral-v15-latin-800italic.woff2) format("woff2");
}

/* src/styles.scss */
:root {
  --primary-color: #fad140;
  --golden: rgb(255, 204, 90);
  --icy: rgb(145, 215, 255);
  --fire: rgb(235, 60, 25);
  --lotto-yellow: #f7dc16;
  --lotto-red: #d6252e;
  --lotto-yellow-rgb:
    247,
    220,
    20;
  --lotto-red-rgb:
    214,
    37,
    46;
  --font-size-xl: 25pt;
  --font-size-l: 20pt;
  --font-size-ml: 18pt;
  --font-size-m: 16pt;
  --font-size-ms: 14pt;
  --font-size-s: 12pt;
  --font-size-xs: 10pt;
  --breakpoint-small: 400px;
  --position-background-image: 0;
  --position-background-image-overlay: 1;
  --position-ui-back: 2;
  --position-ui-middle: 3;
  --position-ui-fore: 4;
  --position-ui-veryfore: 5;
  --button-size-header: 36px;
  --app-header-padding: 12px;
  --navigation-buttons-bottom: 40px;
  --max-content-width: 450px;
}
@media (min-height: 750px) {
  :root {
    --button-size-header: 44px;
    --font-size-xl: 29pt;
    --font-size-l: 23pt;
    --font-size-ml: 20pt;
    --font-size-m: 18pt;
    --font-size-ms: 16pt;
    --font-size-s: 14pt;
    --font-size-xs: 12pt;
    --app-header-padding: 16px;
  }
}
@media (min-height: 1200px) {
  :root {
    --button-size-header: 58px;
    --font-size-xl: 38pt;
    --font-size-l: 31pt;
    --font-size-ml: 26pt;
    --font-size-m: 22pt;
    --font-size-ms: 18pt;
    --font-size-s: 16pt;
    --font-size-xs: 14pt;
    --app-header-padding: 28px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family:
    Spectral,
    sans-serif,
    serif;
  background-color: #000;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
body::before {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(10px) brightness(0.65);
  transform: scale(1.03);
}
html,
body,
p {
  font-size: var(--font-size-m);
}
.color-white {
  color: #fff;
}
.nowrap {
  white-space: nowrap;
}
.footer-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  text-align: center;
  font-style: italic;
  font-size: var(--font-size-xs);
  color: #fff;
}
.footer-text a {
  pointer-events: all;
  color: #fff;
}
@media (min-height: 750px) {
  .footer-text {
    bottom: 25px;
  }
}
.ui-overlay {
  position: absolute;
  z-index: var(--position-ui-middle);
  height: 100%;
  width: 100%;
  padding: 70px 0 60px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.ui-overlay.page-layout {
  height: auto;
  padding: 70px 0 60px 0;
  min-height: 100%;
  overflow: auto;
  position: relative;
  gap: 1em;
  pointer-events: all;
  justify-content: flex-start;
}
.ui-overlay.page-layout > section {
  width: calc(100% - 2em);
}
.ui-overlay .chamber-title {
  width: 100%;
  text-align: center;
}
.ui-overlay .chamber-title .title-line {
  padding: 0 20px;
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), -2px -2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-family: "Cinzel", serif;
}
.ui-overlay .chamber-title .subtitle {
  padding: 20px 20px;
  font-size: var(--font-size-m);
  color: rgba(255, 255, 255, 0.9);
  margin: 5px auto 0 auto;
  line-height: 1.4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  font-family: "Cinzel", serif;
  font-weight: bold;
}
.ui-overlay .chamber-title.prominent .title-line {
  padding: 20px 20px;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 40, 20, 0) 0%,
      rgba(0, 40, 20, 0.55) 15%,
      rgba(0, 40, 20, 0.55) 85%,
      rgba(0, 0, 0, 0) 100%);
}
.ui-overlay .chamber-title.prominent .subtitle {
  font-size: var(--font-size-l);
  background:
    linear-gradient(
      to bottom,
      rgba(244, 244, 220, 0) 0%,
      rgba(244, 244, 220, 0.15) 15%,
      rgba(244, 244, 220, 0.15) 85%,
      rgba(0, 0, 0, 0) 100%);
}
.ui-overlay .chamber-title.prominent .subtitle span:not(.max-content-width) {
  color: #f5d76e;
  font-weight: bold !important;
  letter-spacing: -1px;
}
.ui-overlay .chamber-label {
  display: block;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: var(--font-size-s);
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), -2px -2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-family: "Cinzel", serif;
}
.ui-overlay .navigation-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  pointer-events: all;
}
.ui-overlay .card {
  background: rgba(20, 18, 26, 0.7);
  border: 1px solid rgba(120, 120, 160, 0.25);
  border-radius: 16px;
  padding: 16px;
  color: #F2F3F7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ui-overlay .card h2 {
  font-size: var(--font-size-l);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  padding: 0;
  margin: 0;
}
.ui-overlay .card h3 {
  font-size: var(--font-size-ml);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  padding: 0;
  margin: 0;
}
.ui-overlay .card p {
  font-size: var(--font-size-s);
  padding: 0;
  margin: 0;
  text-align: center;
}
.ui-overlay .card .side-by-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.ui-overlay .region {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ui-overlay .region h2 {
  font-size: var(--font-size-l);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  padding: 0;
  margin: 0;
}
.ui-overlay .region p {
  font-size: var(--font-size-s);
  padding: 0;
  margin: 0;
  text-align: center;
}
.ui-overlay .region .side-by-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-height: 1200px) {
  .ui-overlay {
    padding: 120px 0 60px 0;
  }
}
.ui-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 12px 0 10px -12px rgba(160, 160, 160, 0.55),
    inset -12px 0 10px -12px rgba(160, 160, 160, 0.55),
    inset 2px 0 4px rgba(160, 160, 160, 0.08),
    inset -2px 0 4px rgba(160, 160, 160, 0.08);
  border-radius: 0;
  mix-blend-mode: overlay;
}
.max-content-width {
  max-width: var(--max-content-width);
  display: inline-block;
}
.text-nowrap {
  white-space: nowrap;
}
.text-align-center {
  text-align: center;
}
.background-layer {
  position: absolute;
  inset: 0;
  z-index: var(--position-background-image);
}
@keyframes fadeInForBreathePulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes breathePulse {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes flashPulse {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes buttonGlow {
  0% {
    left: 0;
  }
  10% {
    left: 100%;
  }
}
@keyframes mysticFlyIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, -100px) scale(30) rotateX(35deg) rotateY(-10deg);
    filter: blur(12px) brightness(2) saturate(1.4);
    text-shadow: 0 0 2rem rgba(255, 255, 255, 0.7), 0 0 4rem rgba(0, 140, 255, 0.4);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 30px) scale(2) rotateX(0deg) rotateY(0deg);
    filter: blur(1px) brightness(1.1);
    text-shadow: 0 0 1rem rgba(255, 255, 255, 0.9), 0 0 2rem rgba(0, 140, 255, 0.6);
  }
  78% {
    transform: translate3d(0, 2px, 0) scale(0.8);
    filter: blur(0) brightness(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) brightness(1);
    text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.6), 0 0 1rem rgba(0, 140, 255, 0.4);
  }
}
@keyframes mysticPulse {
  0% {
    text-shadow: 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 1rem currentColor;
  }
  50% {
    text-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.3), 0 0 0.6rem currentColor;
  }
  100% {
    text-shadow: none;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
*:active {
  outline: none !important;
}

/* angular:styles/global:styles */
