.open-report-page {
  padding: 2.5rem 0 4rem;
  min-height: calc(100vh - 118px);
}

.open-report-wrap {
  max-width: 760px;
}

.open-report-wrap .page-head p {
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 640px;
}

.open-report-card {
  margin-top: 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.35rem 1.25rem 1.5rem;
}

.open-report-card-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.open-report-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.open-report-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
}

.open-report-input {
  flex: 1 1 220px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg);
  color: var(--ink);
  padding: 0.72rem 0.85rem;
  font: inherit;
}

.open-report-input:focus {
  outline: 2px solid var(--accent-line);
  outline-offset: 1px;
}

.open-report-paste,
.open-report-submit {
  white-space: nowrap;
}

.open-report-hint {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.open-report-hint--muted {
  color: var(--ink-mute);
}

.open-report-hint--ok {
  color: #9fd8ff;
}

.open-report-hint--error {
  color: #ffb4b4;
}

.open-report-footnote {
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  color: var(--ink-mute);
  line-height: 1.55;
}

@media (max-width: 640px) {
  .open-report-row {
    flex-direction: column;
  }

  .open-report-paste,
  .open-report-submit {
    width: 100%;
  }
}
