/* invoice-tools.css — Additional styles for InvoicePro tool pages */

/* ── Layout helpers ── */
.u-flex-2col-gap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.u-flex-2col-gap > * {
  min-width: 0;
  box-sizing: border-box;
}
.u-hint-row {
  font-size: 11px;
  color: var(--vl-t4);
  margin-top: 4px;
}
.u-mono-sm {
  font-family: var(--vl-mono);
  font-size: 12px;
  color: var(--vl-t3);
}
.u-hidden {
  display: none !important;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.w-full {
  width: 100%;
  box-sizing: border-box;
}
.mt-4 {
  margin-top: 4px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}

/* Form inputs handled by tool.css */

/* ── Radio & Checkbox ── */
.u-radio-group,
.u-check-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 6px;
}
.u-radio,
.u-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  cursor: pointer;
  color: var(--vl-t2);
}
.u-radio input,
.u-check input {
  cursor: pointer;
}

/* ── Color row ── */
.u-color-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.u-color-hint {
  font-size: 11px;
  color: var(--vl-t4);
}

/* ── Tag pills ── */
.u-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.u-tag {
  padding: 4px 11px;
  border-radius: 20px;
  border: 1px solid var(--vl-border);
  background: var(--vl-surface-2);
  font-size: 11px;
  cursor: pointer;
  color: var(--vl-t3);
  transition: all 0.12s;
}
.u-tag.active {
  background: rgba(232, 93, 4, 0.1);
  border-color: rgba(232, 93, 4, 0.35);
  color: var(--vl-t1);
}

/* ── Result display ── */
.u-result-placeholder {
  color: var(--vl-t4);
  font-size: 13px;
  padding: 28px 16px;
  text-align: center;
}
.u-big-result {
  font-size: 40px;
  font-weight: 800;
  font-family: var(--vl-hd);
  letter-spacing: -0.04em;
  color: var(--vl-t1);
  padding: 12px 0 8px;
}
.u-big-timer {
  font-size: 52px;
  font-weight: 800;
  font-family: var(--vl-mono);
  letter-spacing: 0.02em;
  text-align: center;
  padding: 8px 0;
  color: var(--vl-t1);
}

/* ── Result cards ── */
.result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}
.result-card {
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--vl-surface-2);
  border: 1px solid var(--vl-border);
}
.result-card.accent {
  background: rgba(232, 93, 4, 0.08);
  border-color: rgba(232, 93, 4, 0.25);
}
.result-card.green {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
}
.result-card.red {
  background: rgba(244, 63, 94, 0.08);
  border-color: rgba(244, 63, 94, 0.25);
}
.rc-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vl-t4);
  margin-bottom: 5px;
}
.rc-value {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--vl-hd);
  color: var(--vl-t1);
}
.rc-sub {
  font-size: 11px;
  color: var(--vl-t3);
  margin-top: 3px;
}

/* ── Invoice preview shell ── */
.invoice-preview-shell {
  overflow: auto;
  max-height: 640px;
  border: 1px solid var(--vl-border);
  border-radius: 10px;
  background: var(--vl-surface-2);
  padding: 4px;
}
.inv-doc {
  /* Invoice/document output always renders as a printed "paper" page —
     it must NOT shift colors when the site is in dark mode. */
  --vl-surface: #ffffff;
  --vl-surface-2: #f5f4f0;
  --vl-surface-3: #ece9e0;
  --vl-border: #e2e0d8;
  --vl-border-2: #d4d1c6;
  --vl-border-3: #c4c1b4;
  --vl-t1: #0c0c14;
  --vl-t2: #2a2a3a;
  --vl-t3: #545470;
  --vl-t4: #8888a8;
  --vl-t5: #b8b8cc;
  --vl-accent: #0c0c14;
  --vl-acc2: #2a2a3a;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  color: var(--vl-t1);
  padding: 28px 24px;
  background: var(--vl-surface);
  border-radius: 8px;
  min-height: 320px;
}

/* ── Invoice document styles ── */
.inv-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.inv-brand-name {
  font-size: 17px;
  font-weight: 700;
}
.inv-brand-addr,
.inv-brand-email {
  font-size: 10px;
  color: var(--vl-t3);
  margin-top: 2px;
}
.inv-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: right;
}
.inv-meta {
  font-size: 10px;
  color: var(--vl-t3);
  text-align: right;
  margin-top: 2px;
}
.inv-meta-label {
  color: var(--vl-t5);
}
.inv-divider {
  height: 2px;
  background: var(--vl-t1);
  margin: 16px 0;
  opacity: 0.15;
}
.inv-divider.accent {
  background: var(--vl-accent);
  opacity: 1;
}
.inv-bill-row {
  display: flex;
  gap: 32px;
  margin-bottom: 18px;
  font-size: 11px;
}
.inv-bill-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vl-t4);
  margin-bottom: 3px;
}
.inv-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 11px;
}
.inv-th {
  padding: 7px 9px;
  border-bottom: 1.5px solid var(--vl-t1);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
}
.inv-th-r {
  padding: 7px 9px;
  border-bottom: 1.5px solid var(--vl-t1);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
}
.inv-td {
  padding: 7px 9px;
  border-bottom: 1px solid var(--vl-border);
  font-size: 11px;
}
.inv-td-r {
  padding: 7px 9px;
  border-bottom: 1px solid var(--vl-border);
  font-size: 11px;
  text-align: right;
}
.inv-totals {
  margin-left: auto;
  width: 230px;
  margin-top: 8px;
}
.inv-total-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 11px;
  border-bottom: 1px solid var(--vl-border);
}
.inv-grand {
  font-weight: 700;
  font-size: 14px;
  border-bottom: none !important;
  margin-top: 4px;
  padding-top: 7px;
  border-top: 2px solid var(--vl-t1);
}
.inv-notes {
  margin-top: 16px;
  font-size: 10px;
  color: var(--vl-t3);
  border-top: 1px solid var(--vl-border);
  padding-top: 10px;
}
.inv-stamp {
  display: inline-block;
  padding: 5px 14px;
  border: 2px solid #10b981;
  color: #10b981;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transform: rotate(-8deg);
  margin-top: 10px;
}

/* ── Line item rows ── */
.li-row {
  display: grid;
  grid-template-columns: 1fr 52px 76px 66px 22px;
  gap: 5px;
  margin-bottom: 7px;
  align-items: center;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.li-row input {
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.li-del {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--vl-t4);
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.li-del:hover {
  color: #f43f5e;
  background: rgba(244, 63, 94, 0.08);
}
.li-total {
  font-size: 12px;
  text-align: right;
  font-family: var(--vl-mono);
  color: var(--vl-t1);
  white-space: nowrap;
}

/* ── Data tables ── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.data-table th {
  padding: 8px 10px;
  border-bottom: 1.5px solid var(--vl-border);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--vl-t3);
  text-align: left;
  white-space: nowrap;
}
.data-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--vl-border);
  color: var(--vl-t2);
}
.data-table tr:last-child td {
  border-bottom: none;
}
.data-table tr:hover td {
  background: var(--vl-surface-2);
}
.status-badge {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
}
.badge-paid {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}
.badge-overdue {
  background: rgba(244, 63, 94, 0.12);
  color: #f43f5e;
}
.badge-sent {
  background: rgba(56, 189, 248, 0.12);
  color: #38bdf8;
}
.badge-draft {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6;
}
.badge-partial {
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
}
.badge-canceled {
  background: rgba(100, 116, 139, 0.12);
  color: #94a3b8;
}
.badge-disputed {
  background: rgba(232, 93, 4, 0.12);
  color: #e85d04;
}

/* ── Business card ── */
.bc-front-wrap {
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
}
.bc-card {
  width: 340px;
  max-width: 100%;
  height: 194px;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 22px;
  box-sizing: border-box;
}

/* ── Signature canvas ── */
#sigCanvas {
  border: 1.5px solid var(--vl-border);
  border-radius: 10px;
  cursor: crosshair;
  touch-action: none;
  width: 100%;
  display: block;
  background: #fff;
}

/* ── Card themes ── */
.u-card-themes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.u-theme-btn {
  padding: 5px 13px;
  border-radius: 6px;
  border: 1px solid var(--vl-border);
  background: var(--vl-surface-2);
  font-size: 11px;
  cursor: pointer;
  color: var(--vl-t3);
  transition: all 0.12s;
}
.u-theme-btn.active {
  background: rgba(232, 93, 4, 0.1);
  border-color: rgba(232, 93, 4, 0.35);
  color: var(--vl-t1);
  font-weight: 600;
}
.u-color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.12s;
}
.u-color-swatch.active {
  border-color: var(--vl-accent);
}

/* ── QR code ── */
#qrOutput {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
#qrOutput canvas {
  border-radius: 8px;
}

/* ── Tiered / scheduled tables ── */
.tier-row {
  display: grid;
  grid-template-columns: 80px 80px 100px 28px;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}
.milestone-row {
  display: grid;
  grid-template-columns: 1fr 110px 28px;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}
.scenario-row {
  display: grid;
  grid-template-columns: 1fr 110px 110px 28px;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}
.tx-row {
  display: grid;
  grid-template-columns: 100px 1fr 90px 100px 28px;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}

/* ── Income/Expense lines ── */
.cf-line {
  display: grid;
  grid-template-columns: 1fr 90px 90px 28px;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}
.cat-section {
  margin-bottom: 14px;
  border: 1px solid var(--vl-border);
  border-radius: 8px;
  overflow: hidden;
}
.cat-header {
  padding: 8px 12px;
  background: var(--vl-surface-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
}
.cat-items {
  padding: 8px 12px;
}
.cat-item-row {
  display: grid;
  grid-template-columns: 1fr 80px 28px;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}

/* ── Aging report ── */
.aging-bucket {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--vl-border);
  background: var(--vl-surface-2);
  text-align: center;
}
.aging-bucket.current {
  border-color: rgba(16, 185, 129, 0.3);
}
.aging-bucket.b30 {
  border-color: rgba(245, 158, 11, 0.3);
}
.aging-bucket.b60 {
  border-color: rgba(232, 93, 4, 0.3);
}
.aging-bucket.b90 {
  border-color: rgba(244, 63, 94, 0.3);
}
.aging-num {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--vl-hd);
}

/* ── Terms output ── */
.terms-block {
  background: var(--vl-surface-2);
  border: 1px solid var(--vl-border);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--vl-t2);
  white-space: pre-wrap;
}

/* ── Time tracker ── */
.time-log-row {
  display: grid;
  grid-template-columns: 90px 1fr 100px 80px 28px;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid var(--vl-border);
  font-size: 12px;
  align-items: center;
}
.time-log-row:last-child {
  border-bottom: none;
}

/* ── Expense log ── */
.exp-row {
  display: grid;
  grid-template-columns: 90px 1fr 90px 80px 28px;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid var(--vl-border);
  font-size: 12px;
  align-items: center;
}

/* ── Client list ── */
.client-card {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--vl-border);
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.12s;
  background: var(--vl-surface);
}
.client-card:hover,
.client-card.active {
  border-color: var(--vl-accent);
}
.client-card-name {
  font-weight: 600;
  font-size: 13px;
}
.client-card-sub {
  font-size: 11px;
  color: var(--vl-t3);
  margin-top: 2px;
}

/* ── Global overflow guard — all tool card children ── */
.card * {
  max-width: 100%;
  box-sizing: border-box;
}
.card input,
.card select,
.card textarea {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.card .btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .btn.w-full {
  width: 100% !important;
  box-sizing: border-box !important;
}
/* result-grid responsive */
.result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
  min-width: 0;
}
.result-grid > * {
  min-width: 0;
  overflow: hidden;
}
.rc-value {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--vl-hd);
  color: var(--vl-t1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* receipt-maker preview classes */
.rcpt-header {
  text-align: center;
  padding: 16px 8px;
  border-bottom: 1px dashed #e2e0d8;
}
.rcpt-biz-name {
  font-size: 16px;
  font-weight: 700;
}
.rcpt-biz-line {
  font-size: 10px;
  color: #545470;
  margin-top: 2px;
}
.rcpt-biz-line-tight {
  font-size: 10px;
  color: #545470;
}
.rcpt-meta-row {
  padding: 10px 8px;
  font-size: 10px;
  color: #545470;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e2e0d8;
}
.rcpt-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
  font-size: 11px;
}
.rcpt-th {
  text-align: left;
  padding: 4px 6px;
  border-bottom: 1px solid #e2e0d8;
  font-size: 9px;
  text-transform: uppercase;
}
.rcpt-th-r {
  text-align: right;
  padding: 4px 6px;
  border-bottom: 1px solid #e2e0d8;
  font-size: 9px;
  text-transform: uppercase;
}
.rcpt-td {
  padding: 5px 6px;
}
.rcpt-td-r {
  padding: 5px 6px;
  text-align: right;
}
.rcpt-totals {
  border-top: 1px dashed #e2e0d8;
  padding: 8px;
  font-size: 11px;
}
.rcpt-total-row {
  display: flex;
  justify-content: space-between;
}
.rcpt-grand-row {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 13px;
  border-top: 1px solid #e2e0d8;
  padding-top: 6px;
  margin-top: 4px;
}
.rcpt-footer-row {
  border-top: 1px dashed #e2e0d8;
  padding: 10px 8px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  color: #545470;
}
.rcpt-thanks {
  text-align: center;
  font-size: 11px;
  padding: 10px;
  color: #545470;
}


/* bizcard preview classes (auto-extracted from inline styles) */
.bizcard-c1 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
/* payterm preview classes (auto-extracted from inline styles) */
.payterm-c1 {
  border: 1px solid #e2e0d8;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
  cursor: pointer;
}
.payterm-c2 {
  font-size: 12px;
  font-weight: 600;
}
.payterm-c3 {
  font-size: 11px;
  color: #545470;
  margin-top: 3px;
}
/* invzk preview classes (auto-extracted from inline styles) */
.invzk-c1 {
  padding: 8px 10px;
  border-bottom: 1px solid #e8e6dc;
  font-size: 12px;
}
.invzk-c2 {
  padding: 8px 10px;
  border-bottom: 1px solid #e8e6dc;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
}
.invzk-c3 {
  border-top: 4px solid #059669;
  border-radius: 2px 2px 0 0;
  padding: 24px 28px 20px;
  background: #f0fdf4;
}
.invzk-c4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.invzk-c5 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #059669;
  font-weight: 700;
  margin-bottom: 4px;
}
.invzk-c6 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c0c14;
}
.invzk-c7 {
  font-size: 10px;
  color: #545470;
  margin-top: 2px;
}
.invzk-c8 {
  font-size: 10px;
  color: #545470;
  margin-top: 1px;
}
.invzk-c9 {
  font-size: 10px;
  color: #545470;
}
.invzk-c10 {
  text-align: right;
}
.invzk-c11 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #059669;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.invzk-c12 {
  font-size: 11px;
  color: #545470;
  margin-top: 8px;
}
.invzk-c13 {
  font-size: 11px;
  color: #545470;
}
.invzk-c14 {
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #e8e6dc;
  border-top: none;
}
.invzk-c15 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 11px;
  gap: 20px;
}
.invzk-c16 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #059669;
  font-weight: 700;
  margin-bottom: 4px;
}
.invzk-c17 {
  font-weight: 700;
  font-size: 13px;
}
.invzk-c18 {
  color: #545470;
  margin-top: 2px;
}
.invzk-c19 {
  max-width: 240px;
  text-align: right;
}
.invzk-c20 {
  color: #0c0c14;
}
.invzk-c21 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
}
.invzk-c22 {
  padding: 7px 10px;
  border-bottom: 2px solid #059669;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
  color: #059669;
}
.invzk-c23 {
  padding: 7px 10px;
  border-bottom: 2px solid #059669;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
  color: #059669;
}
.invzk-c24 {
  display: flex;
  justify-content: flex-end;
}
.invzk-c25 {
  width: 240px;
}
.invzk-c26 {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: #059669;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.invzk-c27 {
  margin-top: 14px;
  padding: 10px 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  font-size: 11px;
  color: #166534;
}
.invzk-c28 {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #e8e6dc;
  border-radius: 6px;
  font-size: 11px;
  color: #545470;
  line-height: 1.7;
  text-align: center;
}
/* invcr preview classes (auto-extracted from inline styles) */
.invcr-c1 {
  text-align: center;
  font-style: italic;
}
.invcr-c2 {
  font-size: 11px;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.invcr-c3 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.invcr-c4 {
  font-size: 12px;
  opacity: 0.65;
  margin-top: 4px;
}
.invcr-c5 {
  display: flex;
  gap: 20px;
  margin-top: 14px;
  font-size: 10px;
  opacity: 0.75;
}
.invcr-c6 {
  padding: 20px 28px;
  background: #ffffff;
}
.invcr-c7 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 11px;
}
.invcr-c8 {
  color: #545470;
}
.invcr-c9 {
  text-align: right;
}
.invcr-c10 {
  font-family: DM Mono,monospace;
  font-size: 11px;
}
.invcr-c11 {
  color: #545470;
  margin-top: 3px;
}
.invcr-c12 {
  display: flex;
  justify-content: flex-end;
}
/* proforma preview classes (auto-extracted from inline styles) */
.proforma-c1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 2px solid #e2e0d8;
}
.proforma-c2 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8888a8;
}
.proforma-c3 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 2px;
}
.proforma-c4 {
  font-size: 10px;
  color: #545470;
}
.proforma-c5 {
  text-align: right;
  font-size: 11px;
}
.proforma-c6 {
  font-family: DM Mono,monospace;
}
.proforma-c7 {
  color: #545470;
}
.proforma-c8 {
  display: flex;
  gap: 30px;
  margin: 14px 0;
  font-size: 11px;
}
.proforma-c9 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.proforma-c10 {
  font-weight: 700;
}
.proforma-c11 {
  display: flex;
  justify-content: flex-end;
}
.proforma-c12 {
  margin-top: 14px;
  padding: 10px 14px;
  background: rgba(56,189,248,0.07);
  border: 1px solid rgba(56,189,248,0.2);
  border-radius: 6px;
  font-size: 10px;
  color: #545470;
}
/* invmin preview classes (auto-extracted from inline styles) */
.invmin-c1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e0d8;
}
.invmin-c2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #0c0c14;
}
.invmin-c3 {
  text-align: right;
  font-size: 11px;
  color: #8888a8;
}
.invmin-c4 {
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
  font-size: 11px;
}
.invmin-c5 {
  font-size: 13px;
}
.invmin-c6 {
  color: #545470;
  margin-top: 2px;
}
.invmin-c7 {
  text-align: right;
}
.invmin-c8 {
  font-family: DM Mono,monospace;
  font-size: 12px;
}
.invmin-c9 {
  color: #545470;
}
.invmin-c10 {
  display: flex;
  justify-content: flex-end;
}
.invmin-c11 {
  margin-top: 14px;
  font-size: 10px;
  color: #8888a8;
  text-align: center;
}
/* soa preview classes (auto-extracted from inline styles) */
.soa-c1 {
  background: rgba(56,189,248,0.06);
}
.soa-c2 {
  text-align: right;
}
.soa-c3 {
  text-align: right;
  font-weight: 600;
}
.soa-c4 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 2px solid #0c0c14;
}
.soa-c5 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.soa-c6 {
  text-align: right;
  font-size: 11px;
}
.soa-c7 {
  font-weight: 700;
}
.soa-c8 {
  color: #545470;
}
.soa-c9 {
  display: flex;
  gap: 30px;
  margin: 14px 0;
  font-size: 11px;
}
.soa-c10 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.soa-c11 {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.soa-c12 {
  padding: 7px 9px;
  border-bottom: 2px solid #0c0c14;
  font-size: 9px;
  text-transform: uppercase;
}
.soa-c13 {
  padding: 7px 9px;
  border-bottom: 2px solid #0c0c14;
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
}
.soa-c14 {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.soa-c15 {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  border-top: 2px solid #0c0c14;
  padding-top: 8px;
}
.soa-c16 {
  margin-top: 12px;
  font-size: 10px;
  color: #545470;
  border-top: 1px solid #e2e0d8;
  padding-top: 8px;
}
/* invnum preview classes (auto-extracted from inline styles) */
.invnum-c1 {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
  gap: 6px;
}
.invnum-c2 {
  padding: 6px 10px;
  background: #f5f4f0;
  border: 1px solid #e2e0d8;
  border-radius: 6px;
  font-family: DM Mono,monospace;
  font-size: 12px;
}
/* retain preview classes (auto-extracted from inline styles) */
.retain-c1 {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
.retain-c2 {
  margin-bottom: 2px;
}
.retain-c3 {
  height: 50px;
  display: block;
}
.retain-c4 {
  height: 50px;
}
.retain-c5 {
  border-top: 1px solid #0c0c14;
  padding-top: 8px;
  width: 200px;
}
.retain-c6 {
  font-size: 10px;
  color: #545470;
}
/* invtr preview classes (auto-extracted from inline styles) */
.invtr-c1 {
  padding: 8px 10px;
  border-bottom: 1px solid #e8e6dc;
  font-size: 12px;
}
.invtr-c2 {
  padding: 8px 10px;
  border-bottom: 1px solid #e8e6dc;
  font-size: 12px;
  text-align: right;
}
.invtr-c3 {
  padding: 8px 10px;
  border-bottom: 1px solid #e8e6dc;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
}
.invtr-c4 {
  background: #1a1a2e;
  color: #fff;
  padding: 26px 28px 22px;
  border-radius: 6px 6px 0 0;
}
.invtr-c5 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a78bfa;
  font-weight: 700;
  margin-bottom: 10px;
}
.invtr-c6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.invtr-c7 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.invtr-c8 {
  font-size: 10px;
  opacity: 0.65;
  margin-top: 3px;
}
.invtr-c9 {
  font-size: 10px;
  opacity: 0.55;
}
.invtr-c10 {
  display: inline-block;
  margin-top: 6px;
  background: rgba(167,139,250,0.2);
  border: 1px solid rgba(167,139,250,0.4);
  color: #c4b5fd;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 20px;
}
.invtr-c11 {
  text-align: right;
}
.invtr-c12 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.invtr-c13 {
  font-size: 11px;
  opacity: 0.65;
  margin-top: 3px;
}
.invtr-c14 {
  font-size: 11px;
  opacity: 0.55;
  margin-top: 2px;
}
.invtr-c15 {
  font-size: 11px;
  opacity: 0.55;
}
.invtr-c16 {
  padding: 16px 28px;
  background: #fafaf8;
  border: 1px solid #e8e6dc;
  border-top: none;
  display: flex;
  gap: 30px;
  font-size: 11px;
}
.invtr-c17 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  font-weight: 700;
  margin-bottom: 3px;
}
.invtr-c18 {
  font-weight: 700;
  font-size: 13px;
  color: #0c0c14;
}
.invtr-c19 {
  color: #545470;
  margin-top: 1px;
}
.invtr-c20 {
  color: #0c0c14;
}
.invtr-c21 {
  padding: 0 28px 20px;
  background: #fff;
  border: 1px solid #e8e6dc;
  border-top: none;
}
.invtr-c22 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
}
.invtr-c23 {
  padding: 8px 10px;
  border-bottom: 2px solid #1a1a2e;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
  color: #1a1a2e;
}
.invtr-c24 {
  padding: 8px 10px;
  border-bottom: 2px solid #1a1a2e;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
  color: #1a1a2e;
}
.invtr-c25 {
  display: flex;
  justify-content: flex-end;
}
.invtr-c26 {
  width: 260px;
}
.invtr-c27 {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 12px;
  border-bottom: 1px solid #e8e6dc;
}
.invtr-c28 {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  font-weight: 800;
  font-size: 15px;
  border-top: 2px solid #1a1a2e;
  margin-top: 4px;
}
.invtr-c29 {
  font-size: 10px;
  color: #8888a8;
  margin-top: 4px;
  text-align: center;
}
.invtr-c30 {
  margin-top: 14px;
  padding: 10px 14px;
  background: #fafaf8;
  border: 1px solid #e8e6dc;
  border-radius: 6px;
  font-size: 11px;
  color: #545470;
}
/* ctrgen preview classes (auto-extracted from inline styles) */
.ctrgen-c1 {
  font-size: 22px;
  font-weight: 800;
  border-bottom: 2px solid #0c0c14;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ctrgen-c2 {
  display: flex;
  gap: 40px;
  margin: 16px 0;
}
.ctrgen-c3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 18px 0 8px;
}
.ctrgen-c4 {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
.ctrgen-c5 {
  margin-bottom: 2px;
}
.ctrgen-c6 {
  height: 50px;
  display: block;
}
.ctrgen-c7 {
  height: 50px;
}
.ctrgen-c8 {
  border-top: 1px solid #0c0c14;
  padding-top: 8px;
  width: 200px;
}
.ctrgen-c9 {
  font-size: 10px;
  color: #545470;
}
/* invfl preview classes (auto-extracted from inline styles) */
.invfl-c1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 2px solid #0c0c14;
}
.invfl-c2 {
  font-size: 18px;
  font-weight: 700;
}
.invfl-c3 {
  font-size: 11px;
  color: #545470;
}
.invfl-c4 {
  font-size: 10px;
  color: #8888a8;
  margin-top: 3px;
}
.invfl-c5 {
  text-align: right;
}
.invfl-c6 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.invfl-c7 {
  font-family: DM Mono,monospace;
  font-size: 11px;
  color: #545470;
}
.invfl-c8 {
  margin: 14px 0 18px;
  font-size: 11px;
}
.invfl-c9 {
  color: #545470;
}
.invfl-c10 {
  display: flex;
  justify-content: flex-end;
}
/* delnote preview classes (auto-extracted from inline styles) */
.delnote-c1 {
  font-weight: 700;
}
.delnote-c2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 2px solid #0c0c14;
}
.delnote-c3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.delnote-c4 {
  font-size: 11px;
  color: #545470;
  margin-top: 3px;
}
.delnote-c5 {
  text-align: right;
  font-size: 11px;
}
.delnote-c6 {
  color: #545470;
}
.delnote-c7 {
  display: flex;
  gap: 30px;
  margin: 14px 0;
  font-size: 11px;
}
.delnote-c8 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.delnote-c9 {
  font-family: DM Mono,monospace;
  font-size: 10px;
}
.delnote-c10 {
  display: flex;
  gap: 40px;
  margin-top: 24px;
  font-size: 11px;
}
.delnote-c11 {
  border-top: 1px solid #e2e0d8;
  padding-top: 8px;
}
/* curconv preview classes (auto-extracted from inline styles) */
.curconv-c1 {
  text-align: right;
}
.curconv-c2 {
  color: #8888a8;
  font-size: 10px;
}
.curconv-c3 {
  text-align: right;
  font-family: DM Mono,monospace;
}
.curconv-c4 {
  text-align: right;
  font-family: DM Mono,monospace;
  font-weight: 600;
}
/* ndagen preview classes (auto-extracted from inline styles) */
.ndagen-c1 {
  font-size: 20px;
  font-weight: 800;
  border-bottom: 2px solid #0c0c14;
  padding-bottom: 8px;
  margin-bottom: 18px;
}
.ndagen-c2 {
  display: flex;
  gap: 40px;
  margin: 16px 0;
}
.ndagen-c3 {
  font-size: 10px;
  color: #545470;
}
.ndagen-c4 {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
.ndagen-c5 {
  margin-bottom: 2px;
}
.ndagen-c6 {
  height: 50px;
  display: block;
}
.ndagen-c7 {
  height: 50px;
}
.ndagen-c8 {
  border-top: 1px solid #0c0c14;
  padding-top: 8px;
  width: 200px;
}
.ndagen-c9 {
  border-top: 1px solid #0c0c14;
  padding-top: 8px;
  width: 200px;
  margin-top: 40px;
}
/* clprop preview classes (auto-extracted from inline styles) */
.clprop-c1 {
  font-size: 24px;
}
.clprop-c2 {
  text-align: right;
}
.clprop-c3 {
  text-align: right;
  padding: 5px 9px;
}
.clprop-c4 {
  font-weight: 700;
}
.clprop-c5 {
  text-align: right;
  padding: 8px 9px;
  border-top: 2px solid #0c0c14;
}
.clprop-c6 {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
.clprop-c7 {
  margin-bottom: 2px;
}
.clprop-c8 {
  height: 50px;
  display: block;
}
.clprop-c9 {
  height: 50px;
}
.clprop-c10 {
  border-top: 1px solid #0c0c14;
  padding-top: 8px;
  width: 200px;
}
.clprop-c11 {
  font-size: 10px;
  color: #545470;
}
.clprop-c12 {
  border-top: 1px solid #0c0c14;
  padding-top: 8px;
  width: 200px;
  margin-top: 40px;
}
/* lhmaker preview classes (auto-extracted from inline styles) */
.lhmaker-c1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lhmaker-c2 {
  font-size: 18px;
  font-weight: 700;
}
.lhmaker-c3 {
  font-size: 10px;
  opacity: 0.65;
  margin-top: 2px;
  font-style: italic;
}
.lhmaker-c4 {
  text-align: right;
  font-size: 10px;
  opacity: 0.65;
  line-height: 1.6;
}
.lhmaker-c5 {
  padding: 24px 28px;
  background: #ffffff;
}
.lhmaker-c6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 11px;
}
.lhmaker-c7 {
  max-width: 50%;
}
.lhmaker-c8 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 4px;
}
.lhmaker-c9 {
  text-align: right;
}
.lhmaker-c10 {
  font-size: 9px;
  color: #8888a8;
  margin-top: 6px;
}
.lhmaker-c11 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e0d8;
}
.lhmaker-c12 {
  font-size: 12px;
  line-height: 1.75;
  color: #0c0c14;
  white-space: pre-wrap;
}
.lhmaker-c13 {
  margin-top: 28px;
}
.lhmaker-c14 {
  border-top: 1px solid #e2e0d8;
  padding-top: 8px;
  display: inline-block;
  font-size: 11px;
}
.lhmaker-c15 {
  color: #8888a8;
  font-size: 10px;
}
/* disccalc preview classes (auto-extracted from inline styles) */
.disccalc-c1 {
  color: #10b981;
}
.disccalc-c2 {
  font-size: 11px;
  color: #545470;
}
/* pmargin preview classes (auto-extracted from inline styles) */
.pmargin-c1 {
  text-align: right;
}
.pmargin-c2 {
  background: rgba(232,93,4,0.07);
}
/* quotegen preview classes (auto-extracted from inline styles) */
.quotegen-c1 {
  color: #0c0c14;
}
.quotegen-c2 {
  height: 50px;
  display: block;
  margin-bottom: 2px;
}
.quotegen-c3 {
  display: inline-block;
  width: 160px;
  border-bottom: 1px solid #c8c6bc;
}
.quotegen-c4 {
  font-size: 10px;
  color: #545470;
}
.quotegen-c5 {
  display: flex;
  justify-content: flex-end;
}
.quotegen-c6 {
  margin-top: 24px;
  padding: 14px;
  border: 1px dashed #e2e0d8;
  border-radius: 8px;
  font-size: 11px;
  color: #545470;
}
.quotegen-c7 {
  color: #2a2a3a;
}
.quotegen-c8 {
  display: flex;
  gap: 48px;
  margin-top: 10px;
  align-items: flex-end;
}
.quotegen-c9 {
  margin-bottom: 4px;
}
.quotegen-c10 {
  border-top: 1px solid #c8c6bc;
  padding-top: 4px;
}
.quotegen-c11 {
  font-weight: 600;
  color: #0c0c14;
  margin-bottom: 4px;
}
/* invmod preview classes (auto-extracted from inline styles) */
.invmod-c1 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.invmod-c2 {
  font-size: 11px;
  opacity: 0.75;
  margin-top: 3px;
}
.invmod-c3 {
  text-align: right;
}
.invmod-c4 {
  font-size: 15px;
  font-weight: 700;
}
.invmod-c5 {
  font-size: 10px;
  opacity: 0.75;
  margin-top: 2px;
}
.invmod-c6 {
  padding: 18px 28px;
  background: #ffffff;
}
.invmod-c7 {
  display: flex;
  gap: 30px;
  margin-bottom: 14px;
}
.invmod-c8 {
  font-size: 10px;
  color: #545470;
}
.invmod-c9 {
  display: flex;
  justify-content: flex-end;
}
/* invrem preview classes (auto-extracted from inline styles) */
.invrem-c1 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e2e0d8;
}
.invrem-c2 {
  font-size: 10px;
  color: #8888a8;
}
.invrem-c3 {
  white-space: pre-wrap;
  font-family: DM Sans,sans-serif;
  font-size: 12px;
}
/* crnote preview classes (auto-extracted from inline styles) */
.crnote-c1 {
  color: #10b981;
}
.crnote-c2 {
  color: #10b981;
  border-top-color: #10b981;
}
.crnote-c3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 2px solid #10b981;
}
.crnote-c4 {
  font-size: 22px;
  font-weight: 800;
  color: #10b981;
  letter-spacing: -0.04em;
}
.crnote-c5 {
  font-size: 11px;
  color: #545470;
  margin-top: 3px;
}
.crnote-c6 {
  text-align: right;
  font-size: 11px;
}
.crnote-c7 {
  font-weight: 700;
}
.crnote-c8 {
  color: #545470;
}
.crnote-c9 {
  display: flex;
  gap: 30px;
  margin: 14px 0;
  font-size: 11px;
}
.crnote-c10 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.crnote-c11 {
  display: flex;
  justify-content: flex-end;
}
/* wo preview classes (auto-extracted from inline styles) */
.wo-c1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 2px solid #0c0c14;
}
.wo-c2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.wo-c3 {
  font-size: 11px;
  color: #545470;
  margin-top: 2px;
}
.wo-c4 {
  text-align: right;
  font-size: 11px;
}
.wo-c5 {
  font-weight: 700;
}
.wo-c6 {
  color: #545470;
}
.wo-c7 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 14px 0;
  font-size: 11px;
}
.wo-c8 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.wo-c9 {
  display: flex;
  justify-content: flex-end;
}
.wo-c10 {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  font-size: 11px;
}
.wo-c11 {
  margin-bottom: 2px;
}
.wo-c12 {
  height: 50px;
  display: block;
}
.wo-c13 {
  height: 50px;
}
.wo-c14 {
  border-top: 1px solid #e2e0d8;
  padding-top: 6px;
  color: #545470;
}
/* invcorp preview classes (auto-extracted from inline styles) */
.invcorp-c1 {
  margin-top: 8px;
}
.invcorp-c2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.invcorp-c3 {
  font-size: 18px;
  font-weight: 700;
}
.invcorp-c4 {
  font-size: 10px;
  opacity: 0.65;
  margin-top: 3px;
}
.invcorp-c5 {
  font-size: 10px;
  opacity: 0.65;
  margin-top: 1px;
}
.invcorp-c6 {
  font-size: 9px;
  opacity: 0.5;
  margin-top: 3px;
}
.invcorp-c7 {
  text-align: right;
}
.invcorp-c8 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.invcorp-c9 {
  font-size: 11px;
  opacity: 0.65;
  margin-top: 3px;
}
.invcorp-c10 {
  padding: 20px 28px;
  background: #ffffff;
}
.invcorp-c11 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 11px;
}
.invcorp-c12 {
  color: #545470;
}
.invcorp-c13 {
  color: #8888a8;
  margin-top: 4px;
}
.invcorp-c14 {
  display: flex;
  justify-content: flex-end;
}
.invcorp-c15 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 10px;
  color: #545470;
}
.invcorp-c16 {
  flex: 1;
}
.invcorp-c17 {
  height: 50px;
  display: block;
  margin-left: auto;
}
.invcorp-c18 {
  color: #b8b8cc;
}
/* invtrk preview classes (auto-extracted from inline styles) */
.invtrk-c1 {
  padding: 3px 6px;
  font-size: 10px;
}
.invtrk-c2 {
  font-family: DM Mono,monospace;
  font-size: 11px;
}
.invtrk-c3 {
  text-align: right;
}
/* cldb preview classes (auto-extracted from inline styles) */
.cldb-c1 {
  margin-bottom: 12px;
}
.cldb-c2 {
  font-size: 14px;
}
.cldb-c3 {
  font-size: 12px;
  margin-bottom: 4px;
}
.cldb-c4 {
  font-size: 12px;
  margin-bottom: 4px;
  color: #545470;
}
.cldb-c5 {
  font-size: 11px;
  color: #8888a8;
  margin-bottom: 4px;
}
.cldb-c6 {
  font-size: 11px;
  color: #545470;
  margin-top: 8px;
}
.cldb-c7 {
  font-size: 11px;
  color: #8888a8;
  margin-top: 8px;
  padding: 8px;
  background: #f5f4f0;
  border-radius: 6px;
}
.cldb-c8 {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
/* plb preview classes (auto-extracted from inline styles) */
.plb-c1 {
  flex: 1;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}
.plb-c2 {
  padding: 3px 8px;
  font-size: 10px;
}
.plb-c3 {
  display: flex;
  gap: 6px;
}
.plb-c4 {
  margin-bottom: 18px;
}
.plb-c5 {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.plb-c6 {
  padding: 5px 8px;
  border-bottom: 1px solid #e2e0d8;
  text-align: left;
  font-size: 9px;
  text-transform: uppercase;
}
.plb-c7 {
  padding: 5px 8px;
  border-bottom: 1px solid #e2e0d8;
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
}
.plb-c8 {
  padding: 6px 8px;
  border-bottom: 1px solid #e2e0d8;
}
.plb-c9 {
  padding: 6px 8px;
  border-bottom: 1px solid #e2e0d8;
  text-align: right;
  font-weight: 600;
}
.plb-c10 {
  font-size: 14px;
  font-weight: 700;
}
.plb-c11 {
  font-size: 10px;
  opacity: 0.75;
  margin-top: 2px;
}
.plb-c12 {
  text-align: right;
  font-size: 10px;
  opacity: 0.75;
}
.plb-c13 {
  color: #8888a8;
  font-size: 12px;
  text-align: center;
  padding: 20px;
}
.plb-c14 {
  border-top: 1px solid #e2e0d8;
  padding-top: 10px;
  font-size: 10px;
  color: #8888a8;
  text-align: center;
}
/* taxcalc preview classes (auto-extracted from inline styles) */
.taxcalc-c1 {
  margin-top: 14px;
  padding: 12px;
  background: #f5f4f0;
  border-radius: 8px;
  font-size: 12px;
  color: #2a2a3a;
}
.taxcalc-c2 {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #e2e0d8;
  font-size: 11px;
}
.taxcalc-c3 {
  color: #8888a8;
}
.taxcalc-c4 {
  font-weight: 600;
}
/* po preview classes (auto-extracted from inline styles) */
.po-c1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 2px solid #0c0c14;
}
.po-c2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.po-c3 {
  font-size: 11px;
  color: #545470;
  margin-top: 3px;
}
.po-c4 {
  text-align: right;
  font-size: 11px;
}
.po-c5 {
  font-weight: 700;
}
.po-c6 {
  color: #545470;
}
.po-c7 {
  display: flex;
  gap: 30px;
  margin: 14px 0;
  font-size: 11px;
}
.po-c8 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.po-c9 {
  display: flex;
  justify-content: flex-end;
}
.po-c10 {
  margin-top: 16px;
  font-size: 11px;
}
.po-c11 {
  border-top: 1px solid #e2e0d8;
  padding-top: 8px;
  display: inline-block;
}
.po-c12 {
  color: #8888a8;
}
/* remit preview classes (auto-extracted from inline styles) */
.remit-c1 {
  padding: 16px;
  border: 2px solid #e2e0d8;
  border-radius: 8px;
  background: #ffffff;
}
.remit-c2 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #0c0c14;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.remit-c3 {
  display: flex;
  gap: 30px;
  margin-bottom: 12px;
  font-size: 11px;
}
.remit-c4 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8888a8;
  margin-bottom: 3px;
}
.remit-c5 {
  font-family: DM Mono,monospace;
  font-size: 10px;
}
.remit-c6 {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.remit-c7 {
  padding: 6px 8px;
  border-bottom: 1.5px solid #0c0c14;
  font-size: 9px;
  text-transform: uppercase;
}
.remit-c8 {
  padding: 6px 8px;
  border-bottom: 1.5px solid #0c0c14;
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
}
.remit-c9 {
  padding: 6px 8px;
  border-bottom: 1px solid #e2e0d8;
}
.remit-c10 {
  padding: 6px 8px;
  border-bottom: 1px solid #e2e0d8;
  text-align: right;
  color: #545470;
}
.remit-c11 {
  padding: 6px 8px;
  border-bottom: 1px solid #e2e0d8;
  text-align: right;
  font-weight: 600;
  color: #10b981;
}
.remit-c12 {
  padding: 7px 8px;
  font-weight: 700;
}
.remit-c13 {
  padding: 7px 8px;
  text-align: right;
  font-weight: 800;
  font-size: 14px;
  border-top: 2px solid #0c0c14;
}
.remit-c14 {
  margin-top: 10px;
  font-size: 10px;
  color: #545470;
  border-top: 1px solid #e2e0d8;
  padding-top: 8px;
}
/* qrpay preview classes (auto-extracted from inline styles) */
.qrpay-c1 {
  padding: 20px;
  color: #8888a8;
  font-size: 12px;
}
.qrpay-c2 {
  padding: 20px;
  text-align: center;
}
.qrpay-c3 {
  font-size: 11px;
  color: #545470;
  margin-bottom: 8px;
}
.qrpay-c4 {
  font-family: DM Mono,monospace;
  font-size: 11px;
  background: #f5f4f0;
  padding: 10px;
  border-radius: 6px;
  word-break: break-all;
}
.qrpay-c5 {
  font-size: 10px;
  color: #8888a8;
  margin-top: 8px;
}
.qrpay-c6 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #e2e0d8;
  border-radius: 8px;
  margin-bottom: 6px;
}
.qrpay-c7 {
  border-radius: 4px;
}
.qrpay-c8 {
  font-size: 12px;
  font-weight: 600;
}
.qrpay-c9 {
  font-size: 10px;
  color: #8888a8;
}