/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-shade-150: var(--shade-150);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contentbox {
    margin-inline: auto;
    width: var(--container-3xl);
    padding-inline: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-auto {
    margin-right: auto;
  }
  .section-label {
    font-family: monospace;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: var(--shade-500);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .icon-\[iconoir--paste-clipboard\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M8.5 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-2.5'/%3E%3Cpath d='M8 6.4V4.5a.5.5 0 0 1 .5-.5c.276 0 .504-.224.552-.496C9.2 2.652 9.774 1 12 1s2.8 1.652 2.948 2.504c.048.272.276.496.552.496a.5.5 0 0 1 .5.5v1.9a.6.6 0 0 1-.6.6H8.6a.6.6 0 0 1-.6-.6Z'/%3E%3C/g%3E%3C/svg%3E");
  }
  .hstack {
    display: flex;
    flex-direction: row;
  }
  .vstack {
    display: flex;
    flex-direction: column;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-full {
    height: 100%;
  }
  .input {
    font-family: monospace;
    font-size: 0.75rem;
    border: 1px solid var(--shade-150);
    background-color: var(--shade-0);
    color: var(--shade-950);
    padding: 0.375rem 0.5rem;
    outline: none;
    width: 100%;
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-1\/5 {
    width: calc(1 / 5 * 100%);
  }
  .w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-1\/3 {
    max-width: calc(1 / 3 * 100%);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-0 {
    flex: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .ic {
    align-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .jb {
    justify-content: space-between;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-shade-150 {
    border-color: var(--shade-150);
  }
  .border-shade-200 {
    border-color: var(--shade-200);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-shade-50 {
    background-color: var(--shade-50);
  }
  .bg-shade-100 {
    background-color: var(--shade-100);
  }
  .bg-shade-150 {
    background-color: var(--shade-150);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-72 {
    padding-top: calc(var(--spacing) * 72);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .clickable {
    font-family: var(--font-mono);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xxs {
    font-size: 8px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-hl-yell {
    color: var(--hl-yell);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-shade-500 {
    color: var(--shade-500);
  }
  .text-shade-600 {
    color: var(--shade-600);
  }
  .text-shade-700 {
    color: var(--shade-700);
  }
  .text-shade-750 {
    color: var(--shade-750);
  }
  .text-shade-800 {
    color: var(--shade-800);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .hover\:text-shade-950 {
    &:hover {
      @media (hover: hover) {
        color: var(--shade-950);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:hstack {
    @media (width >= 40rem) {
      display: flex;
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
}
@layer base {
  [data-theme='light'] {
    --hl-yell: var(--color-blue-500);
    --hl-yell-dark: var(--color-blue-700);
    --hl-scream: var(--color-orange-600);
    --hl-scream-dark: var(--color-orange-800);
    --hl-border: var(--color-shade-150);
    --shade-0: oklch(98.5% 0.012 85.7);
    --shade-50: oklch(94.5% 0.014 85.7);
    --shade-100: oklch(90.5% 0.016 85.7);
    --shade-150: oklch(86.5% 0.018 85.7);
    --shade-200: oklch(82.5% 0.020 85.7);
    --shade-250: oklch(78.5% 0.022 85.7);
    --shade-300: oklch(74.5% 0.024 85.7);
    --shade-350: oklch(70.5% 0.025 85.7);
    --shade-400: oklch(66.5% 0.025 85.7);
    --shade-450: oklch(62.5% 0.024 85.7);
    --shade-500: oklch(58.5% 0.022 85.7);
    --shade-550: oklch(54.5% 0.020 85.7);
    --shade-600: oklch(50.5% 0.018 85.7);
    --shade-650: oklch(46.5% 0.016 85.7);
    --shade-700: oklch(42.5% 0.014 85.7);
    --shade-750: oklch(38.5% 0.013 85.7);
    --shade-800: oklch(34.5% 0.011 85.7);
    --shade-850: oklch(30.5% 0.009 85.7);
    --shade-900: oklch(26.5% 0.007 85.7);
    --shade-950: oklch(22.5% 0.005 85.7);
  }
  [data-theme='dark'] {
    --hl-yell: var(--color-blue-400);
    --hl-yell-dark: var(--color-blue-600);
    --hl-scream: var(--color-orange-400);
    --hl-scream-dark: var(--color-orange-600);
    --hl-border: var(--color-shade-150);
    --shade-0: oklch(22.5% 0.005 85.7);
    --shade-50: oklch(26.5% 0.007 85.7);
    --shade-100: oklch(30.5% 0.009 85.7);
    --shade-150: oklch(34.5% 0.011 85.7);
    --shade-200: oklch(38.5% 0.013 85.7);
    --shade-250: oklch(42.5% 0.014 85.7);
    --shade-300: oklch(46.5% 0.016 85.7);
    --shade-350: oklch(50.5% 0.018 85.7);
    --shade-400: oklch(54.5% 0.020 85.7);
    --shade-450: oklch(58.5% 0.022 85.7);
    --shade-500: oklch(62.5% 0.024 85.7);
    --shade-550: oklch(66.5% 0.025 85.7);
    --shade-600: oklch(70.5% 0.025 85.7);
    --shade-650: oklch(74.5% 0.024 85.7);
    --shade-700: oklch(78.5% 0.022 85.7);
    --shade-750: oklch(82.5% 0.020 85.7);
    --shade-800: oklch(86.5% 0.018 85.7);
    --shade-850: oklch(90.5% 0.016 85.7);
    --shade-900: oklch(94.5% 0.014 85.7);
    --shade-950: oklch(98.5% 0.012 85.7);
  }
}
button {
  font-family: var(--font-mono);
  border-radius: 0;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn-md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
}
.btn-yell {
  background-color: var(--hl-yell);
  color: var(--shade-0);
  border: solid 1px var(--hl-yell-dark);
}
.btn-scream {
  background-color: var(--hl-scream);
  color: var(--shade-0);
  border: solid 1px var(--hl-scream-dark);
}
html {
  background-color: var(--shade-0);
  color: var(--shade-950);
}
body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.receipt {
  font-family: monospace;
  font-size: 0.75rem;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid var(--shade-300);
  border-bottom: 1px solid var(--shade-300);
}
.receipt-header {
  letter-spacing: 0.08em;
  color: var(--shade-500);
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed var(--shade-300);
  margin-bottom: 0.75rem;
}
.receipt-items {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.receipt-row {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.receipt-label {
  white-space: nowrap;
}
.receipt-dots {
  flex: 1;
  border-bottom: 1px dotted var(--shade-300);
  margin-bottom: 3px;
}
.receipt-value {
  white-space: nowrap;
  color: var(--shade-700);
}
.card {
  border: 1px solid var(--shade-150);
  padding: 1.25rem;
  background-color: var(--shade-50);
}
.card h3 {
  font-family: monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--shade-500);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.dash-grid {
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 1.5rem;
  align-items: start;
}
.receipt-total {
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--shade-300);
  margin-top: 0.75rem;
  letter-spacing: 0.05em;
  font-family: monospace;
  font-size: 0.75rem;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
