:root {
  --primary: #ccc;
  --bg-body: #fff;
  --text-main: #333;
}

body {
  background-color: var(--bg-body);
  color: var(--text-main);
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  transition: background-color .3s, color .3s;
}

qr-app:not(:defined) {
  color: #888;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 1.2rem;
  display: flex;
}

qr-app:not(:defined):after {
  content: "Cargando...";
}

@media (width >= 431px) {
  body {
    background: #1a1a1a;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    display: flex;
  }

  .iphone-simulator {
    background: var(--bg-body);
    border-radius: 40px;
    width: 430px;
    height: 90vh;
    max-height: 900px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 12px #2a2a2a, 0 0 0 14px #1a1a1a, 0 25px 60px #0009;
  }

  .iphone-simulator:before {
    content: "";
    z-index: 100;
    background: #000;
    border-radius: 0 0 20px 20px;
    width: 160px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .iphone-simulator:after {
    content: "";
    z-index: 101;
    background: #333;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    right: 20px;
  }

  qr-app {
    scrollbar-width: none;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden auto;
  }
}
/*# sourceMappingURL=client.61d3354a.css.map */
