/* Extends the site's styles.css, which already supplies .card, .q,
   .choices button[aria-pressed], .why, .timeline, .tl-item, .gap, .hidden,
   .btn, .disclaimer and the dark palette. */
.practice-band { background: var(--warn); color: #fff; font-weight: 700; text-align: center;
  padding: 8px; letter-spacing: .04em; }
.storage-band { background: var(--bad); color: #fff; text-align: center; padding: 8px; font-size: 14px; }
.screen { padding: 28px 0; }
.det { border-left: 3px solid var(--border); padding-left: 16px; margin: 22px 0; }
.det.answered { border-left-color: var(--accent); }
textarea, input[type=datetime-local], input[type=number], input[type=text], select {
  background: var(--bg); color: var(--text); border: 1px solid var(--border);
  border-radius: 10px; padding: 9px 12px; font: inherit; max-width: 100%; }
textarea { width: 100%; min-height: 64px; }
select { margin-right: 6px; }
.status-tag { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted);
  border: 1px solid var(--border); border-radius: 999px; padding: 1px 8px; margin-left: 8px; }
.status-tag.open { color: var(--warn); border-color: var(--warn); }
.blocking { color: var(--warn); font-size: 14px; min-height: 20px; }
.assumed { color: var(--warn); font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.row-muted { opacity: .55; }
.row-muted .tl-when { color: var(--muted); }
.copyfield { display: flex; gap: 8px; align-items: flex-start; margin: 10px 0; }
.copyfield pre { flex: 1; margin: 0; background: var(--panel-2); border: 1px solid var(--border);
  border-radius: 10px; padding: 10px 12px; white-space: pre-wrap; word-break: break-word; font-size: 14px; }
.copyfield.missing pre { border-left: 3px solid var(--warn); }
.field { margin: 16px 0; }
.field label { color: var(--text); font-weight: 600; display: block; margin-bottom: 4px; }
.field .help { color: var(--muted); font-size: 14px; margin: 4px 0 8px; }
.field .cite { color: var(--muted); font-size: 12px; margin-top: 4px; }
.field input[type=text], .field input[type=datetime-local] { width: 100%; }
.case-row { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  border: 1px solid var(--border); border-radius: 10px; padding: 10px 14px; margin: 8px 0;
  background: var(--panel); }
.case-row .btn { padding: 7px 16px; font-size: 14px; }
.derived { border-left: 3px solid var(--accent); padding-left: 12px; margin: 12px 0;
  color: var(--muted); font-size: 14px; }
@media print {
  header.site, nav, footer, .btn, .choices, .storage-band { display: none !important; }
  body { background: #fff; color: #000; }
  .card, .copyfield pre { border-color: #999; background: #fff; }
  .practice-band { background: #ffe08a; color: #000; }
}
