.ph-wrap { max-width: 920px; margin: 0 auto; padding: 8px 16px 48px; }
.ph-crumb { font-size: 0.86rem; color: #5b6b7c; margin: 0 0 12px; }
.ph-crumb a { color: #2563eb; text-decoration: none; }
.ph-crumb a:hover { text-decoration: underline; }
.ph-hero h1 { font-size: 1.7rem; letter-spacing: -0.03em; margin: 0 0 8px; color: #0f2744; }
.ph-lead { color: #5b6b7c; margin: 0 0 20px; }
.ph-list { list-style: none; display: grid; gap: 10px; }
.ph-card {
  display: block;
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 20px rgba(15, 39, 68, 0.05);
}
.ph-card:hover { border-color: #93c5fd; }
.ph-card h2, .ph-card h3 { font-size: 1.05rem; margin: 0 0 4px; color: #0f2744; }
.ph-meta { font-size: 0.85rem; color: #5b6b7c; }
.ph-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 700;
}
.ph-art { margin-top: 8px; font-size: 0.92rem; }
.ph-art a { color: #1d4ed8; font-weight: 700; text-decoration: none; }
.ph-art a:hover { text-decoration: underline; }
.ph-empty { background: #fff; border: 1px dashed #d7e0ea; border-radius: 14px; padding: 20px; color: #5b6b7c; }
.ph-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.ph-cats a {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #1d4ed8;
  text-decoration: none;
}
.ph-cats a:hover { border-color: #93c5fd; }
.ph-find { font-size: 0.85rem; margin-top: 6px; }
.ph-find a { color: #2563eb; }
