#lcp-paint {
  position: fixed;
  inset: 0;
  z-index: 9999;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 100px 10px 20px;
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111;
  background: #fff;
}

#lcp-paint .lcp-shell__logo {
  display: block;
  width: min(100%, 450px);
  min-width: 200px;
  min-height: 200px;
  max-height: 35vh;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

#lcp-paint .lcp-shell__title {
  margin: 0;
  font-size: clamp(36px, 9vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
