/* Minimal, moderne UI – responsivt grid */

.crcd-container { max-width: 1100px; margin: 0 auto; padding: 24px; }
.crcd-wrap { max-width: 1100px; margin: 0 auto; }
.crcd-toolbar { display:flex; gap:8px; margin: 0 0 16px 0; }
.crcd-toolbar input { flex:1; padding:10px 12px; border:1px solid #d9d9d9; border-radius:10px; }
.crcd-btn { padding:10px 14px; border-radius:10px; background:#111; color:#fff; border:0; cursor:pointer; }
.crcd-btn:hover { opacity:.9; }

.crcd-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap:16px; }
.crcd-card { background:#fff; border:1px solid #eee; border-radius:16px; overflow:hidden; box-shadow: 0 1px 6px rgba(0,0,0,.06); display:flex; flex-direction:column; }
.crcd-thumb { display:block; aspect-ratio: 4/3; background:#f6f7f8; }
.crcd-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.crcd-thumb--ph { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:28px; color:#777; background:#f0f0f0; }

.crcd-body { padding:12px 14px 14px; }
.crcd-title { font-size:18px; line-height:1.25; margin:0 0 8px; }
.crcd-title a { color:inherit; text-decoration:none; }
.crcd-title a:hover { text-decoration:underline; }
.crcd-meta { display:flex; flex-wrap:wrap; gap:6px; }
.crcd-badge { background:#f3f3f3; border:1px solid #e6e6e6; border-radius:999px; padding:4px 8px; font-size:12px; }
.crcd-badge--mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }

.crcd-pager { display:flex; gap:6px; margin:16px 0 0; }
.crcd-pager a { padding:6px 10px; border-radius:8px; border:1px solid #e6e6e6; text-decoration:none; color:#222; }
.crcd-pager a.is-active { background:#111; color:#fff; border-color:#111; }

.crcd-single .crcd-hero { display:grid; grid-template-columns: 320px 1fr; gap:24px; align-items:start; margin-bottom: 24px; }
.crcd-hero-media { border-radius:16px; overflow:hidden; border:1px solid #eee; }
.crcd-hero-media img { width:100%; height:auto; display:block; }
.crcd-hero--ph { aspect-ratio: 3/4; display:flex; align-items:center; justify-content:center; font-size:48px; font-weight:800; color:#777; background:#f0f0f0; }
.crcd-h1 { font-size:32px; margin:0 0 8px; }
.crcd-links { margin-top:10px; display:flex; gap:8px; flex-wrap:wrap; }
.crcd-pill { background:#eef6ff; color:#124; padding:6px 10px; border-radius:999px; border:1px solid #cfe3ff; text-decoration:none; }
.crcd-pill:hover { background:#dfeeff; }
.crcd-section { margin-top:24px; }
.crcd-h2 { font-size:22px; margin:0 0 10px; }
.crcd-timeline { list-style:none; padding:0; margin:0; }
.crcd-timeline li { padding:10px 12px; border:1px solid #eee; border-radius:12px; margin-bottom:8px; display:flex; justify-content:space-between; gap:12px; }
.crcd-dates { color:#666; font-size:13px; }

@media (max-width: 860px) {
  .crcd-single .crcd-hero { grid-template-columns: 1fr; }
}
