/* Revenue funnel: support levels, licensing tiers, sponsorship rules, and the private lead desk.
   Every route that loads this file is an interior page on the shared paper reading system
   (body.vf-reader, css/newsroom-reader.css), so it uses that palette directly. */
.vf-rev-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.vf-rev-tier { display: grid; grid-template-rows: auto 1fr auto; gap: 14px; padding: 26px 24px; border: 1px solid #cbd9e2; border-top: 4px solid #07568f; background: #fff; color: #112536; }
.vf-rev-tier header span { color: #07568f; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.vf-rev-tier h3 { margin: 6px 0 0; color: #112536; font: 1.6rem/1.15 Georgia, serif; }
.vf-rev-tier > p { margin: 0; color: #425564; line-height: 1.55; }
.vf-rev-tier dl { display: grid; gap: 10px; margin: 0; }
.vf-rev-tier dl div { display: grid; gap: 2px; padding-top: 10px; border-top: 1px solid #e1e9ee; }
.vf-rev-tier dt { color: #516879; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vf-rev-tier dd { margin: 0; color: #112536; font-size: .92rem; line-height: 1.45; }
.vf-rev-tier footer { display: grid; gap: 12px; align-content: end; padding-top: 12px; border-top: 1px solid #e1e9ee; }
.vf-rev-tier .btn { justify-self: start; text-align: center; }
.vf-rev-price { color: #112536; font: 700 1.1rem/1.3 Georgia, serif; }
.newsroom-revenue .btn--ghost, .newsroom-support .vf-rev-soon { border: 1px solid #07568f; background: #fff; color: #07568f; }
.newsroom-revenue .btn--ghost:hover, .newsroom-support .vf-rev-soon:hover,
.newsroom-revenue .btn--ghost:focus-visible, .newsroom-support .vf-rev-soon:focus-visible { background: #eaf1f5; color: #07568f; }
.vf-rev-snippet { margin: 18px 0 0; padding: 16px 18px; overflow-x: auto; border: 1px solid #cbd9e2; background: #f2f6f8; color: #112536; font: .86rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; word-break: break-all; }
.vf-rev-rules { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 0; }
.vf-rev-rules a, .newsroom-revenue .support-contact-rules a { color: #07568f; }
.vf-rev-usage { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 0; padding: 0; border: 0; }
.vf-rev-usage legend { margin-bottom: 8px; color: #425564; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vf-rev-usage legend small { color: #516879; font-size: .68rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.support-contact-form .vf-rev-usage label { display: inline-flex; gap: 8px; align-items: center; color: #112536; font-size: .9rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.support-contact-form .vf-rev-usage input { width: 18px; min-height: 18px; height: 18px; padding: 0; accent-color: #07568f; }
.vf-rev-join { margin-top: 42px; padding-top: 34px; border-top: 1px solid #cbd9e2; }
.vf-rev-ledger { overflow-x: auto; }
.vf-rev-ledger table { width: 100%; border-collapse: collapse; background: #fff; }
.vf-rev-ledger th, .vf-rev-ledger td { padding: 12px 14px; border-bottom: 1px solid #cbd9e2; color: #112536; text-align: left; vertical-align: top; }
.vf-rev-ledger th { color: #516879; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

/* Private desk */
.vf-rev-desk-counts { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
.vf-rev-desk-filter { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin: 22px 0; }
.vf-rev-desk-filter label { display: grid; gap: 4px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.vf-rev-desk-filter input, .vf-rev-desk-filter select { min-height: 40px; padding: 6px 10px; }
.vf-rev-desk-filter button, .vf-rev-desk-export { min-height: 40px; padding: 8px 16px; font-weight: 800; }
.vf-rev-desk-notes { display: grid; gap: 6px; margin: 12px 0; padding-left: 18px; font-size: .88rem; line-height: 1.45; }
.vf-rev-desk-notes time { opacity: .75; font-variant-numeric: tabular-nums; }
.vf-rev-desk-pages { display: flex; gap: 18px; margin: 20px 0; }

@media (max-width: 700px) {
  .vf-rev-tiers { grid-template-columns: 1fr; }
  .vf-rev-tier { padding: 22px 17px; }
  .vf-rev-desk-filter { display: grid; }
}
