:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #ffffff;
  color: #181a1f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

openai-chatkit {
  display: block;
  width: 100%;
  height: 100vh;
}

.config-panel {
  display: grid;
  place-content: center;
  gap: 10px;
  height: 100%;
  padding: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px dashed rgba(42, 94, 123, 0.35);
  border-radius: 8px;
}

.config-panel p {
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.5;
}

.config-title {
  color: #bf4b3a;
  font-size: 1.15rem;
  font-weight: 800;
}

.hidden {
  display: none;
}
