:root {
  --pmff-soft: #eef6ff;
  --pmff-border: rgba(15, 23, 42, .12);
}

body {
  background: linear-gradient(180deg, #f8fbff 0%, #f7f7fb 45%, #fff 100%);
  min-height: 100vh;
}

.login-wrap {
  min-height: calc(100vh - 11rem);
}

.login-icon {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 1.25rem;
  background: var(--pmff-soft);
  color: #0d6efd;
  font-size: 2rem;
}

.hero-card {
  background:
    radial-gradient(circle at top right, rgba(13,110,253,.14), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #edf6ff 100%);
  border: 1px solid var(--pmff-border);
}

.student-card {
  border: 1px solid var(--pmff-border);
}

.explanation {
  line-height: 1.75;
  text-align: justify;
}

.recommendation-table th {
  color: #334155;
  font-size: .875rem;
}

.priority-col {
  width: 6.8rem;
}

.priority-select {
  max-width: 4.75rem;
}

.profile-list {
  display: grid;
  gap: .85rem;
}

.profile-list dt {
  font-size: .75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.profile-list dd {
  margin-bottom: 0;
  font-weight: 600;
  color: #0f172a;
}

.upload-form {
  background: #fff;
  border-color: var(--pmff-border) !important;
}

.preview-box {
  min-height: 7rem;
  display: grid;
  align-items: center;
}

.empty-preview {
  min-height: 6rem;
  display: grid;
  place-items: center;
  border: 1px dashed var(--pmff-border);
  border-radius: 1rem;
  background: #f8fafc;
}

.pdf-preview {
  width: 100%;
  height: 22rem;
  background: #f8fafc;
}

@media (max-width: 767.98px) {
  .display-6 {
    font-size: 1.75rem;
  }

  .recommendation-table {
    min-width: 780px;
  }

  .pdf-preview {
    height: 18rem;
  }
}
