/* ===== GLOBAL RESET / BASE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
  
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px solid #ffffff73 !important;
  outline-offset: 13px;
  border-radius: 400px;
  transition: outline 0.2s ease-in-out, outline-offset 0.2s ease-in-out;
}


button,
input,
select {
  font-family: inherit;
  font-size: 1rem;        
  line-height:1.4;
  padding: 0.75em 1em;   
  border-radius: 3px;
  box-sizing: border-box;
}
textarea {
  line-height: 1;
}


html, body {
  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge older */
  user-select: none;          /* Standard */
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

button:focus {
  outline: none;      
  box-shadow: none;   
}

@font-face {
  font-family: 'Cinzel';
  src: url('/assets/fonts/cinzel/Cinzel-Variable.woff2') format('woff2-variations');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}



/* ============================================================================================ 
                                        PRELOADER
   ============================================================================================ */

/* === PRELOADER WRAPPER === */
#preloader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  display: table;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease, visibility 1.5s ease, background 3s ease;
}

#preloader.visible {
  background: rgba(0,0,0,.3);
}

/* === INNER CENTERING === */
.preloader-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  transition: opacity 1.2s ease;
}

/* --- Stage 1: content fades to black --- */
#preloader.blackout .preloader-inner {
  opacity: 0;
}

/* --- Stage 2: black veil fades away --- */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* === SYMBOL & TEXT === */
.preloader-symbol {
  width: 100px;
  height: auto;
  filter: drop-shadow(0 0 22px rgba(255,229,100,0.8));
  animation: pulse 3s ease-in-out infinite;
}

.preloader-text {
  font-family: 'Times New Roman', serif;
  font-size: 13px;
  margin-bottom:-20px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.8);
  display: block;
  opacity:1;
}


/* === ANIMATIONS === */
@keyframes pulse {
  0%,100% { filter: drop-shadow(0 0 22px rgba(255,229,100,.8)); }
  50%     { filter: drop-shadow(0 0 22px rgba(255,229,100,0.4)); }
}

.dots span {
  opacity: 0;
  animation: dotFade 1.4s infinite;
}
.dots span:nth-child(1){ animation-delay:0s; }
.dots span:nth-child(2){ animation-delay:0.3s; }
.dots span:nth-child(3){ animation-delay:0.6s; }

@keyframes dotFade {
  0%,80%,100%{ opacity:0; }
  40%{ opacity:1; }
}


.preloader-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 4s ease;
  pointer-events: none;
  z-index:-10;
}

@media (min-width:800px) {
  .preloader-bg {
    content: url('/assets/image/preloader-bg-D.jpg');
    object-fit: cover;
    height:100%;
  }
}

.preloader-bg.visible {
  opacity:.5
}

/* ============================================================================================ 
                                        CLOAK HERO
   ============================================================================================ */  
.pattern {
  position:fixed;
  z-index:1000000;
  pointer-events:none;
  width:100%;
  height:100dvh;
  object-fit: cover;
  animation: psychedelic 10s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes psychedelic {
  0% {
    transform: scale(1.5);
    opacity:.1;
  }
  50% {
    transform: scale(2);
    opacity:.3;
  }
  100% {
    transform: scale(1.5);
    opacity:.1;
  }
}

.cloak-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  margin-top:-20px;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width:600px) {
  .hero-image {
    margin-top:0px
  }
}

.hero-instruction {
  position: absolute;
  font-family:serif;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  pointer-events: none;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
  z-index:10;
  transition: opacity 1.3s ease-in-out;
}

.hero-instruction.visible {
  opacity: .5;
}

.key-hitbox {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);

  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.glow-key-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 9vh;
  height: auto;
  pointer-events: auto;
  z-index: 2;
  transform: translate(-50%, 0%) scale(1);
  will-change: filter, opacity, transform;
  animation: brightness-pulse 2s infinite;
  transition:
    opacity 1.6s ease,
    transform 1.6s ease,
    filter 2.3s ease,
    -webkit-filter 2.3s ease;
}
/* Brightness pulse animation */
@keyframes brightness-pulse {
  0% { filter: brightness(1); }
  50% { filter: brightness(2.2); }
  100% { filter: brightness(1); }
}

.glow-key-img.is-flashing {
  transform: translate(-50%, 0%) scale(1.2);
}

/* Stop pulse */
.glow-key-img.pulse-stop {
  animation: none;
}
.glow-key-img.is-dissolving {
  transition:
    opacity 1.25s ease .65s,
    transform 1.6s ease,
    filter 2.6s ease,
    -webkit-filter 2.6s ease;
  opacity: 0;
  transform: translate(-50%, 0%) scale(1.1);
}

@media (min-width: 600px) {
  .glow-key-img {
    top: 50%;
    transform: translate(-50%, 25%) scale(.9);
    width: 10vh;
  }
  .glow-key-img.is-dissolving {
    transform: translate(-50%, 25%)
  }
  .glow-key-img.is-flashing {
    transform: translate(-50%, 25%) scale(1.1);
  }
}


.intro-layer { display: none; opacity: 0; transition: opacity 1.35s ease; }
.intro-layer:not(.fade-in) { transition: opacity 0.4s ease; }
.show-now { display: block; } 
.fade-in  { opacity: 1; }         
.cloak-hero.fadeout { opacity: 0; transition: opacity 1s ease; }
.enter-wrapper { display:none; }




/* ============================================================================================ 
                                        INTRO MODAL
   ============================================================================================ */

body.intro-locked {
  height: 100vh;
/*  overflow: hidden; */
}

#scroll-hint {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;       
  pointer-events: none;
  filter: blur(20px);
  z-index: 99999;
  transition:
    opacity 3600ms ease,
    filter 2800ms ease;      
}

.scroll-icon {
  width: 36px;
  height: 36px;
  filter:
    brightness(2.8)
    drop-shadow(0 0 7px rgba(255,245,220,1))
    drop-shadow(0 0 11px rgba(255,230,160,0.9))
    drop-shadow(0 0 18px rgba(255,215,100,0.8));
}


/* ======= LETTER COLOR SHADOWS ======= */
#intro-modal h2,
#intro-modal .date,
#intro-modal .msg-box-intro .threedots,
.three-dots,
.requirements-card .description,
.requirements-card h2,
.requirements-card .date {
  text-shadow: 0 0 6px rgba(255, 229, 0, .9),
               0 0 12px rgba(255, 229, 0, .5);  
}

#intro-modal .question {
  text-shadow:
    0 0 4px rgba(255, 255, 255, 1),
    0 0 8px rgba(255, 255, 100, 1),
    0 0 16px rgba(255, 229, 0, 1),
    0 0 32px rgba(255, 229, 0, 0.9),
    0 0 64px rgba(255, 229, 0, 0.7);  
}

.closed-mode {
  font-family: Cinzel; 
  background:#000; 
  color:#fff;
  opacity:0.2;
  border:1px solid #fff; 
  box-shadow:none; 
  text-shadow:none; 
  pointer-events: none;
  padding: 0.6em 1em;   
}


#entryCode::placeholder {
  color: #333;
  opacity: 1;
}


.teaser-audio-intro {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.teaser-audio-intro img.frame {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}

@media (min-width:768px){
  .teaser-audio-intro img.frame {
    width: 300px;
  }
}


.teaser-audio-intro .teaser-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 40px;
  z-index: 2;
  line-height: 1;
}

.roadmap-enter {
  visibility: hidden;
}


.spacer-intro {
  height:13px;
}


.spacer-intro-enter {
  height:33px;
}

.spacer-intro-bottom {
  height: 160px;
}


/* === Fullscreen Scrollable Layout === */
#intro-modal {
  position: relative;  
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #000;
  color: #fff;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  z-index: 1 !important;
}

@supports (height: 100dvh){
  #intro-modal { min-height: 100dvh; }
}

.intro-modal-background {
  position: fixed;     
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;    
  overflow: hidden;
  z-index: 0;
  opacity: 0;                            
  transition: opacity 4s ease;         
}

.intro-modal-background.fade-in {
  opacity: 1;                   
}

.intro-modal-background img,
.intro-modal-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


#intro-modal .card {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  width: 90%;
  height: 100%;
  max-width: 680px;                
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
  position: relative;
  text-align: center;  
  position: relative;
  z-index: 1;
}

#intro-modal .card {
  opacity: 0;
  pointer-events: none;
  filter: blur(20px);
  transition:
    opacity 3600ms ease,
    filter 2800ms ease,
    transform 2300ms ease;
}

#intro-modal .card.is-visible {
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  #intro-modal .card {
    transition: none;
    filter: none;
    transform: none;
  }
}



#intro-modal .top-img {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0.3;
}


#intro-modal .top-img img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;  
  width: 36vw;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255,245,200,.5))
          drop-shadow(0 0 28px rgba(255,215,100,.35));
  transition: filter 0.4s ease, width 0.4s ease;
}

@media (max-width: 480px) {
  #intro-modal .top-img img {
  width: 200px;   
  }
}

/* Tablet */
@media (min-width: 768px) {
  #intro-modal .top-img img {
    margin-top: 50px;  
    width: 28vw;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  #intro-modal .top-img img {
    margin-top: 70px;  
    width: 260px;
  }
}

@media (max-height: 600px) {
  #intro-modal .top-img img {
    margin-top: 50px;  
    width: 20vw;
  }
}


#intro-modal .phase-number {
  font-size: 25vw;
  font-weight: 500;
  letter-spacing: 1.3px;
}

@media (max-width: 480px) {
  #intro-modal .phase-number {
  font-size: 130px;   
  }
}

@media (min-width: 768px) {
  #intro-modal .phase-number {
  font-size: 20vw;   
  }
}

@media (max-height: 600px) {
  #intro-modal .phase-number {
    font-size: 16vw; 
  }
}

@media (min-width: 1200px) {
  #intro-modal .phase-number {
    font-size: 180px;  
  }
}

#intro-modal h2 {
  font-family:"Cinzel", serif;
  font-size: 11vw;
  font-weight:600;
  letter-spacing:.02em;
  color:#fff;
  margin:0 0 0 0;
  text-align: center;
  display: block;
  width: auto;            
  margin-left: auto;       
  margin-right: auto;      
  box-sizing: border-box;
}

@media (max-width: 480px) {
  #intro-modal h2 {
  font-size: 56px;   
  }
}


@media (min-width: 768px) {
  #intro-modal h2 {
    font-size: 10vw;   
  }
}

@media (max-height: 600px) {
  #intro-modal h2 {
    font-size: 9vw;   
  }
}

@media (min-width: 1200px) {
  #intro-modal h2 {
    font-size: 98px;  
  }
}


#intro-modal .question {
  font-size: 2vw;
  font-weight: 500;
  letter-spacing: 0.7em;
  margin-bottom: 46px;
  top:-0.6vw;
  color: #fff;
}

@media (max-width: 480px) {
  #intro-modal .question {
  font-size: 10px;   
  }
}

@media (min-width: 768px) {
  #intro-modal .question {
    font-size: 1.75vw;
    letter-spacing: 0.78em;
    top:-1.4vw;
  }
}

@media (max-height: 600px) {
  #intro-modal .question {
    font-size: 1.6vw;
    letter-spacing: 0.78em;
    top:-13px;
  }
}

@media (min-width: 1200px) {
  #intro-modal .question {
    font-size: 18px;
    top:-13px;
    letter-spacing: 0.7em;
  }
}



#intro-modal .date {
  font-size: 20px;
  color:rgba(255,255,255,1);
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  opacity:1;
}

/* Tablet */
@media (min-width: 768px) {
  #intro-modal .date {
    font-size: 26px;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  #intro-modal .date {
    font-size: 26px;
  }
}

#intro-modal .coming-soon {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  text-shadow:
    0 0 10px rgb(255 243 140 / 50%),
    0 0 12px rgb(255 245 158 / 20%);
  color:rgb(255 255 255 / 20%);
}

/* Tablet */
@media (min-width: 768px) {
  #intro-modal .coming-soon {
    font-size: 26px;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  #intro-modal .coming-soon {
    font-size: 26px;
  }
}

#intro-modal .phase-body {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 16px;

}

/* Tablet */
@media (min-width: 768px) {
  #intro-modal .phase-body {
    font-size: 22px;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  #intro-modal .phase-body {
    font-size: 22px;
  }
}



#intro-modal .enter-btn {
  display: block;
  margin: 0 auto 0px auto;
}


#intro-modal .msg-box-intro {
  background: #000;
  border: 0 solid #333;
  padding: 16px 22px;
  margin: 28px auto;
  width: 100%;
  max-width: 420px;
  border-radius: 0px;
  box-shadow:
    0 0 20px rgba(0,0,0,0.8),
    0 0 30px rgba(255,215,100,0.25) inset;
}

#intro-modal .msg-box-intro .threedots {
  display:block;
  font-family: 'Cinzel', serif;
  font-size:22px;
  font-weight: 700;
/* UNACTIVE */ 
/*  color:#333; */ 
/* ACTIVE */ 
  color:#fff;
  animation: questionGlow 8s ease-in-out infinite;
}


.roadmapkey {
  display: inline-block;
  animation: float-bounce 3s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(255, 245, 200, 0.3))
          drop-shadow(0 0 5px rgba(255, 215, 100, 0.7));
  z-index:100;
}

@keyframes float-bounce {
  0%   { transform: translateY( -20%); }
  50%  { transform: translateY( 10%); }
  100% { transform: translateY( -20%); }
}

@keyframes imgGlow {

  50% {
    filter: drop-shadow(0 0 7px rgba(255, 245, 200, 0.70))
            drop-shadow(0 0 12px rgba(255, 215, 100, 0.50));
  }
}


.three-dots {
  margin:54px auto 0;
  font-family:'cinzel';
  font-size:22px;
  font-weight:900;
  color: rgba(255,255,255,0.1);
  opacity:1;
}


.requirements-modal {
  position: fixed !important;     
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 3 !important;    
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0,0,0,0);
}

.requirements-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.requirements-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(0px);
  transition: 
    opacity 0.35s ease,
    background 0.35s ease,
    backdrop-filter 0.35s ease;
}

.requirements-card {
  box-shadow:
    0 0 20px rgba(0,0,0,0.7),
    0 0 30px rgba(255,250,150,0.4) inset;
  border-radius: 0;
  padding: 30px 24px 40px;
  width: 90%;   
  text-align: left;
  z-index: 3;
  margin: 0 auto;
  box-sizing: border-box;
  height:80vh;
  max-height: 800px;     
  max-width: 360px;
  overflow-y: auto;
  backdrop-filter: blur(18px);
  opacity:0;
  transition: 
    opacity 0.35s ease,
    background 0.35s ease,
    backdrop-filter 0.35s ease;
}

.requirements-modal.active .requirements-card,
.requirements-modal.active .requirements-overlay {
  opacity:1;
}
/*
.requirements-modal.active .requirements-overlay {
  backdrop-filter: blur(6px);
  background: rgba(0,0,0,0.4);
}
*/

.shape {
  width:100%;
  opacity:1;
}


.requirements-card h3 {
  font-family: 'Cinzel', serif;
  color: #f9f4dc;
  line-height:1.2;
  font-size: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  text-shadow: 0 0 6px rgba(255,245,200,1);
}


.requirements-card .title {
  font-size:50px;
}

@media (max-width: 380px) {
  .requirements-card .title {
    font-size: 13vw;   
  }
}

.requirements-card .phraseTop, .phraseBottom {
  display:block;
  text-align:center;
  font-family:'Cinzel';
  margin:auto;
  max-width:100%;
  color:#fff;
  font-weight:500;
  color:#fff;
  text-shadow: 
    0 0 6px rgba(255, 229, 0, .9), 
    0 0 12px rgba(255, 229, 0, .5);
}

.requirements-card .phraseTop {
  font-size:26px;margin-top:10px
}
.requirements-card .phraseBottom {
  font-size:22px;
}
@media (max-width:371px) {
  .requirements-card .phraseTop {
    font-size:6.9vw;
    width:100%;
  }
  .requirements-card .phraseBottom {
    font-size:6vw;
  }
}
@media (max-width:340px) {
  .requirements-card .phraseTop {
    font-size:6.3vw;
    width:100%;
  }
}

.requirements-card .description {
  display:block;
  text-align: center;
  max-width: 85%;
  margin: 0 auto 0 auto;
  font-family: 'Cinzel',serif;
  font-weight: 600;
  font-size:16px;
  color:#fff;
  margin-bottom:8px;
  animation: questionGlow 8s ease-in-out infinite;
}

@media (min-width: 768px) {
  .requirements-card .description {
    font-size: 16px;   
  }
}

.requirements-card .date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  opacity:1;
}

@media (min-width: 768px) {
  .requirements-card .date {
    font-size: 22px;
  }
}

.requirements-card p {
  margin:0;
  font-family:"Times New Roman",serif;
  font-size:14px;
  color:#fff;
  line-height:1.6;
  letter-spacing:0.04em;
  text-shadow:0 0 2px rgba(200,200,200,.2);
  text-align: center;
}

@media (min-width: 768px) {
  .requirements-card p {
  font-size: 14px;   
  }
}



.requirements-card .requirements-divider {
  width: 70%;
  height: 1px;
  margin: 20px auto;
  margin-top: 35px;
  margin-bottom:40px;
  background: linear-gradient(
    to right,
    rgba(255,245,200,0),
    rgba(255,245,200,0.35),
    rgba(255,245,200,0)
  );
}


.requirements-card h2 {
  font-family:"Cinzel", serif;
  font-size: 43px;   
  font-weight:600;
  letter-spacing:.02em;
  color:#fff; 
  margin:0 0 9px 0;
  text-align: center;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Tablet */
@media (min-width: 768px) {
  .requirements-card h2 {
    font-size: 50px;
  }
}


.requirements-card .phase-number {
  font-size: 120px;   

}

@media (min-width: 768px) {
  .requirements-card .phase-number {
  font-size: 115px;   
  }
}

.noteBtn, 
.noteBtn:focus,
.close-note-modal,
.close-note-modal:focus {
  display:block;
  background:none;
  color:#fff;
  font-family:serif;
  border:none;
  box-shadow:0 0 9px rgba(255,250,150,0.3)inset;
  padding:8px 18px;
  cursor:pointer;
}
.noteBtn {
  margin:26px auto 0;
}
.close-note-modal{
  margin:26px auto 30px;
}

.noteBtn:hover,
.close-note-modal:hover {
  box-shadow:0 0 15px rgba(255,250,150,0.3)inset;
}

.tiny-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
  backdrop-filter:blur(13px);
}
.close-note-modal{
  margin-bottom:50px;
}
/* Show modal */
.tiny-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.lang-switch {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px; /* spacing between EN / ES */
}

.lang-switch button {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
}

/* Modal content */
.tiny-modal-content {
  background: none;
  padding: 0 20px;
  width:90%;
  flex-direction: column;
  max-width: 300px;
  color: #fff;
  display:flex;
  font-family: 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  max-height:80vh;
}

.tiny-modal-message {
  overflow-y: auto;
}

.tiny-modal-content h1 {
  font-family:cinzel;
  text-shadow:0 0 7px rgba(255,250,150,0.8);
  font-size:36px;
}
.us {
  margin:0 0 20px;
  font-size:20px;
}




.requirements-spacer {
  margin-top: 36px;
}



/* Close button */
.requirements-card .close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 22px;
  color: #ccc;
  background: none;
  border: none;
  cursor: pointer;
}

.requirements-card .close:hover {
  color: #fff;
  text-shadow: 0 0 8px rgba(255,215,100,0.5);
}

.close-bottom {
  display: block;
  margin: 20px auto;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 235, 190, 0.9);  /* faint golden-white */
  background: 
    radial-gradient(circle at center,
  rgba(255,215,100,0.15) 0%, 
  rgba(0,0,0,0.2) 90%);
  border: 0px solid rgba(255,215,100,0.3);
  cursor: pointer;
  opacity: 0.7;
  padding: 10px 28px;
  text-shadow:
    0 0 6px rgba(255, 250, 150, 0.9),
    0 0 12px rgba(255, 250, 150, 0.7);
  box-shadow: 0 0 15px rgba(255,250,150,0.5) inset;
  border-radius: 4px;
  transition: 
    color 0.6s ease, 
    text-shadow 0.6s ease,
    opacity 2s ease, 
    box-shadow 0.5s ease,
    background 0.5s ease;
  margin-top: 33px;
}

.close-bottom:hover,
.close-bottom:focus-visible {
  background: 
    radial-gradient(circle at center, 
  rgba(255,215,100,0.2) 0%, 
  rgba(0,0,0,0.2) 90%);
  box-shadow: 
    0 0 15px rgba(255,250,150,0.7) inset;
  color: 
  rgba(255, 255, 255, 1);
  text-shadow:
    0 0 5px rgba(255, 250, 150, 1),
    0 0 10px rgba(255, 250, 150, 1),
    0 0 16px rgba(255, 250, 150, 1);
}


.req-list {
  font-family: 'Times New Roman', serif;
  color: #ddd;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}



.requirements-spacer {
  margin-top: 36px;
}


#intro-modal .link-style.proceed-roadmap-modal {
  display: inline-block;
  margin: 12px auto 180px;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 235, 190, 0.7);
  background: radial-gradient(circle at center, rgba(255,215,100,0.07) 0%, rgba(0,0,0,0.2) 90%);
  border: 0px solid rgba(255,215,100,0.3);
  cursor: pointer;
  opacity: 0.7;
  
  text-shadow:
    0 0 6px rgba(255, 230, 150, 0.9),
    0 0 12px rgba(255, 230, 150, 0.7);
  box-shadow: 0 0 15px rgba(255,215,100,0.3)inset;
  border-radius: 4px;
    transition: 
    color 0.6s ease, 
    text-shadow 0.6s ease,
    opacity 2s ease, 
    box-shadow 0.5s ease,
    background 0.5s ease;
}


#intro-modal .link-style.proceed-roadmap-modal:hover {
  background: 
    radial-gradient(circle at center, 
  rgba(255,215,100,0.13) 0%, 
  rgba(0,0,0,0.2) 90%);
  box-shadow: 
    0 0 15px rgba(255,215,100,0.5)inset;
  color: 
  rgba(255, 255, 255, 1);
  text-shadow:
    0 0 5px rgba(255, 230, 150, 1),
    0 0 10px rgba(255, 230, 150, 1),
    0 0 16px rgba(255, 230, 150, 1);

}

#intro-modal .link-style.proceed-roadmap-modal:focus-visible {
  background: 
    radial-gradient(circle at center, 
  rgba(255,215,100,0.13) 0%, 
  rgba(0,0,0,0.2) 90%);
  box-shadow: 
    0 0 15px rgba(255,215,100,0.5)inset;
  color: 
  rgba(255, 255, 255, 1);
  text-shadow:
    0 0 5px rgba(255, 230, 150, 1),
    0 0 10px rgba(255, 230, 150, 1),
    0 0 16px rgba(255, 230, 150, 1);

}


/* === Code Modal === */
.code-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 50;
}

.code-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.code-modal .code-card {
  background: #000;
  border-radius: 0;
  padding: 40px 28px;
  width: 306px;
  max-width: 90%;
  max-height:80vh;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.7),
    0 0 30px rgba(255, 215, 100, 0.25) inset;
  border: 1px solid rgba(255, 215, 100, 0.15);
  animation: cardReveal 0.6s ease both;
  z-index: 3;
  overflow:auto;
  position: relative;
  text-align: center;
}

#entryCode {
  position:relative;
  text-align:center; 
  padding:6px 8px; 
  width: 18ch; 
  background:#000; 
  color:#fff; 
  text-transform: uppercase; 
  border:1px solid #333;
  outline:none !important;
  box-shadow:none;
  border-radius:3px;
}
#entryCode:focus-visible {outline: 1px solid #ffffff73;}

.proceed-roadmap-btn {
  display: inline-block;
  margin: 20px auto 0;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 235, 190, 0.6);
  background: 
    radial-gradient(circle at center, 
  rgba(255,215,100,0.1) 0%, 
  rgba(0,0,0,0.2) 90%);
  border: 0px solid rgba(255,215,100,0.3);
  cursor: pointer;
  opacity: 0.7;
  text-shadow:
    0 0 6px rgba(255, 230, 150, 0.7),
    0 0 12px rgba(255, 230, 150, 0.5);
  box-shadow: 0 0 15px rgba(255,215,100,0.4)inset;
  border-radius: 4px;
    transition: 
    color 0.6s ease, 
    text-shadow 0.6s ease,
    opacity 2s ease, 
    box-shadow 0.5s ease,
    background 0.5s ease;
}


.proceed-roadmap-btn:hover {
  background: 
    radial-gradient(circle at center, 
  rgba(255,215,100,0.13) 0%, 
  rgba(0,0,0,0.2) 90%);
  box-shadow: 
    0 0 15px rgba(255,215,100,0.7)inset;
  color: 
  rgba(255, 255, 255, 1);
  text-shadow:
    0 0 5px rgba(255, 230, 150, 1),
    0 0 10px rgba(255, 230, 150, 1),
    0 0 16px rgba(255, 230, 150, 1);
}


.proceed-roadmap-btn:focus,
.proceed-roadmap-btn:active,
.proceed-roadmap-btn:focus-visible {
  outline: none;
  background: 
    radial-gradient(circle at center, 
  rgba(255,215,100,0.13) 0%, 
  rgba(0,0,0,0.2) 90%);
  box-shadow: 
    0 0 15px rgba(255,215,100,0.7)inset;
  color: 
  rgba(255, 255, 255, 1);
  text-shadow:
    0 0 5px rgba(255, 230, 150, 1),
    0 0 10px rgba(255, 230, 150, 1),
    0 0 16px rgba(255, 230, 150, 1);
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

.divider {
  width: 70%;
  height: 1px;
  margin: 20px auto;
  margin-top: 10px;
  margin-bottom:40px;
  background: linear-gradient(
    to right,
    rgba(255,245,200,0),
    rgba(255,245,200,0.35),
    rgba(255,245,200,0)
  );
}

.code-close {
  outline:none !important;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.code-close:hover,
.code-close:focus-visible {
  opacity: 1;
}





@supports not (inset: 0) {
  .code-modal {
    top: 0; right: 0; bottom: 0; left: 0;
  }
}

.code-modal {
  will-change: opacity, visibility;
  -webkit-transform: translateZ(0);
}



.countdown-wrap {
  margin: 10px auto 20px auto;
  text-align: center;
}

.countdown-label {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255, 229, 180, 0.8);
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 229, 100, 0.3);
  margin-bottom: 4px;
}

.countdown-timer {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 0 0 10px rgba(255, 229, 100, 0.6),
               0 0 20px rgba(255, 229, 100, 0.3);
  animation: softPulse 5s ease-in-out infinite alternate;
}

@keyframes softPulse {
  0% { opacity: 0.8; text-shadow: 0 0 8px rgba(255,229,100,.4); }
  100% { opacity: 1; text-shadow: 0 0 16px rgba(255,229,150,.8); }
}


.intro-skip {
  position: absolute;
  top: 36px;          
  right: 28px;        
  font-family: system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #666;
  background: none !important;
  border: none !important;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.6s ease, color 0.3s ease;
  z-index: 4;
  user-select: none;
  pointer-events: none; 
}

.intro-skip.show {
  
  opacity: 0;
  pointer-events: auto; 
}

.intro-skip:hover,
.intro-skip:focus-visible {
  color: #fff;
}



.requirements.link-msg-style {
  font-family: 'Cinzel', serif;
  font-size: clamp(13px, 3.5vw, 15px);
  letter-spacing: 0.08em;
  color:#fff;
  opacity:0.5;
  margin:0 auto;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
  text-shadow: 0 0 4px rgba(255,245,200, 0.9);
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
}

.requirements.link-msg-style:hover {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,245,200, 1.9);
}



/* ======================================================================================= 
                                        TEASER BUTTON
   ======================================================================================= */
.teaser-center {
  position: relative;
  bottom: 48px;
  margin: 0;           
  width: auto;       
  z-index: 4;     
  justify-content: center;
}

.teaser-btn {
  all: unset;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  box-sizing: border-box;
  border-radius: 50px;
  padding: .95rem .95rem;
  cursor: pointer;
  color: #eaeaea;
  font-family: "Cinzel", serif;
  font-size: 16px;
  letter-spacing: .04em;
  background: #000;
  box-shadow: 
    0 0 18px rgba(255,245,200,.5), 
    0 0 28px rgba(255,215,100,.35);
  transition: box-shadow .2s ease, color .15s ease, background .15s ease;
}


/* Glow when playing */
.teaser-btn.playing {
  box-shadow: 
    0 0 28px rgba(255,245,200,.7), 
    0 0 36px rgba(255,215,100,.4);
  outline-offset:22px;
}

/* Ensure paused focused state has base shadow */
.teaser-btn:focus:not(.playing) {
  box-shadow: 
    0 0 18px rgba(255,245,200,.5), 
    0 0 28px rgba(255,215,100,.35);
  outline-offset:22px;
}
@media (hover: hover) and (pointer: fine) {
  .teaser-btn:hover:not(.playing),
  .teaser-btn:focus-visible:not(.playing) {
    box-shadow: 
      0 0 28px rgba(255,245,200,.7), 
      0 0 36px rgba(255,215,100,.4);
    outline-offset:22px;
  }
}

.teaser-btn svg {
  width: 14px; height: 14px;
  fill: currentColor;
  display: block;
}

.sr-only { position: absolute; left: -9999px; }
