/** Shopify CDN: Minification failed

Line 143:0 All "@import" rules must come first

**/
/* RESET */
body.password-page {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: white;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.waitlist-bg {
  position: fixed;
  inset: 0;
  background-image: url('/cdn/shop/files/waitlist-bg.jpg?v=1767999111');
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
  z-index: -2;
}

/* MAIN LAYOUT */
.waitlist-content {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.brand {
    margin-top: -200px;
    margin-bottom: 64px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none; /* Safari */
}

.brand img {
    width: 460px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none; /* Safari */
}

/* TAGLINE */
.tagline {
  color: #BAAD73;
  font-weight: 600;
  margin: 24px 0;
  line-height: 1.4;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; /* Safari */
}

/* COUNTDOWN */
.countdown {
  pointer-events: none;
  user-select: none;
  display: flex;
  gap: 16px;
  font-size: 48px;
  font-weight: 600;
  color: #BAAD73;
  margin: 24px 0;
  -webkit-user-select: none; /* Safari */
}

/* LAUNCH TEXT */
.launch-text {
  font-size: 13px;
  letter-spacing: 1.5px;
  opacity: 0.85;
  margin-bottom: 24px;
  margin-top: -64px;
  -webkit-user-select: none; /* Safari */
}

/* PASSWORD FORM */
.password-form {
  max-width: 420px;
  width: 100%;
}

.password-form input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 999px;
  border: none;
}

.password-form button {
  background: #BAAD73;
  color: black;
  border-radius: 999px;
  padding: 14px 28px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* FOOTER */
.location {
  position: absolute;
  bottom: 24px;
  font-size: 11px;
  letter-spacing: 1.2px;
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; /* Safari */
}

/* MOBILE */
@media (max-width: 768px) {
  .brand .logo {
    font-size: 40px;
    pointer-events: none;
    user-select: none;
  }

  .countdown {
    font-size: 32px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none; /* Safari */
  }

  .brand img {
    width: 320px;
    pointer-events: none;
    user-select: none;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
html, body { 

  user-select: none;
  background: transparent;
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Montserrat' !important; 
  color: white;
  font-size: 9px;
}

#magic {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  pointer-events: none;
  z-index: -1;
}

.playground{

  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

}
.bottomPosition{

  text-align: center;
  margin-bottom: 50px;
  
}
.minText{
  
  font-size: 14px;
}

a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.logo {
    width: 50px;
    height: 50px;
}

.countdown-wrapper {
  position: fixed;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  pointer-events: auto;
}

.countdown {
  display: flex;
  gap: 24px;
 
  padding: 16px 24px;
  border-radius: 16px;
}

.time-box {
  text-align: center;
  min-width: 60px;
}

.time-box span {
  display: block;
  font-size: 100px;
  font-weight: 600;
  color: #BAAD73;
  letter-spacing: 1px;
}

.time-box small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.7);
}

/* 📱 Mobile adjustments */
@media (max-width: 768px) {
  .countdown {
    gap: 16px;
    padding: 12px 16px;
  }

  .time-box span {
    font-size: 48px;
  }
}

/* Default (mobile-first) */
#magic {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  top: 23%;
}

/* Desktop: make the canvas feel bigger */
@media (min-width: 769px) {
  #magic {
    width: 120%;
    height: 120vh;
    left: -10%;
    top: 9%;
  }
}

#magic canvas {
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

#magic,
#magic * {
  user-select: none;
  -webkit-user-select: none;
}