/**
 * Block DESIGN-2 — Beleg-Surface (warm, Kevin-Host)
 */
html[data-theme='kevin'] .beleg-page {
  max-width: 960px;
  margin: 0 auto;
}
html[data-theme='kevin'] .beleg-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--kevin-line);
  border-radius: var(--t9-radius-md);
  background: var(--kevin-bg-card);
}
html[data-theme='kevin'] .beleg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
html[data-theme='kevin'] .beleg-table th,
html[data-theme='kevin'] .beleg-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--kevin-line);
}
html[data-theme='kevin'] .beleg-table th {
  background: var(--kevin-bg-alt);
  color: var(--kevin-text-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
html[data-theme='kevin'] .beleg-cat-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}
html[data-theme='kevin'] .beleg-cat-pill.baumaterial {
  background: rgba(74, 139, 92, 0.12);
  color: var(--kevin-ok);
}
html[data-theme='kevin'] .beleg-cat-pill.handwerker {
  background: rgba(232, 161, 92, 0.15);
  color: var(--kevin-warm-deep);
}
html[data-theme='kevin'] .beleg-cat-pill.sonstiges {
  background: rgba(61, 107, 90, 0.1);
  color: var(--kevin-accent);
}
html[data-theme='kevin'] .beleg-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 1rem;
}
html[data-theme='kevin'] .beleg-cta {
  display: inline-flex;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
html[data-theme='kevin'] .beleg-table-card {
  margin-top: 1rem;
}
html[data-theme='kevin'] .beleg-sub {
  font-size: 11px;
  color: var(--kevin-text-muted);
}
html[data-theme='kevin'] .beleg-amt {
  font-weight: 700;
  white-space: nowrap;
}
html[data-theme='kevin'] .beleg-status {
  font-size: 12px;
  font-weight: 600;
}
html[data-theme='kevin'] .beleg-status--green {
  color: var(--kevin-ok);
}
html[data-theme='kevin'] .beleg-status--orange {
  color: var(--kevin-warm-deep);
}
html[data-theme='kevin'] .beleg-status--gray {
  color: var(--kevin-text-muted);
}
html[data-theme='kevin'] .beleg-empty,
html[data-theme='kevin'] .beleg-err {
  text-align: center;
  padding: 16px;
  color: var(--kevin-text-muted);
}
html[data-theme='kevin'] .beleg-err {
  color: var(--kevin-alert);
}
html[data-theme='kevin'] .beleg-section-title {
  margin-bottom: 1rem;
}
html[data-theme='kevin'] .po-pill {
  font-family: ui-monospace, 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--t9-cyan, #5ce4ff);
  padding: 2px 8px;
  background: rgba(92, 228, 255, 0.08);
  border: 1px solid var(--kevin-line);
  border-radius: 5px;
  display: inline-block;
}
html[data-theme='kevin'] .po-empty {
  color: var(--kevin-text-muted);
  font-size: 11px;
}
html[data-theme='kevin'] .banner-warn.po-pflicht-banner-warn {
  background: rgba(214, 58, 58, 0.12);
  border-bottom: 1px solid rgba(214, 58, 58, 0.35);
  padding: 10px 20px;
  font-size: 13px;
  color: var(--kevin-text, #eee);
}
html[data-theme='kevin'] .po-pflicht-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
html[data-theme='kevin'] .po-pflicht-dismiss {
  margin-left: auto;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
html[data-theme='t9'] .po-pill {
  font-family: ui-monospace, 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--t9-cyan);
  padding: 2px 8px;
  background: rgba(92, 228, 255, 0.08);
  border: 1px solid var(--t9-line-strong, rgba(143, 162, 188, 0.35));
  border-radius: 5px;
  display: inline-block;
}
html[data-theme='t9'] .po-empty {
  color: var(--t9-text-dim);
  font-size: 11px;
}
html[data-theme='t9'] .banner-warn.po-pflicht-banner-warn,
html[data-theme='owner'] .banner-warn.po-pflicht-banner-warn {
  background: rgba(214, 58, 58, 0.1);
  border-bottom: 1px solid rgba(214, 58, 58, 0.3);
  padding: 10px 20px;
  font-size: 13px;
  color: var(--t9-warn, #ffb84d);
  text-align: center;
}
html[data-theme='t9'] .po-pflicht-inner,
html[data-theme='owner'] .po-pflicht-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
html[data-theme='t9'] .po-pflicht-dismiss,
html[data-theme='owner'] .po-pflicht-dismiss {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
