@font-face {
  font-family: "Barlow Condensed";
  src: url("/loteria-bonurilor/assets/BarlowCondensed.6553a31e71bb.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/loteria-bonurilor/assets/NotoSans.59ac1c6375a8.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/loteria-bonurilor/assets/IBMPlexMono-Regular.81fc864103e7.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --counter: #0b4741;
  --counter-dark: #07332f;
  --paper: #f7faf4;
  --paper-deep: #e8f0e9;
  --ink: #18201d;
  --ink-soft: #43534c;
  --stamp: #d84a38;
  --stamp-text: #c43d2c;
  --form-blue: #23628a;
  --prize: #f3c969;
  --rule: #aab9b1;
  --white: #ffffff;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Noto Sans", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--counter);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgb(255 255 255 / 0.035) 49.8% 50.2%, transparent 50.2%),
    var(--counter);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--form-blue);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  text-decoration-thickness: 0.14em;
}

:focus-visible {
  outline: 3px solid var(--form-blue);
  outline-offset: 4px;
}

.site-header :focus-visible {
  outline-color: var(--prize);
}

.prize-demo :focus-visible {
  outline-color: var(--prize);
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--counter-dark);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
  background: rgb(7 51 47 / 0.94);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, 1024px);
  min-height: 3.75rem;
  margin-inline: auto;
  gap: 1rem;
}

.site-name,
.language-nav a {
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-name {
  padding-block: 0.75rem;
  font-weight: 700;
}

.language-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.language-nav a {
  display: grid;
  min-height: 2.75rem;
  padding-inline: 0.8rem;
  place-items: center;
  border: 1px solid transparent;
}

.language-nav a[aria-current="page"] {
  border-color: rgb(255 255 255 / 0.7);
  background: rgb(255 255 255 / 0.1);
}

.receipt {
  position: relative;
  width: min(calc(100% - 2rem), 1024px);
  margin: 2.5rem auto 5rem;
  overflow: hidden;
  background:
    linear-gradient(rgb(24 32 29 / 0.025) 1px, transparent 1px) 0 0 / 100% 2rem,
    var(--paper);
  box-shadow: 0 2rem 6rem rgb(3 31 28 / 0.35);
}

.error-page {
  min-height: min(42rem, calc(100vh - 7.5rem));
  padding: clamp(5rem, 10vw, 8rem) clamp(2rem, 10vw, 7rem);
}

.error-page h1 {
  max-width: 11ch;
}

.error-page .deck {
  max-width: 38rem;
}

.error-link {
  display: inline-block;
  margin-block-start: 1.75rem;
  font-weight: 800;
}

.receipt::before,
.receipt::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset-inline: 0;
  height: 10px;
  pointer-events: none;
  background: radial-gradient(circle at 10px 0, var(--counter) 0 7px, transparent 7.5px) 0 0 / 20px 10px repeat-x;
}

.receipt::before {
  inset-block-start: 0;
  transform: rotate(180deg);
}

.receipt::after {
  inset-block-end: 0;
}

.receipt__edge {
  position: absolute;
  z-index: 4;
  inset-block: 0;
  width: 12px;
  pointer-events: none;
}

.receipt__edge--left {
  inset-inline-start: 0;
  background: radial-gradient(circle at 0 12px, var(--counter) 0 6px, transparent 6.5px) 0 0 / 12px 24px repeat-y;
}

.receipt__edge--right {
  inset-inline-end: 0;
  background: radial-gradient(circle at 12px 12px, var(--counter) 0 6px, transparent 6.5px) 0 0 / 12px 24px repeat-y;
}

.hero,
.story,
.receipt-footer {
  width: min(100% - clamp(3rem, 10vw, 9rem), 790px);
  margin-inline: auto;
}

.hero {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 5rem) clamp(4rem, 8vw, 6rem);
}

.han-mark {
  position: absolute;
  inset-block-start: 4.4rem;
  inset-inline-end: -3.2rem;
  color: var(--form-blue);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.1;
  writing-mode: vertical-rl;
}

.receipt-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2rem;
  gap: 0.55rem 1.2rem;
  color: var(--form-blue);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.receipt-kicker span + span::before {
  content: "•";
  margin-inline-end: 1.2rem;
  color: var(--rule);
}

h1,
h2,
h3,
p,
figure {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  margin-block-end: 1.75rem;
  font-size: clamp(4rem, 7vw, 6rem);
  letter-spacing: -0.035em;
  line-height: 0.88;
}

.deck {
  max-width: 42rem;
  margin-block-end: 3.5rem;
  color: var(--ink-soft);
  font-size: clamp(1.17rem, 2.1vw, 1.42rem);
  font-weight: 500;
  line-height: 1.55;
}

.revenue-proof {
  position: relative;
  margin-block-end: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-block: 2px solid var(--ink);
  background: var(--paper-deep);
}

.revenue-proof figcaption {
  max-width: 30rem;
  margin-block-end: 1.75rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.055em;
  line-height: 1.5;
  text-transform: uppercase;
}

.revenue-row {
  display: grid;
  grid-template-columns: minmax(10.5rem, 13.5rem) minmax(0, 1fr);
  align-items: center;
  margin-block: 0.8rem;
  gap: 1rem;
}

.revenue-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: var(--mono);
  font-size: 0.78rem;
}

.revenue-label span {
  color: var(--form-blue);
}

.revenue-label strong {
  font-weight: 700;
}

.revenue-track {
  height: 0.85rem;
  background: rgb(24 32 29 / 0.12);
}

.revenue-track span {
  display: block;
  height: 100%;
  background: var(--ink);
}

.revenue-row--before .revenue-track span {
  width: 57%;
}

.revenue-row--after .revenue-track span {
  width: 100%;
}

.revenue-row--after .revenue-track span {
  background: var(--stamp);
}

.revenue-stamp {
  position: absolute;
  inset-block-start: 1.1rem;
  inset-inline-end: 1.4rem;
  display: grid;
  width: 5.2rem;
  aspect-ratio: 1;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 50%;
  color: var(--stamp);
  font-family: var(--display);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  transform: rotate(7deg);
}

.proof-note,
.method-note,
.prize-demo figcaption,
.mechanism figcaption {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.65;
}

.proof-note {
  max-width: 42rem;
  margin: 1.7rem 0 0;
  padding-block-start: 1rem;
  border-top: 1px solid var(--rule);
}

.tear-line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.tear-line::before,
.tear-line::after {
  content: "";
  flex: 1;
  border-top: 2px dashed var(--rule);
}

.tear-line span {
  width: 2.6rem;
  height: 2.6rem;
  margin-inline: 1rem;
  border: 2px solid var(--rule);
  transform: rotate(45deg);
}

.story-section,
.sources-section {
  padding-block: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--rule);
}

.story > .story-section:first-child {
  border-top: 0;
}

.section-label,
.ticket-label,
.demo-source,
.mechanism-step {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-label {
  margin-block-end: 0.8rem;
  color: var(--form-blue);
}

h2 {
  max-width: 12ch;
  margin-block-end: 2rem;
  font-size: clamp(3rem, 6vw, 5rem);
  letter-spacing: -0.025em;
  line-height: 0.96;
}

html[lang="ro"] h2,
html[lang="ro"] h3 {
  font-family: var(--body);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

.prose {
  max-width: 64ch;
}

.prose p {
  margin-block-end: 1.35rem;
  font-size: clamp(1.03rem, 1.6vw, 1.14rem);
  line-height: 1.78;
}

.story > .story-section:first-child .prose p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.11em 0 0;
  color: var(--stamp);
  font-family: var(--display);
  font-size: 4.2em;
  font-weight: 800;
  line-height: 0.74;
}

.mechanism {
  margin: 3rem 0 0;
}

.mechanism ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-block: 2px solid var(--ink);
  list-style: none;
}

.mechanism li {
  position: relative;
  min-height: 13rem;
  padding: 1.5rem;
}

.mechanism li + li {
  border-inline-start: 1px solid var(--rule);
}

.mechanism li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-end: -0.8rem;
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  background: var(--paper);
  color: var(--stamp);
  font-family: var(--mono);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.mechanism-step {
  display: block;
  margin-block-end: 2rem;
  color: var(--form-blue);
}

.mechanism strong {
  display: block;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.05;
}

.mechanism li p {
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.mechanism figcaption {
  margin-block-start: 0.9rem;
}

.evidence-ticket {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-block-start: 3rem;
  padding: 1.6rem;
  border: 2px dashed var(--stamp);
  gap: 1.3rem;
}

.evidence-ticket > span,
.evidence-ticket > strong {
  display: block;
}

.evidence-ticket .ticket-label {
  color: var(--form-blue);
}

.evidence-ticket strong {
  margin-block-start: 0.5rem;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.12;
}

.ticket-rule {
  width: 1px;
  height: 5.5rem;
  background: var(--rule);
}

.prize-section {
  width: calc(100% + clamp(2rem, 8vw, 6rem));
  margin-inline-start: calc(-1 * clamp(1rem, 4vw, 3rem));
}

.prize-section > .section-label,
.prize-section > h2,
.prize-section > .prose {
  width: calc(100% - clamp(2rem, 8vw, 6rem));
  margin-inline: auto;
}

.prize-demo {
  margin: 3rem 0 0;
  padding: clamp(1.5rem, 5vw, 3.4rem);
  background: var(--ink);
  color: var(--white);
  box-shadow: 0.75rem 0.75rem 0 var(--prize);
}

.demo-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block-end: 2.2rem;
  gap: 1rem;
}

.demo-heading h3 {
  margin: 0.45rem 0 0;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 0.96;
}

.ticket-label {
  display: block;
  color: #afc0b8;
}

.demo-source {
  padding: 0.45rem 0.65rem;
  border: 1px solid #7f9289;
  color: var(--prize);
  white-space: nowrap;
}

.ticket-number {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin-block: 2rem 2.6rem;
  gap: clamp(0.18rem, 0.8vw, 0.5rem);
  font-family: var(--mono);
  font-size: clamp(1.5rem, 5vw, 3.3rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.ticket-number span {
  display: grid;
  aspect-ratio: 0.82;
  place-items: center;
  border: 1px solid #66766f;
  background: #26322d;
  color: #9eada6;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ticket-number span.is-match {
  border-color: var(--prize);
  background: var(--stamp);
  color: var(--white);
  transform: translateY(-0.18rem);
}

.control-block {
  padding-block: 1.5rem;
  border-block: 1px solid #526159;
}

.control-block label {
  display: block;
  margin-block-end: 0.8rem;
  font-size: 1rem;
}

.control-block label strong {
  color: var(--prize);
  font-family: var(--mono);
}

input[type="range"] {
  width: 100%;
  min-height: 2.75rem;
  margin: 0;
  accent-color: var(--stamp);
  cursor: pointer;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-block-start: -0.3rem;
  padding-inline: 0.2rem;
  color: #aab9b1;
  font-family: var(--mono);
  font-size: 0.7rem;
}

.control-help {
  margin: 0.65rem 0 0;
  color: #bac7c0;
  font-size: 0.78rem;
}

.prize-result {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-block: 2rem;
  gap: 0.5rem 1rem;
}

.prize-result .ticket-label {
  grid-column: 1 / -1;
}

.prize-result output {
  color: var(--prize);
  font-family: var(--display);
  font-size: clamp(3.5rem, 9vw, 6.7rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.82;
}

.reset-button {
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #8da098;
  background: transparent;
  color: var(--white);
  font: 700 0.72rem/1.2 var(--mono);
  cursor: pointer;
}

.reset-button:hover {
  background: var(--white);
  color: var(--ink);
}

.prize-ladder {
  margin: 0;
  padding: 0;
  border-top: 1px solid #526159;
  list-style: none;
}

.prize-ladder li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-height: 3.2rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #526159;
  gap: 1rem;
  color: #bdc9c3;
  font-family: var(--mono);
  font-size: 0.78rem;
}

.prize-ladder li[aria-current="true"] {
  background: var(--prize);
  color: var(--ink);
}

.prize-ladder strong {
  color: inherit;
  font-size: 0.9rem;
}

.prize-demo figcaption {
  margin: 1.5rem 0 0;
  color: #bdc9c3;
}

.prize-demo figcaption a {
  color: var(--prize);
}

.noscript-note {
  padding: 0.8rem;
  border: 1px solid var(--prize);
  color: var(--prize);
  font-size: 0.82rem;
}

.timeline {
  margin: 3rem 0 0;
  padding: 0;
  border-block: 2px solid var(--ink);
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: baseline;
  padding-block: 1rem;
  border-bottom: 1px solid var(--rule);
  gap: 1rem;
}

.timeline li:last-child {
  border-bottom: 0;
}

.timeline time {
  color: var(--stamp);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
}

.timeline p {
  margin: 0;
  line-height: 1.55;
}

.funding-mark {
  display: grid;
  grid-template-columns: auto minmax(0, 24rem);
  align-items: center;
  margin-block-start: 3rem;
  padding-block: 1.5rem;
  border-block: 2px solid var(--ink);
  gap: 1.5rem;
}

.funding-mark strong {
  color: var(--stamp);
  font-family: var(--display);
  font-size: clamp(5rem, 12vw, 8rem);
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.funding-mark span {
  font-family: var(--mono);
  font-size: 0.8rem;
  line-height: 1.6;
  text-transform: uppercase;
}

.closing-section h2 {
  max-width: 14ch;
}

.prose--closing p:last-child {
  color: var(--form-blue);
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.08;
}

.prose--closing p:last-child::first-letter {
  float: none;
  margin: 0;
  color: inherit;
  font: inherit;
}

.sources-section h2 {
  max-width: 14ch;
}

.source-list {
  margin: 2.5rem 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  counter-reset: sources;
  list-style: none;
}

.source-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 1fr);
  padding-block: 1.1rem;
  border-bottom: 1px solid var(--rule);
  gap: 1.5rem;
  counter-increment: sources;
}

.source-list a::before {
  content: counter(sources, decimal-leading-zero) " ";
  color: var(--stamp-text);
  font-family: var(--mono);
  text-decoration: none;
}

.source-list span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.method-note {
  margin-block: 2rem 0;
  padding-inline-start: 1rem;
  border-inline-start: 3px solid var(--form-blue);
}

.receipt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 2rem 4rem;
  border-top: 2px dashed var(--rule);
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.72rem;
}

.receipt-footer p {
  margin: 0;
}

.back-to-top {
  display: inline-grid;
  min-height: 2.75rem;
  padding-inline: 0.8rem;
  place-items: center;
}

@media (max-width: 720px) {
  body {
    background: var(--paper);
  }

  .site-header__inner {
    width: calc(100% - 1.25rem);
  }

  .site-name,
  .language-nav a {
    font-size: 0.67rem;
  }

  .language-nav a {
    padding-inline: 0.55rem;
  }

  .receipt {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .receipt::before,
  .receipt::after,
  .receipt__edge {
    display: none;
  }

  .hero,
  .story,
  .receipt-footer {
    width: calc(100% - 2.5rem);
  }

  .hero {
    padding-block-start: 4.5rem;
  }

  .han-mark {
    inset-block-start: 1.8rem;
    inset-inline-end: -0.8rem;
    font-size: 3.8rem;
    writing-mode: horizontal-tb;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(3.7rem, 17vw, 5.6rem);
  }

  .deck {
    margin-block-end: 2.5rem;
  }

  .revenue-proof {
    padding: 1.25rem;
  }

  .revenue-proof figcaption {
    max-width: calc(100% - 4.3rem);
  }

  .revenue-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .revenue-stamp {
    inset-block-start: 0.9rem;
    inset-inline-end: 1rem;
    width: 4rem;
    font-size: 1.65rem;
  }

  .story-section,
  .sources-section {
    padding-block: 4.25rem;
  }

  h2 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
  }

  .mechanism ol {
    grid-template-columns: 1fr;
  }

  .mechanism li {
    min-height: auto;
    padding: 1.3rem 0.8rem;
  }

  .mechanism li + li {
    border-block-start: 1px solid var(--rule);
    border-inline-start: 0;
  }

  .mechanism li:not(:last-child)::after {
    content: "↓";
    inset-block: auto -0.8rem;
    inset-inline: 50% auto;
    transform: translateX(-50%);
  }

  .mechanism-step {
    margin-block-end: 0.8rem;
  }

  .evidence-ticket {
    grid-template-columns: 1fr;
  }

  .ticket-rule {
    width: 100%;
    height: 1px;
  }

  .prize-section {
    width: calc(100% + 1.25rem);
    margin-inline-start: -0.625rem;
  }

  .prize-section > .section-label,
  .prize-section > h2,
  .prize-section > .prose {
    width: calc(100% - 1.25rem);
  }

  .prize-demo {
    padding: 1.15rem;
    box-shadow: 0.4rem 0.4rem 0 var(--prize);
  }

  .demo-heading {
    display: block;
  }

  .demo-source {
    display: inline-block;
    margin-block-start: 1rem;
  }

  .ticket-number {
    font-size: clamp(1.4rem, 8vw, 2.25rem);
  }

  .prize-result {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .reset-button {
    justify-self: start;
  }

  .prize-ladder li {
    font-size: 0.7rem;
  }

  .timeline li {
    grid-template-columns: 5rem 1fr;
  }

  .funding-mark {
    grid-template-columns: 1fr;
  }

  .source-list li {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .receipt-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (forced-colors: active) {
  .revenue-track,
  .ticket-number span,
  .prize-demo,
  .prize-ladder li[aria-current="true"] {
    border: 1px solid CanvasText;
  }

  .receipt__edge,
  .receipt::before,
  .receipt::after {
    display: none;
  }
}

@media print {
  .site-header,
  .skip-link,
  .reset-button,
  input[type="range"],
  .range-labels,
  .control-help,
  .back-to-top,
  .receipt__edge {
    display: none !important;
  }

  body,
  .receipt {
    background: var(--white);
    box-shadow: none;
  }

  .receipt {
    width: 100%;
    margin: 0;
  }

  a {
    color: var(--ink);
  }
}
