.vlcty-site-gate {
  margin: 0;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vlcty-site-gate--has-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vlcty-site-gate__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
  pointer-events: none;
}

.vlcty-site-gate__main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}

.vlcty-site-gate__content {
  width: 100%;
  max-width: 960px;
  text-align: center;
}

.vlcty-site-gate__logo {
  display: block;
  max-width: 220px;
  max-height: 80px;
  margin: 0 auto 2rem;
  object-fit: contain;
}

.vlcty-site-gate__message {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
}

.vlcty-site-gate__until {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #d0d0d0;
}

.vlcty-site-gate__countdown .flip-clock-wrapper {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto 0;
}

.vlcty-site-gate__countdown .flip-clock-label,
.vlcty-site-gate__countdown .inn {
  color: #f5f5f5 !important;
}

.vlcty-site-gate__login {
  margin-top: 2rem;
}

.vlcty-site-gate__login a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.vlcty-site-gate__login a:hover {
  background: #222;
  border-color: #fff;
}

@media only screen and (max-width: 500px) {
  .vlcty-site-gate__countdown .flip-clock-wrapper {
    padding-top: 1rem;
  }
}
