@import url("./common.css");

.kota-corridor-wrap {
  position: relative;
  width: 100%;
  height: min(70vh, 520px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #050508;
  margin-bottom: 1rem;
}

.kota-corridor-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.kota-corridor__note {
  font-size: 0.875rem;
  color: var(--muted);
  max-width: 55ch;
  line-height: 1.55;
}

.demo-hint {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: var(--muted);
}
