.gesetze-main { min-width: 0; }
.gesetze-intro { font-size: 0.95rem; color: var(--mist); margin-bottom: 1.25rem; max-width: 52rem; }
.gesetze-meta { font-family: var(--fm); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }
.gesetze-toolbar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 1.25rem; align-items: center; }
.gesetze-toolbar .btn { font-size: 0.82rem; padding: 0.45rem 0.85rem; }
.gesetze-law-nav { margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--edge); }
.gesetze-law-nav a { font-size: 0.82rem; padding: 0.25rem 0; }
.gesetze-law-nav a.active { color: var(--teal); font-weight: 600; }
.gesetze-sidebar nav#gesetze-sidebar { max-height: 50vh; overflow-y: auto; font-size: 0.82rem; }

.reg-legend { display: flex; gap: 0.65rem; flex-wrap: wrap; margin-bottom: 1.25rem; padding: 0.85rem 1rem; background: var(--surface); border: 1px solid var(--edge); border-radius: var(--r); }
.reg-leg { font-family: var(--fm); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.05em; padding: 0.2rem 0.55rem; border-radius: 4px; white-space: nowrap; }
.reg-leg.crit { background: rgba(255,69,58,0.2); color: #FF8A80; border: 1px solid rgba(255,69,58,0.35); }
.reg-leg.high { background: rgba(251,146,60,0.15); color: var(--orange); border: 1px solid rgba(251,146,60,0.3); }
.reg-leg.med { background: rgba(57,132,242,0.15); color: var(--blue-tag); border: 1px solid rgba(57,132,242,0.3); }
.reg-leg.low { background: rgba(48,209,88,0.12); color: var(--green); border: 1px solid rgba(48,209,88,0.28); }
.reg-leg.info { background: rgba(154,160,170,0.12); color: var(--mist); border: 1px solid var(--edge); }

.reg-toc { background: var(--surface); border: 1px solid var(--edge); border-radius: var(--r); padding: 1rem 1.1rem; margin-bottom: 1.25rem; }
.reg-toc-t { font-family: var(--fm); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.65rem; }
.reg-toc-g { display: grid; grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr)); gap: 0.2rem; }
.reg-toc-a { font-size: 0.78rem; color: var(--blue-tag); text-decoration: none; padding: 0.2rem 0.4rem; border-radius: 4px; display: block; }
.reg-toc-a:hover { background: var(--surface2); color: var(--teal); }

.art-list {
  border: 1px solid var(--edge);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--surface);
}
.art-block {
  border: 0;
  border-bottom: 1px solid var(--edge);
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.art-block:last-child { border-bottom: 0; }
.art-block.highlight { box-shadow: none; }
.art-block.highlight .art-header { box-shadow: inset 3px 0 0 var(--teal); }
.art-block.filtered-out { display: none; }
.art-header {
  padding: 0.85rem 1.1rem;
  display: flex; align-items: center; gap: 0.75rem;
  cursor: pointer; user-select: none;
  background: transparent;
  border-left: 3px solid transparent;
}
.art-header:hover { background: rgba(255,255,255,0.03); }
.art-header.crit { border-left-color: var(--red); background: rgba(255,69,58,0.06); }
.art-header.high { border-left-color: var(--orange); background: rgba(251,146,60,0.05); }
.art-header.med { border-left-color: var(--blue-tag); background: rgba(57,132,242,0.05); }
.art-header.low { border-left-color: var(--green); background: rgba(48,209,88,0.04); }
.art-header.info { border-left-color: var(--smoke); }
.art-num { font-family: var(--fm); font-size: 0.68rem; font-weight: 700; min-width: 5.5rem; flex-shrink: 0; color: var(--ivory); }
.art-title { font-size: 0.82rem; font-weight: 600; color: var(--platinum); flex: 1; line-height: 1.35; }
.art-badge { font-family: var(--fm); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.06em; padding: 0.15rem 0.45rem; border-radius: 3px; white-space: nowrap; flex-shrink: 0; }
.art-badge.crit { background: var(--red); color: #fff; }
.art-badge.high { background: var(--orange); color: #111; }
.art-badge.med { background: var(--blue-tag); color: #fff; }
.art-badge.low { background: var(--green); color: #111; }
.art-badge.info { background: var(--smoke); color: #fff; }
.art-toggle { font-size: 1rem; color: var(--smoke); flex-shrink: 0; width: 1.25rem; text-align: center; }
.art-block.open .art-toggle { transform: rotate(45deg); }
.art-body { padding: 0 1.1rem 0 1.35rem; max-height: 0; overflow: hidden; background: var(--graphite); border-top: 0 solid var(--edge); }
.art-block.open .art-body { max-height: none; padding: 0 1.1rem 1.1rem 1.35rem; border-top-width: 1px; }
.art-body p { font-size: 0.88rem; color: var(--mist); line-height: 1.75; margin-bottom: 0.65rem; }
.art-body p:last-child { margin-bottom: 0; }
.art-body strong, .art-body b { color: var(--platinum); font-weight: 600; }
.art-body .ind { margin-left: 1.1rem; }
.art-body .ind2 { margin-left: 2rem; }
.art-body .fine { background: rgba(255,69,58,0.08); border-left: 3px solid var(--red); padding: 0.65rem 0.85rem; margin-top: 0.65rem; border-radius: 0 var(--r) var(--r) 0; font-size: 0.85rem; }
.art-body .fine b { color: var(--red); font-family: var(--fm); }
.art-body .src { font-family: var(--fm); font-size: 0.65rem; color: var(--smoke); margin-top: 0.75rem; padding-top: 0.55rem; border-top: 1px solid var(--edge); }
.art-body .src a { color: var(--blue-tag); }

@media print {
  .gesetze-sidebar, .gesetze-toolbar, .reg-toc, .site-header, .site-footer { display: none !important; }
  .gesetze-layout { display: block !important; }
  .art-body { max-height: none !important; padding: 0.75rem 1rem !important; display: block !important; }
  .art-block { page-break-inside: avoid; }
}
