/* Docket Counsel — prefixed .dc so core .pill / .btn / .tbl are untouched. */

.dc { max-width: 980px; }
.dc-head { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; align-items: flex-end; }
.dc-head h1 { margin: 0 0 4px; font: 650 26px/1.15 inherit; letter-spacing: -.02em; color: #14331c; }
.dc-tabs { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.dc-tabs a {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 650; color: var(--n700, #3d4a42);
  text-decoration: none; padding: 8px 12px; border-radius: 999px;
  border: 1px solid transparent;
}
.dc-tabs a svg { width: 15px; height: 15px; flex: 0 0 auto; }
.dc-tabs a.on, .dc-tabs a:hover { background: var(--g100, #eaf7ee); color: var(--g800, #1a5c2e); border-color: #cfe8d6; }
.dc-flash { border-radius: 12px; padding: 12px 16px; margin-bottom: 14px; font-size: 14px; }
.dc-flash.ok { background: var(--g100, #eaf7ee); color: var(--g800, #1a5c2e); }
.dc-flash.bad { background: #fdecea; color: #a03227; }
.dc-form label { display: block; font-size: 13px; font-weight: 700; color: var(--n700, #3d4a42); margin: 0 0 12px; }
.dc-form input, .dc-form textarea, .dc-form select {
  display: block; width: 100%; margin-top: 5px; font: 15px var(--fb, inherit);
  padding: 10px 12px; border: 1px solid var(--n400, #c5d0c8); border-radius: 11px; background: #fff;
}
.dc-check { font-weight: 500 !important; display: flex !important; gap: 8px; align-items: flex-start; }
.dc-check input { width: auto !important; margin: 3px 0 0; }
.dc-box { border: 1px solid var(--div, #e3e8e4); border-radius: 14px; padding: 14px 16px; margin: 14px 0; background: #f7faf7; }
.dc-box h2, .dc-box h3, .dc-box legend { margin: 0 0 8px; font-size: 16px; }
.dc-inline { display: inline-flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.dc-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px 18px; }
.dc-facts dt { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--n600, #66756b); }
.dc-facts dd { margin: 2px 0 0; }
.dc-pledge { margin: 0 0 12px; padding-left: 18px; }
.dc-pledge li { margin: 0 0 6px; }
.dc-pub { max-width: 860px; margin: 0 auto; padding: 12px 0 48px; }
.dc-pub h1 { font: 650 32px/1.15 inherit; letter-spacing: -.03em; color: #14331c; margin: 0 0 8px; }
.dc-pub h2 { font: 650 18px/1.3 inherit; margin: 28px 0 12px; }
.dc-filter { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 24px; align-items: center; }
.dc-filter input, .dc-filter select { padding: 10px 12px; border: 1px solid var(--n400, #c5d0c8); border-radius: 11px; background: #fff; }
.dc-dir, .dc-recent, .dc-cites { padding-left: 18px; }
.dc-dir li, .dc-recent li { margin: 0 0 8px; }
.dc-dir-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px;
}
.dc-dir-grid li {
  background: #fff; border: 1px solid var(--div, #e3e8e4); border-radius: 16px;
  padding: 14px 16px; display: grid; gap: 4px;
  box-shadow: 0 8px 24px -18px rgba(20,51,28,.4);
}
.dc-dir-grid a { font-weight: 650; color: var(--g800, #1a5c2e); text-decoration: none; }
.dc-dir-grid a:hover { text-decoration: underline; }
.dc-badge { display: inline-block; background: var(--g100, #eaf7ee); color: var(--g800, #1a5c2e); border-radius: 999px; padding: 2px 10px; font-size: 12px; font-weight: 700; }
.dc-prose { line-height: 1.65; }
.dc-note { background: #fff8e6; border-radius: 12px; padding: 12px 16px; }
.dc-listing header { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: baseline; }
.dc .panel { background: #fff; border: 1px solid var(--div, #e3e8e4); border-radius: 16px; padding: 18px 20px; margin: 0 0 16px; }
.dc .panel h2 { margin-top: 0; }
.dc .dt { width: 100%; }
.dc-empty { text-align: center; padding: 28px 12px; color: var(--n600, #66756b); }
.dc-empty b { display: block; color: #14331c; margin-bottom: 6px; }
@media (max-width: 760px) {
  .dc-head { flex-direction: column; align-items: stretch; }
}
