@page { margin: 28px 28px 24px 28px; }

body {
  font-family: DejaVu Sans, Arial, sans-serif;
  font-size: 12px;
  color: #111827;
}

.header {
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  padding: 0;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.header-inner {
  padding: 14px 16px;
}

.topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.brand {
  font-size: 11px;
  color: #6B7280;
}

h1 {
  font-size: 18px;
  margin: 0;
  color: #0F172A;
}

.meta {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #374151;
}

.meta strong { color: #111827; }

.pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #E5E7EB;
}
.pill.free { background: #F3F4F6; border-color: #E5E7EB; color: #111827; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
}

tr:nth-child(odd) td { background: #FFFFFF; }
tr:nth-child(even) td { background: #F9FAFB; }

td {
  padding: 10px 12px;
  vertical-align: top;
  border-bottom: 1px solid #E5E7EB;
}

tr:last-child td { border-bottom: none; }

td.k {
  width: 32%;
  font-weight: 700;
  color: #0F172A;
}

td.v {
  width: 68%;
  color: #111827;
  word-break: break-word;
  overflow-wrap: anywhere;
}

a {
  color: #2563EB;
  text-decoration: underline;
}

.footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #6B7280;
}

.wm {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.10;
}
.wm div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-28deg);
  font-size: 34px;
  color: #111827;
  white-space: nowrap;
}
.wm div:nth-child(1){ top: 18%; }
.wm div:nth-child(2){ top: 38%; }
.wm div:nth-child(3){ top: 58%; }
.wm div:nth-child(4){ top: 78%; }
