/* Formularze zgłoszeń — report.php / warning.php */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

.kn-report {
  font-family: Outfit, "Segoe UI", sans-serif;
  max-width: 720px;
  margin: 1.25rem auto 2.5rem;
  padding: 0 0.85rem;
  color: #2a3a4c;
}

.kn-report-title {
  margin: 0 0 1.15rem;
  font-size: 1.5em;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #5B5B5B;
  text-align: center;
  text-transform: none;
}

.kn-report-card {
  background: #fff;
  border: 1px solid #d7e2ee;
  border-radius: 12px;
  padding: 1.15rem 1.25rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(11, 31, 51, 0.04);
}

.kn-report-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a6d82;
}

.kn-report-subject {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 650;
  color: #12283d;
  line-height: 1.35;
}

.kn-report-meta {
  margin: 0;
  font-size: 0.9rem;
  color: #5a6d82;
}

.kn-report-meta a {
  color: #1a567f;
  font-weight: 600;
}

.kn-report-quote {
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.9rem;
  border-left: 3px solid #7eb0d8;
  background: #f4f8fc;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #2a3a4c;
}

.kn-report-form {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.kn-report-label {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: #12283d;
}

.kn-req {
  color: #b42318;
}

.kn-report-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c9d7e6;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  font: inherit;
  font-size: 0.95rem;
  color: #2a3a4c;
  background: #fff;
}

.kn-report-input:focus {
  outline: none;
  border-color: #163a5f;
  box-shadow: 0 0 0 3px rgba(22, 58, 95, 0.12);
}

.kn-report-input--short {
  max-width: 8rem;
}

textarea.kn-report-input {
  resize: vertical;
  min-height: 8rem;
  line-height: 1.45;
}

.kn-report-hint {
  margin: 0.15rem 0 0.35rem;
  font-size: 0.8rem;
  color: #7a8fa3;
  line-height: 1.4;
}

.kn-report-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.75rem 0 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}

.kn-report-check input {
  margin-top: 0.2rem;
}

.kn-report-submit {
  appearance: none;
  margin-top: 1rem;
  align-self: flex-start;
  border: none;
  border-radius: 9px;
  padding: 0.7rem 1.25rem;
  background: #163a5f;
  color: #fff;
  font: inherit;
  font-weight: 650;
  font-size: 0.95rem;
  cursor: pointer;
}

.kn-report-submit:hover {
  background: #0f2a45;
}

.kn-report-alert {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.4;
}

.kn-report-alert--ok {
  background: #e8f6ee;
  color: #146c2e;
  border: 1px solid #b7e0c4;
}

.kn-report-alert--err {
  background: #fdecea;
  color: #912018;
  border: 1px solid #f5c2c0;
}
