* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7f6;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: #1d2b2a;
}

.card {
  background: #ffffff;
  width: 90%;
  max-width: 460px;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  border-top: 6px solid #0f766e;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.badge {
  display: inline-block;
  background: #0f766e;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  text-transform: uppercase;
}

h1 {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #0f766e;
}

.student {
  margin-top: 0.9rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.meta {
  margin-top: 0.3rem;
  font-size: 1rem;
  color: #4b5563;
}

hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 1.5rem 0;
}

.info {
  list-style: none;
  text-align: left;
  font-size: 1rem;
}

.info li {
  padding: 0.45rem 0;
  border-bottom: 1px dashed #e5e7eb;
}

.info li:last-child {
  border-bottom: none;
}

.info span {
  font-weight: 700;
  color: #0f766e;
}
