/*
 * Property Hub Ltd - themes for the four condensed report designs.
 * Layered on top of report.css; each theme is scoped to its own doc class.
 */

/* ==================================================== A - Executive ==== */

.rpt-theme-executive .rpt-page.cover {
  padding: 0;
  color: #fff;
  background: var(--rpt-navy-deep);
}

.rpt-theme-executive .rpt-cover-map {
  margin-top: 10mm;
  border-radius: 4px;
  overflow: hidden;
  border: 0.8pt solid rgba(255, 255, 255, 0.22);
}

.rpt-theme-executive .rpt-cover-map .rpt-map { border: 0; border-radius: 0; }
.rpt-theme-executive .rpt-cover-title { margin-top: 14mm; }
.rpt-theme-executive .rpt-cover-title h1 { font-size: 34pt; }
.rpt-theme-executive .rpt-cover-address { margin-top: 8mm; }
/* Pushes the figures, criteria and footer to the foot of the page so the
   remaining space reads as deliberate air under the map. */
.rpt-theme-executive .rpt-cover-headline { margin-top: auto; }

/* ======================================================== B - Light ==== */

.rpt-theme-light .rpt-page {
  font-size: 10.2pt;
  color: #46535f;
}

.rpt-theme-light h2.rpt-h2 {
  border-bottom: 0;
  font-size: 19pt;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1c2b36;
  margin-bottom: 14px;
}

.rpt-theme-light h2.rpt-h2 .rpt-h2-index { display: none; }
.rpt-theme-light h4.rpt-h4 { color: #1c2b36; font-size: 8.4pt; letter-spacing: 0.06em; }
.rpt-theme-light .rpt-card { border-color: #e6ecf1; border-radius: 6px; padding: 14px 15px; }
.rpt-theme-light .rpt-card.tint { background: #f7fafb; }
.rpt-theme-light .rpt-kpi { border: 0; border-left: 2.4pt solid #d8e2e8; padding-left: 11px; border-radius: 0; }
.rpt-theme-light .rpt-kpi.accent { border-left-color: #00b48a; }
.rpt-theme-light .rpt-kpi.accent-teal { border-left-color: #00b48a; }
.rpt-theme-light .rpt-kpi.accent-navy { border-left-color: #93a5b1; }
.rpt-theme-light .rpt-kpi-value { font-weight: 600; letter-spacing: -0.02em; }
.rpt-theme-light .rpt-runhead { border-bottom-color: #e6ecf1; }
.rpt-theme-light .rpt-foot { border-top-color: #e6ecf1; }
.rpt-theme-light .rpt-map { border-color: #e6ecf1; border-radius: 6px; }

.rpt-theme-light .lt-page.cover { padding: 0; }

.rpt-theme-light .lt-cover {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20mm 18mm 16mm;
  background: #fff;
}

.rpt-theme-light .lt-cover-top { flex: 0 0 auto; }
.rpt-theme-light .lt-client span { display: block; font-size: 7.6pt; letter-spacing: 0.12em; text-transform: uppercase; color: #8fa0ab; }
.rpt-theme-light .lt-client strong { display: block; margin-top: 2px; font-size: 11pt; font-weight: 700; color: #1c2b36; }

.rpt-theme-light .lt-cover-address {
  margin-top: auto;
  padding-bottom: 14px;
}

.rpt-theme-light .lt-cover-address span {
  display: block;
  font-size: 7.6pt;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fa0ab;
}

.rpt-theme-light .lt-cover-address b {
  display: block;
  margin-top: 4px;
  font-size: 17pt;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.22;
  color: #12222d;
}

.rpt-theme-light .lt-cover-address i {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 9.4pt;
  color: #7d8d99;
}

.rpt-theme-light .lt-cover-mid { margin-top: 32mm; }

.rpt-theme-light .lt-cover-mid h1 {
  margin: 0;
  font-size: 44pt;
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.035em;
  color: #12222d;
}

.rpt-theme-light .lt-cover-mid > p {
  margin: 12px 0 0;
  max-width: 105mm;
  font-size: 11pt;
  line-height: 1.55;
  color: #56666f;
}

.rpt-theme-light .lt-cover-criteria { display: flex; gap: 16mm; margin-top: 14mm; }
.rpt-theme-light .lt-cover-criteria span { display: block; font-size: 7.4pt; color: #8fa0ab; margin-bottom: 2px; }
.rpt-theme-light .lt-cover-criteria b { display: block; font-size: 9.4pt; font-weight: 600; color: #00a37d; }

/* The address block above already absorbs the free space, so the address and
   the value stay together as one unit at the foot of the cover. */
.rpt-theme-light .lt-cover-value {
  padding: 16px 0 18px;
  border-top: 1pt solid #e6ecf1;
  border-bottom: 1pt solid #e6ecf1;
}

.rpt-theme-light .lt-cover-value span { display: block; font-size: 8pt; letter-spacing: 0.12em; text-transform: uppercase; color: #8fa0ab; }
.rpt-theme-light .lt-cover-value b { display: block; margin-top: 4px; font-size: 34pt; font-weight: 300; letter-spacing: -0.035em; color: #12222d; }
.rpt-theme-light .lt-cover-value i { display: block; margin-top: 2px; font-style: normal; font-size: 9.6pt; color: #7d8d99; }

.rpt-theme-light .lt-cover-foot { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; }
.rpt-theme-light .lt-cover-foot img { width: 26mm; height: auto; }
.rpt-theme-light .lt-cover-foot strong { display: block; font-size: 10pt; font-weight: 700; color: #1c2b36; }
.rpt-theme-light .lt-cover-foot span { display: block; font-size: 8.4pt; color: #7d8d99; }

/* ===================================================== C - Investor ==== */

.rpt-theme-investor .rpt-page { font-size: 9.6pt; }
.rpt-theme-investor h2.rpt-h2 { font-size: 13pt; border-bottom-width: 1.2pt; }
.rpt-theme-investor .rpt-card { padding: 10px 11px; }
.rpt-theme-investor .rpt-kpi { padding: 9px 10px; background: var(--rpt-haze); border-color: var(--rpt-hair); }
.rpt-theme-investor .rpt-kpi-value { font-size: 14pt; }
.rpt-theme-investor .rpt-table { font-size: 8.2pt; }
.rpt-theme-investor .rpt-table td { padding: 4.6px 6px; }

.rpt-theme-investor .inv-hero {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  border-radius: 5px;
  background: linear-gradient(120deg, #0b2545 0%, #123159 68%, #16406f 100%);
  color: #fff;
}

.rpt-theme-investor .inv-hero .rpt-eyebrow { color: var(--rpt-gold); margin-bottom: 3px; }
.rpt-theme-investor .inv-hero h1.rpt-h1 { color: #fff; font-size: 19pt; margin-bottom: 3px; }
.rpt-theme-investor .inv-hero .rpt-note { color: rgba(226, 236, 248, 0.78); }
.rpt-theme-investor .inv-hero-score { margin-left: auto; flex: 0 0 auto; width: 22mm; }
.rpt-theme-investor .inv-hero-score .rpt-svg { filter: drop-shadow(0 0 0 transparent); }

/* ================================================= D - Presentation ==== */

.rpt-theme-presentation .rpt-page.cover { padding: 0; }

.rpt-theme-presentation .pr-cover {
  position: relative;
  height: 100%;
  background: var(--rpt-navy-deep);
}

.rpt-theme-presentation .pr-cover-map { position: absolute; inset: 0; }
.rpt-theme-presentation .pr-cover-map .rpt-map { height: 100% !important; border: 0; border-radius: 0; }
.rpt-theme-presentation .pr-cover-map .rpt-map-attr { bottom: auto; top: 0; right: 0; border-radius: 0 0 0 3px; }

.rpt-theme-presentation .pr-cover-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 51, 0.72) 0%, rgba(7, 26, 51, 0.34) 34%, rgba(7, 26, 51, 0.88) 68%, rgba(6, 21, 41, 0.97) 100%);
}

.rpt-theme-presentation .pr-cover-body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15mm 15mm 13mm;
  color: #fff;
}

.rpt-theme-presentation .pr-cover-head { display: flex; align-items: center; gap: 10px; }
.rpt-theme-presentation .pr-cover-head img { width: 23mm; height: auto; background: #fff; padding: 3px; border-radius: 3px; }
.rpt-theme-presentation .pr-cover-head strong { display: block; font-size: 9pt; font-weight: 700; }
.rpt-theme-presentation .pr-cover-head span { display: block; font-size: 7.4pt; color: rgba(226, 236, 248, 0.76); }

.rpt-theme-presentation .pr-cover-main { margin-top: auto; }
.rpt-theme-presentation .pr-cover-main .rpt-eyebrow { color: var(--rpt-gold); letter-spacing: 0.24em; }

.rpt-theme-presentation .pr-cover-main h1 {
  margin: 6px 0 0;
  font-size: 32pt;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.rpt-theme-presentation .pr-cover-sub { margin: 4px 0 0; font-size: 11pt; color: rgba(226, 236, 248, 0.82); }

.rpt-theme-presentation .pr-cover-value {
  margin-top: 12mm;
  padding-top: 10px;
  border-top: 0.8pt solid rgba(255, 255, 255, 0.28);
}

.rpt-theme-presentation .pr-cover-value span { display: block; font-size: 7.4pt; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rpt-gold); }
.rpt-theme-presentation .pr-cover-value b { display: block; margin-top: 3px; font-size: 38pt; font-weight: 800; letter-spacing: -0.035em; line-height: 1; }
.rpt-theme-presentation .pr-cover-value i { display: block; margin-top: 3px; font-style: normal; font-size: 10pt; color: rgba(226, 236, 248, 0.8); }

.rpt-theme-presentation .pr-cover-foot {
  display: flex;
  gap: 14mm;
  margin-top: 10mm;
  padding-top: 9px;
  border-top: 0.8pt solid rgba(255, 255, 255, 0.22);
}

.rpt-theme-presentation .pr-cover-foot span { display: block; font-size: 6.8pt; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(226, 236, 248, 0.6); }
.rpt-theme-presentation .pr-cover-foot b { display: block; font-size: 9pt; font-weight: 700; }

.rpt-theme-presentation .pr-bignum {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 0.7pt solid var(--rpt-line);
  border-radius: 5px;
  overflow: hidden;
}

.rpt-theme-presentation .pr-bignum > div { padding: 14px 15px; border-right: 0.7pt solid var(--rpt-line); }
.rpt-theme-presentation .pr-bignum > div:last-child { border-right: 0; }
.rpt-theme-presentation .pr-bignum > div:first-child { background: var(--rpt-gold-soft); }
.rpt-theme-presentation .pr-bignum span { display: block; font-size: 7pt; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rpt-slate); }
.rpt-theme-presentation .pr-bignum b { display: block; margin-top: 3px; font-size: 22pt; font-weight: 800; letter-spacing: -0.03em; color: var(--rpt-ink); line-height: 1.05; }
.rpt-theme-presentation .pr-bignum i { display: block; margin-top: 2px; font-style: normal; font-size: 7.6pt; color: var(--rpt-slate); }

.rpt-theme-presentation .pr-score {
  text-align: center;
  border: 0.7pt solid var(--rpt-line);
  border-radius: 5px;
  padding: 9px 5px 10px;
}

.rpt-theme-presentation .pr-score span {
  display: block;
  margin-top: 2px;
  font-size: 7.4pt;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--rpt-slate);
}
