@font-face {
  font-family: "Industry";
  src: url("/assets/industry-book.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Industry";
  src: url("/assets/industry-demi.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Industry";
  src: url("/assets/industry-black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #050607;
  --panel: rgba(8, 8, 10, 0.82);
  --panel-soft: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.18);
  --text: #fbf6ec;
  --muted: #c6c1b7;
  --acid: #d8ff37;
  --aqua: #22ffe4;
  --hot: #ff3f28;
  --sun: #ffca2f;
  --ok: #87ff9f;
  --danger: #ff9c8f;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.54);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--ink);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, rgba(5, 6, 7, 0.82), rgba(5, 6, 7, 0.58)),
    url("/assets/nibirii-share.webp") center / cover fixed,
    #050607;
  color: var(--text);
  font-family: "Industry", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.vibe-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.75;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 42px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 6, 7, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-width: 0;
}

.brand img {
  display: block;
  width: clamp(136px, 18vw, 230px);
  height: auto;
}

.event-pill,
.age-chip,
.media-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--acid);
  font-size: 0.88rem;
  font-weight: 900;
  white-space: nowrap;
}

.event-pill {
  min-height: 38px;
  padding: 0 15px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1fr);
  gap: 24px;
  align-items: start;
}

.intro {
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6px 0 20px;
}

.media-scene {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #111;
}

.media-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0), rgba(5, 6, 7, 0.42)),
    linear-gradient(105deg, rgba(216, 255, 55, 0.18), rgba(34, 255, 228, 0.12), rgba(255, 63, 40, 0.18));
  pointer-events: none;
}

.media-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  min-height: 34px;
  padding: 0 14px;
  background: rgba(5, 6, 7, 0.72);
}

.eyebrow,
.kicker {
  margin: 22px 0 0;
  color: var(--acid);
  font-size: 0.98rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 9em;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 900;
}

.lead {
  max-width: 590px;
  margin: 20px 0 0;
  color: #fff7eb;
  font-size: 1.18rem;
  line-height: 1.55;
}

.deadline-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid rgba(216, 255, 55, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 255, 55, 0.16), rgba(34, 255, 228, 0.08) 46%, rgba(255, 63, 40, 0.14)),
    rgba(5, 6, 7, 0.78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.deadline-copy {
  min-width: 0;
}

.deadline-copy .kicker {
  margin-top: 0;
}

.deadline-copy h2 {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
}

.deadline-copy p {
  margin: 10px 0 0;
  color: #fff7eb;
  line-height: 1.45;
}

.deadline-copy .private-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.deadline-panel.is-past-deadline {
  border-color: rgba(255, 156, 143, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 63, 40, 0.2), rgba(255, 202, 47, 0.1)),
    rgba(5, 6, 7, 0.82);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.countdown div {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 104px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.48);
}

.countdown strong {
  color: var(--acid);
  font-size: clamp(2rem, 4.7vw, 4.25rem);
  line-height: 0.95;
  font-weight: 900;
}

.countdown span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.quick-pay a,
.quick-pay span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.66);
  padding: 0 15px;
  color: #fff;
  font-weight: 900;
}

.quick-pay a {
  color: var(--aqua);
}

.form-panel {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 26px 0;
}

.panel-heading h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.age-chip {
  min-width: 52px;
  min-height: 34px;
  color: var(--ok);
}

.ticket-form {
  display: grid;
  gap: 22px;
  padding: 24px 26px 26px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.field span,
.deal-fieldset legend,
.ticket-fieldset legend {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
}

.field input {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  outline: 0;
  background: rgba(0, 0, 0, 0.56);
  color: var(--text);
  padding: 0 13px;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.field input:focus {
  border-color: var(--aqua);
  background: rgba(0, 0, 0, 0.76);
  box-shadow: 0 0 0 4px rgba(34, 255, 228, 0.16);
}

.deal-fieldset,
.ticket-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.deal-fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.deal-fieldset legend,
.ticket-fieldset legend {
  grid-column: 1 / -1;
  padding: 0 0 3px;
}

.shop-routing-note,
.ticket-access-note {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px solid rgba(255, 202, 47, 0.28);
  border-radius: 8px;
  background: rgba(255, 202, 47, 0.09);
  color: #fff7eb;
  padding: 11px 12px;
  font-size: 0.9rem;
  line-height: 1.35;
}

.shop-routing-note.is-official-shop {
  border-color: rgba(36, 255, 228, 0.3);
  background: rgba(36, 255, 228, 0.08);
}

.deal-choice {
  position: relative;
  min-width: 0;
}

.deal-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.deal-choice span {
  display: grid;
  min-height: 82px;
  gap: 6px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  padding: 12px;
  cursor: pointer;
}

.deal-choice strong {
  color: #fff;
  line-height: 1.1;
}

.deal-choice small,
.ticket-row small,
.ticket-price {
  color: var(--muted);
}

.deal-choice input:checked + span {
  border-color: var(--acid);
  background: linear-gradient(135deg, rgba(216, 255, 55, 0.17), rgba(34, 255, 228, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.deal-choice input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(216, 255, 55, 0.16);
}

.ticket-fieldset {
  display: grid;
  gap: 10px;
}

.ticket-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.38);
  padding: 12px;
}

.ticket-row strong,
.ticket-row small {
  display: block;
  overflow-wrap: anywhere;
}

.ticket-row strong {
  color: #fff;
  font-size: 1.03rem;
  line-height: 1.15;
}

.ticket-row small {
  margin-top: 4px;
  font-size: 0.84rem;
}

.ticket-price {
  min-width: 112px;
  text-align: right;
  font-size: 0.88rem;
  font-weight: 900;
}

.stepper {
  display: grid;
  grid-template-columns: 38px 52px 38px;
  width: 128px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.stepper button,
.stepper input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
}

.stepper button {
  background: transparent;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
}

.stepper button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.stepper input {
  appearance: textfield;
  background: rgba(0, 0, 0, 0.28);
  text-align: center;
  font-weight: 900;
}

.stepper input::-webkit-outer-spin-button,
.stepper input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.total-box,
.payment-box,
.cost-consent {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}

.total-box {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.total-heading,
.total-row,
.order-lines div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.total-heading {
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.total-heading span {
  color: var(--muted);
}

.total-heading strong {
  color: var(--acid);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
}

.order-lines {
  display: grid;
  gap: 7px;
  color: #fff;
}

.order-lines > span {
  color: var(--muted);
}

.order-lines strong,
.total-row span:last-child {
  white-space: nowrap;
}

.total-row {
  color: var(--muted);
}

.discount-row {
  color: var(--ok);
}

.payment-box {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.payment-box strong {
  color: var(--acid);
}

.payment-box a {
  color: var(--aqua);
  font-weight: 900;
}

.payment-box span {
  overflow-wrap: anywhere;
}

.cost-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 14px;
  color: #fff;
  line-height: 1.4;
}

.cost-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--acid);
}

.form-alert {
  display: none;
  margin: 0;
  border-radius: 8px;
  padding: 12px 14px;
  line-height: 1.45;
}

.form-alert.is-visible {
  display: block;
}

.form-alert.is-error {
  border: 1px solid rgba(255, 156, 143, 0.34);
  background: rgba(255, 63, 40, 0.13);
  color: #ffe1dc;
}

.form-alert.is-success {
  border: 1px solid rgba(135, 255, 159, 0.34);
  background: rgba(135, 255, 159, 0.13);
  color: #e4ffea;
}

.submit-button {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--acid), var(--aqua) 46%, var(--hot));
  color: #050607;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  transition:
    transform 160ms ease,
    filter 160ms ease,
    opacity 160ms ease;
}

.submit-button:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.submit-button.is-official-shop {
  background: linear-gradient(135deg, var(--aqua), #fff 52%, var(--sun));
}

.submit-button:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

.submit-button:disabled {
  cursor: progress;
  opacity: 0.68;
  transform: none;
}

@media (max-width: 980px) {
  .layout {
    grid-template-columns: 1fr;
  }

  .intro {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .page-shell {
    width: min(100% - 20px, 1220px);
    padding-top: 10px;
  }

  .topbar,
  .panel-heading,
  .total-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .event-pill {
    width: 100%;
  }

  .media-scene {
    aspect-ratio: 4 / 3;
  }

  .field-grid,
  .deal-fieldset {
    grid-template-columns: 1fr;
  }

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

  .ticket-price {
    min-width: 0;
    text-align: left;
  }

  .stepper {
    width: 100%;
    grid-template-columns: 1fr 64px 1fr;
  }

  .panel-heading,
  .ticket-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-pay a,
  .quick-pay span {
    width: 100%;
  }

  .deadline-panel {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countdown div {
    min-height: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.payment-overlay[hidden],
.payment-box[hidden],
.cost-consent[hidden] {
  display: none !important;
}

.payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px;
}

.payment-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 16, 0.72);
  backdrop-filter: blur(14px);
}

.payment-overlay-card {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(36, 255, 228, 0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 94, 63, 0.13), transparent 38%),
    rgba(13, 18, 31, 0.94);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  color: #fff;
}

.payment-overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.payment-icon-button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.payment-icon-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.payment-icon-button svg,
.payment-method svg,
.payment-mini-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-header {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-right: 40px;
  margin-bottom: 22px;
}

.payment-header-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  color: #24ffe4;
  background: rgba(36, 255, 228, 0.1);
  border: 1px solid rgba(36, 255, 228, 0.22);
}

.payment-header-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-kicker {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-header h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.05;
}

.payment-total-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.payment-total-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.payment-total-card strong {
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.payment-methods {
  display: grid;
  gap: 12px;
}

.payment-qr-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
}

.payment-qr-card strong,
.payment-qr-card small {
  display: block;
}

.payment-qr-card strong {
  color: #fff;
  font-size: 15px;
}

.payment-qr-card small,
.payment-purpose {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.payment-qr-card canvas {
  width: 120px;
  height: 120px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
}

.payment-purpose {
  margin: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

.payment-method {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.payment-method-primary {
  background: linear-gradient(135deg, rgba(36, 255, 228, 0.18), rgba(255, 224, 110, 0.12));
  border-color: rgba(36, 255, 228, 0.28);
}

.payment-method:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.payment-method-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #24ffe4;
  background: rgba(0, 0, 0, 0.2);
}

.payment-method strong,
.payment-method small {
  display: block;
}

.payment-method strong {
  font-size: 15px;
}

.payment-method small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.payment-method-arrow {
  opacity: 0.7;
}

.payment-copy-button {
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  color: #071014;
  background: #24ffe4;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.payment-copy-button:hover {
  filter: brightness(1.05);
}

.payment-copy-button.is-copied {
  background: #ffe06e;
}

.payment-overlay-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  text-align: center;
}

.payment-box {
  margin-top: 18px;
  padding: 1px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(36, 255, 228, 0.45), rgba(255, 94, 63, 0.35));
}

.payment-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 21px;
  background: rgba(13, 18, 31, 0.92);
}

.payment-box-content strong,
.payment-box-content span {
  display: block;
}

.payment-box-content strong {
  color: #fff;
  font-size: 15px;
}

.payment-box-content span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.payment-box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-mini-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.payment-mini-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.payment-mini-button.is-copied {
  color: #071014;
  background: #24ffe4;
}

@media (max-width: 560px) {
  .payment-overlay {
    place-items: start center;
    padding: 14px;
  }

  .payment-overlay-card {
    padding: 20px;
    border-radius: 24px;
  }

  .payment-total-card {
    display: block;
  }

  .payment-total-card strong {
    display: block;
    margin-top: 8px;
  }

  .payment-method {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .payment-method-arrow,
  .payment-copy-button {
    grid-column: 2;
    justify-self: start;
  }

  .payment-qr-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .payment-qr-card canvas {
    width: 160px;
    height: 160px;
  }

  .payment-box-content {
    align-items: stretch;
    flex-direction: column;
  }

  .payment-box-actions {
    width: 100%;
  }

  .payment-mini-button {
    flex: 1;
    justify-content: center;
  }
}
