@font-face {
  font-family: "Inter Display";
  src: url("InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --navy: #173a55;
  --ink: #08183f;
  --coral: #d84b50;
  --pale: #edf4fa;
  --border: #e0edf7;
  font-family: "Inter Display", Arial, sans-serif;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 32;
  font-synthesis: none;
  color: var(--ink);
  background: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2; top: 12px; left: 12px; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.page { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; max-width: 1100px; margin: 0 auto; padding: 12px 28px 24px; }
.site-header { display: flex; justify-content: center; }
.brand { display: block; width: min(320px, 75vw); border-radius: 12px; }
main { display: flex; flex: 1; flex-direction: column; justify-content: center; align-items: center; padding: 20px 0 36px; }
.welcome { display: flex; flex-direction: column; align-items: center; width: min(100%, 620px); padding: 40px 32px 36px; border: 1.7px solid var(--border); border-radius: 26px; background: #fff; box-shadow: 0 8px 25px rgb(23 58 85 / 4%); }
.lobby-logo { width: min(440px, 100%); }
.status { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 28px 0 0; padding: 14px 20px; border-radius: 18px; color: var(--navy); background: linear-gradient(120deg, #eff6fb, #e5f0f9); font-size: 1rem; font-weight: 500; line-height: 1.5; text-align: center; }
.status-dot { flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.back-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; margin-top: 22px; padding: 8px 12px; border-radius: 12px; color: var(--navy); font-size: 1rem; line-height: 1.5; text-align: center; text-decoration: none; text-underline-offset: 4px; }
.back-link:hover { text-decoration: underline; background: var(--pale); }
footer { color: var(--navy); font-size: .875rem; line-height: 1.5; text-align: center; overflow-wrap: anywhere; }
@media (max-width: 580px) {
  .page { padding: 8px 20px 20px; }
  .brand { width: min(270px, 78vw); }
  main { padding-top: 20px; }
  .welcome { padding: 28px 16px; border-radius: 22px; }
  .status { padding: 12px; margin-top: 22px; }
}
