:root {
  --ink: #0f172a;
  --brand: #ea580c;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
}

.tabular,
.price-hero {
  font-variant-numeric: tabular-nums;
}

.price-hero {
  letter-spacing: -0.04em;
}

.chart-wrap {
  position: relative;
  min-height: 220px;
}

.chart-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 0.875rem;
  text-align: center;
  padding: 1rem;
}

.pdf-source {
  position: absolute;
  left: -12000px;
  top: 0;
  width: 210mm;
  background: #fff;
  color: #0f172a;
}

.pdf-page {
  box-sizing: border-box;
  width: 210mm;
  min-height: 297mm;
  padding: 18mm 16mm;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.pdf-table {
  width: 100%;
  border-collapse: collapse;
}

.pdf-table th,
.pdf-table td {
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 12px;
}

.pdf-table th {
  text-align: left;
  color: #64748b;
  font-weight: 600;
}

.pdf-table td:last-child,
.pdf-table th:last-child {
  text-align: right;
}

@media print {
  .no-print {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
