:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #fff;
  color: #fff;
}

.you-page {
  width: min(calc(100% - 40px), 720px);
  margin: 0 auto;
  padding: clamp(56px, 12vh, 120px) 0;
}

.you-page h1 {
  margin: 0 0 48px;
  color: #fff;
  font-size: clamp(3.5rem, 10vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.you-form {
  display: grid;
  gap: 20px;
}

.you-prompt {
  color: #fff;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
}

.you-disclosure {
  margin: -6px 0 2px;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.5;
}

.you-entry {
  width: 100%;
  min-height: 280px;
  resize: none;
  border: 1px solid #fff;
  border-radius: 0;
  outline: 1px solid transparent;
  outline-offset: 2px;
  background: #fff;
  color: #fff;
  caret-color: #fff;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: 18px;
  box-shadow: none;
}

.you-entry::selection {
  background: #dcd9ff;
  color: #fff;
}

.you-submit {
  justify-self: start;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 12px 18px;
  outline: 1px solid transparent;
  outline-offset: 2px;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.you-entry:focus,
.you-submit:focus,
.you-submit:hover,
.you-submit:active {
  border-color: #fff;
  outline-color: #fff;
  background: #fff;
  color: #fff;
  box-shadow: none;
}

.you-submit:hover,
.you-submit:active {
  background: #fff;
}

.you-submit:disabled {
  cursor: wait;
}

.you-status {
  min-height: 1.5em;
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
}

.bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
