body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:#f5f5f5;
  color:#4b5563;
  line-height:1.6;
}
main{
  max-width:680px;
  margin:0 auto;
  padding:44px 24px 72px;
}
img{
  width:192px;
  height:192px;
  border-radius:12px;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
}
h1{
  font-size:18px;
  font-weight:700;
  line-height:1.1;
  margin:18px 0 4px;
  color:#6b7280;
}
p{
  font-size:14px;
  line-height:1.65;
  font-weight:400;
  color:#7b8491;
  letter-spacing:.04em;
  margin:0 0 12px;
}
.lead{
  margin-bottom:18px;
}
.actions{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e5e7eb;
  text-align:center;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:24px;
  padding:3px 10px;
  border:1px solid #d0d0d0;
  border-radius:8px;
  background:#fff;
  color:#555;
  text-decoration:none;
  font-size:12px;
  font-weight:500;
  line-height:1.25;
}
.button:hover{
  background:#f0f0f0;
  border-color:#bdbdbd;
  color:#555;
}
html.dark body{
  background:#151922;
  color:#dbe7f6;
}
html.dark img{
  box-shadow:0 10px 28px rgba(0,0,0,.35);
}
html.dark h1{
  color:#f1f5f9;
}
html.dark p{
  color:#aab6c7;
}
html.dark .actions{
  border-top-color:#334155;
}
html.dark .button{
  border-color:#4a5870;
  background:#263244;
  color:#dbe7f6;
}
html.dark .button:hover{
  background:#334155;
  border-color:#64748b;
  color:#dbe7f6;
}
