/*
 * Genlea — recipient viewer styles (Phase 3D.1B-R1).
 * External file so the CSP can use `style-src 'self'` with no nonce.
 * No @import, no remote font, no remote image: nothing here reaches the network.
 */
:root { color-scheme: light }
* { box-sizing: border-box }

body {
  margin: 0;
  background: #f4fbf7;
  color: #13241c;
  font-family: -apple-system, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.wrap { max-width: 720px; margin: 0 auto; padding: 24px 20px 64px }

.brand {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #165c40;
  font-weight: 700;
}

h1 { font-size: 24px; margin: 6px 0 4px; line-height: 1.2 }

.until { font-size: 13px; color: #5b6b63; margin-bottom: 18px }

.status {
  padding: 16px;
  background: #fff;
  border: 1px solid #dce8e1;
  border-radius: 8px;
  color: #5b6b63;
}

h2 {
  font-size: 15px;
  margin: 26px 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dce8e1;
  color: #0d3326;
}

.card {
  background: #fff;
  border: 1px solid #dce8e1;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
}

.card-head { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: #5b6b63 }
.card-title { font-size: 16px; font-weight: 600; margin: 4px 0 2px }
.card-sub { font-size: 13px; color: #165c40; margin-bottom: 6px }

.field { margin-top: 8px }
.label { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: #5b6b63 }
.value { font-size: 15px; white-space: pre-wrap }

.hint { font-size: 13px; color: #5b6b63; margin-bottom: 6px }
.attach { font-size: 13px; color: #5b6b63; margin-top: 8px }

.note {
  background: #e6f4ee;
  border: 1px solid #c2ecd8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  color: #0d3326;
  margin-top: 18px;
}

.disclaimer {
  margin-top: 14px;
  font-size: 13px;
  color: #5b6b63;
  border-top: 1px solid #dce8e1;
  padding-top: 12px;
}
