html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(180deg, #f5efe5 0%, #efe7db 100%);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

#out {
  width: 100%;
  height: 100%;
}

.app-splash {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.app-splash-card {
  max-width: 520px;
  padding: 28px 30px;
  border: 1px solid #d7ccbd;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 48px rgba(49, 39, 25, 0.08);
}

.eyebrow {
  margin: 0 0 10px;
  color: #8e352b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-splash-card h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08;
  color: #201c17;
}

.app-splash-card p {
  margin: 0;
  line-height: 1.6;
  color: #6b6258;
}
