.cc-kids-active {
  margin: 0;
  background: #0b1711;
}

.cc-kids-home {
  min-height: 100dvh;
  padding: 18px;
  background: linear-gradient(#133623, #09130f);
  color: #fff;
  font-family: Inter, sans-serif;
}

.cc-kids-home header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cc-kids-home header button,
.cc-kids-mic,
.cc-kids-tiles button {
  border: 1px solid #75e3a1;
  background: #10271b;
  color: #fff;
}

.cc-kids-home header button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.cc-kids-mic {
  display: block;
  width: 116px;
  height: 116px;
  margin: 64px auto 40px;
  border-radius: 50%;
  font-size: 48px;
}

.cc-kids-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cc-kids-tiles button {
  min-height: 96px;
  border-radius: 8px;
  font-size: 18px;
}

.cc-kids-setup-launch {
  position: fixed;
  left: 12px;
  top: 128px;
  z-index: 2147482000;
  min-height: 38px;
  border: 1px solid #75e3a1;
  border-radius: 6px;
  background: #10271b;
  color: #fff;
}

.cc-kids-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483640;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 8, 5, 0.94);
  color: #fff;
  font-family: Inter, sans-serif;
}

.cc-kids-modal form {
  display: grid;
  gap: 14px;
  width: min(100%, 420px);
}

.cc-kids-modal label {
  display: grid;
  gap: 6px;
}

.cc-kids-modal input,
.cc-kids-modal select,
.cc-kids-modal button {
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid #75e3a1;
  border-radius: 6px;
}
