@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root {
  --palette-dark-alpha-200: rgba(0, 0, 0, 0.70);
  --palette-light-alpha-500: rgba(255, 255, 255, 0.15);
  --font-questrial: "Questrial", sans-serif;
}

body {
  background-color: #012F33;
  background-image: linear-gradient(140deg, rgba(1, 47, 51, 0.95) 10%, rgba(1, 47, 51, 0.8) 55%, rgba(1, 47, 51, 0.65) 100%),
    url(../img/bg.png);
  background-size: cover;
  background-position: center;
  /* background: rgb(175,173,169);
  background: linear-gradient(109deg, rgba(175,173,169,1) 0%, rgba(123,116,111,1) 56%, rgba(201,192,185,1) 99%); */
  color: #DDEBEC;
  font-family: var(--font-questrial);
  font-size: 16px;
  min-height: 100vh;
  margin: 0;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

article {
  background: rgba(221, 235, 236, 0.96);
  border-radius: 16px;
  color: #012F33;
  max-width: 52rem;
  padding: 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}

article li, article p {
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem 0;
}

h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem 0;
}

li {
  margin: 0 0 0.4rem 0;
}

p {
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0 0 1rem 0;
}

.wrapper {
  padding: 0 0 1rem 0;
}

.hidden {
  display: none !important;
}

.align-center {
  text-align: center;
}

.container {
  align-items: start;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin: 2rem auto 3rem;
  max-width: 1100px;
  min-height: 80vh;
  padding: 0 2rem;
}

.navbar {
  width: 100%;
}

header {
  text-align: center;
  padding: 1.75rem 0 0.5rem;
}

.logo-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  margin: 0 .25rem;
}

.logo-connector {
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}

.meta-logo {
  background: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  height: clamp(1.2rem, 3.2vw, 1.6rem);
  width: auto;
  display: block;
}

#error {
  margin-bottom: 1rem;
}

#logo {
  width: clamp(6.5rem, 35vw, 8.81231rem);
  height: auto;
  flex-shrink: 0;
}

#data {
  border-radius: 0.5rem;
  background: var(--palette-light-alpha-500, rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(30px);
}

#copy {
  cursor: pointer;
}

#copied {
  position: absolute;
  top: 28px;
}

.position-relative {
  position: relative;
}

.login {
  border-radius: 0.75rem;
  background: var(--palette-dark-alpha-200); 
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  display: flex;
  width: 100%;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}


.login h1 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: var(--text-generic-secondary, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Medium/Body */
  font-family: var(--font-questrial);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.btn-container {
  border-radius: 0.5rem;
  background: var(--palette-light-alpha-500);
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem 1rem;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.5rem;
}

.btn {
  align-items: center;
  align-self: stretch;
  background: #6cc;
  border-radius: 0.5rem;
  border: 1px solid var(--button-primary-border, rgba(0, 0, 0, 0.04));
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 0.75px 3.5px 0px rgba(0, 0, 0, 0.08), 0px 0.15px 0.8px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 0.5rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0.5rem 1rem;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

.btn:hover {
  background: #5ababa;
  transform: translateY(-1px);
}

.btn-inline {
  align-self: center;
  height: 2.75rem;
  padding: 0.6rem 1.4rem;
  width: auto;
}

#roomNumber {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Regular/Title H1 */
  font-family: var(--font-questrial);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem; /* 125% */
}

#list {
  color: var(--text-generic-badge, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;

  /* Medium/Body */
  font-family: var(--font-questrial);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 142.857% */
}

.login footer {
  width: 100%;
}

.login footer p {
  margin: 0;
  font-size: 0.85rem;
}

.item ol {
  padding-left: 1.2rem;
}

.item ol li {
  padding-left: 0.1rem;
}

.item p + p {
  margin-top: 0.25rem;
}

.item h2 + ol {
  margin-top: 0.25rem;
}

.content-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  color: rgba(1, 47, 51, 0.7);
}

.lead {
  font-size: 1.05rem;
  margin: 0;
}

.note {
  font-size: 0.95rem;
  color: rgba(1, 47, 51, 0.72);
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.text-link {
  color: #0b6d71;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.hero-card {
  background: rgba(1, 47, 51, 0.08);
  border-radius: 12px;
  padding: 1rem;
}

.hero-card h3 {
  margin-top: .5rem;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0 0;
  display: grid;
  gap: 0rem;
}

.checklist li {
  display: flex;
  gap: 0.5rem;
  align-items: start;
}

.checklist li::before {
  content: "•";
  color: #0b6d71;
  font-weight: 700;
  margin-top: 0.05rem;
}

.content-section {
  border-top: 1px solid rgba(1, 47, 51, 0.12);
  padding-top: 1.5rem;
}

.get-started-section {
  width: 100%;
}

.get-started-inner {
  margin: 0 auto;
  max-width: 35rem;
  width: 100%;
}

.video-section p {
  margin-bottom: 1.25rem;
}

.video-embed {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(1, 47, 51, 0.08);
  aspect-ratio: 16 / 9;
}

.video-embed iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.steps {
  margin: 0;
}

.cta-footer {
  border-radius: 14px;
  background: rgba(1, 47, 51, 0.08);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.status-strip {
  border-top: 1px solid rgba(1, 47, 51, 0.12);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.status-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.status-note {
  margin: 0;
  color: rgba(1, 47, 51, 0.72);
  font-size: 0.95rem;
}

.status-strip + .note {
  margin-top: -0.75rem;
}

.status-actions,
.status-data {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-footer {
  border-top: 1px solid rgba(1, 47, 51, 0.12);
  padding-top: 1.25rem;
  font-size: 0.9rem;
  color: rgba(1, 47, 51, 0.75);
}

.page-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  article {
    max-width: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .cta-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-row {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 1.25rem;
  }

  article {
    padding: 1.5rem;
  }

  .login {
    padding: 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  .cta-row {
    align-items: flex-start;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: scroll;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  max-height: 80%;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}