.cbz-page { max-width: 1600px; margin: 0 auto; padding: 0px 160px 60px; font-family: 'Prothom Alo Surjo', 'Noto Sans Bengali', Arial, sans-serif; }
  @media (max-width: 900px) { .cbz-page { padding-left: 24px; padding-right: 24px; } }
  .cbz-back { font-size: 13px; color: var(--navy, #1e3a5f); text-decoration: none; }
  .cbz-filtercard{ border:1px solid #e5e2d8; border-radius:12px; padding:16px 18px; margin:18px 0 20px; }
  .cbz-hero{ display:flex; gap:18px; align-items:stretch; }
  .cbz-statcard{ background:#1A1A2E; border-radius:10px; padding:16px 22px; display:flex; flex-direction:column; justify-content:center; min-width:110px; flex-shrink:0; }
  .cbz-statcard .cbz-statnum{ font-size:26px; font-weight:700; color:#fff; line-height:1.2; }
  .cbz-statcard .cbz-statlabel{ font-size:12px; color:rgba(255,255,255,0.6); }
  .cbz-hero-right{ flex:1; min-width:0; display:flex; flex-direction:column; justify-content:center; }
  .cbz-title { font-size: 22px; font-weight: 700; margin: 0 0 6px; color: #1A1A2E; }
  .cbz-sub { font-size: 13.5px; color: #5c5c58; margin-bottom: 0; line-height:1.6; }
  .cbz-notice { background: #fff8e6; border: 1px solid #f0d98a; color: #8a6d00; font-size: 13px; padding: 10px 14px; border-radius: 8px; margin-bottom: 18px; }
  .cbz-empty { color: #999; font-size: 13.5px; padding: 16px 0; }
  .cbz-table-wrap { border: 1px solid #e4e4e4; border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
  .cbz-table-title {
    font-size: 13px; font-weight: 700; color: #fff; background: var(--navy, #1e3a5f);
    padding: 9px 14px; letter-spacing: 0.3px;
  }
  .cbz-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
  .cbz-table th {
    text-align: right; color: #999; font-weight: 700; font-size: 10px; text-transform: uppercase;
    letter-spacing: 0.3px; padding: 8px 14px; border-bottom: 1.5px solid #eee; background: #fafafa;
  }
  .cbz-table th:first-child, .cbz-table td:first-child { text-align: left; font-weight: 600; color: #333; }
  .cbz-table td { text-align: right; padding: 7px 14px; border-bottom: 1px solid #f2f2f2; color: #333; }
  .cbz-table tr:last-child td { border-bottom: none; }
  .cbz-table tr.cbz-highlight td { font-weight: 800; color: var(--navy, #1e3a5f); background: #f7f9fb; }
  .cbz-raw-fallback { font-size: 11px; background: #f7f7f7; padding: 10px; border-radius: 6px; overflow-x: auto; }
  .cbz-browse-wrap { width: 100%; }
  .cbz-layout { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: start; }
  @media (max-width: 780px) { .cbz-layout { grid-template-columns: 1fr; } }
  .cbz-sidebar { background: #F0EEE7; border: 1px solid #E5E2D8; border-radius: 12px; padding: 16px; }
  .cbz-sidebar h3 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #8A8577; margin: 14px 0 6px; }
  .cbz-sidebar h3:first-child { margin-top: 0; }
  .cbz-searchbox { width: 100%; padding: 9px 12px; border: 1px solid #E5E2D8; border-radius: 8px; font-size: 13.5px; box-sizing: border-box; margin-bottom: 4px; }
  .cbz-facetlist { max-height: 180px; overflow-y: auto; padding-right: 8px; }
  .cbz-facet { display: flex; align-items: center; gap: 7px; padding: 4px 0; font-size: 13px; cursor: pointer; }
  .cbz-facet input { accent-color: var(--red, #cc0000); width: 14px; height: 14px; flex-shrink: 0; }
  .cbz-facet .n { margin-left: auto; color: #B3AF9F; font-size: 11.5px; }
  .cbz-apply { width: 100%; margin-top: 12px; background: var(--red, #cc0000); color: #fff; border: none; border-radius: 8px; padding: 9px; font-size: 13px; font-weight: 700; cursor: pointer; }
  .cbz-apply:hover { background: var(--red-dark, #b30000); }
  .cbz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  @media (max-width: 780px) { .cbz-grid { grid-template-columns: repeat(2, 1fr); } }
  .cbz-card { background: #fff; border: 1px solid #E5E2D8; border-radius: 10px; padding: 12px 14px; text-decoration: none; color: inherit; display: flex; align-items: center; gap: 10px; }
  .cbz-card:hover { border-color: var(--navy, #1e3a5f); box-shadow: 0 2px 6px rgba(0,0,0,.06); }
  .cbz-avatar { width: 38px; height: 38px; border-radius: 50%; background: #F0EEE7; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: #8A8577; flex-shrink: 0; overflow: hidden; }
  .cbz-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .cbz-card-name { font-weight: 600; font-size: 13.5px; }
  .cbz-card-meta { font-size: 11.5px; color: #8A8577; }
  .cbz-pager { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font-size: 13px; color: #8A8577; flex-wrap: wrap; gap: 8px; }
  .cbz-pnums a { padding: 6px 11px; border: 1px solid #E5E2D8; border-radius: 6px; color: #6B6759; text-decoration: none; margin-right: 4px; }
  .cbz-pnums a.is-cur { background: var(--red, #cc0000); color: #fff; border-color: var(--red, #cc0000); }
