* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  background: #f4f5f7;
  color: #1e1f24;
}

.page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile {
  max-width: 640px;
  width: 100%;
  padding: 56px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.header h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 1px;
}

.tagline {
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
}

.meta {
  margin-top: 40px;
  display: grid;
  row-gap: 14px;
}

.meta div {
  display: flex;
  gap: 20px;
  font-size: 15px;
}

.meta span {
  width: 120px;
  color: #8b9099;
}

.research {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e6e7eb;
}

.research h2 {
  margin: 0 0 12px 0;
  font-size: 18px;
}

.research p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #2f3137;
}
