.admin-page {
  padding: 12px 16px 40px;
  min-height: 100vh;
}

.record-card {
  background: #fff;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 12px;
}

.record-meta {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 13px;
  margin-bottom: 8px;
}

.record-date {
  color: #1a7fe8;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.record-title {
  text-align: center;
  color: #1a7fe8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  word-break: break-all;
}

.record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.record-actions .btn {
  font-size: 12px;
  padding: 6px 12px;
}

.message-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  align-items: flex-start;
}

.msg-avatar {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #ddd;
  object-fit: cover;
  flex-shrink: 0;
}

.msg-body {
  flex: 1;
  min-width: 0;
}

.msg-header {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
  font-size: 13px;
}

.msg-time {
  color: #999;
  font-size: 12px;
}

.msg-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.msg-actions .btn {
  font-size: 11px;
  padding: 4px 8px;
  white-space: nowrap;
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  margin-top: 8px;
}

.copy-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-guide {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  max-width: 360px;
}

.share-guide-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}

.share-link {
  font-size: 12px;
  color: #666;
  word-break: break-all;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.share-hint,
.share-note {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
  margin: 10px 0;
  text-align: center;
}

.share-note {
  color: #e53935;
}

.share-guide .btn {
  margin-bottom: 10px;
}
