:root {
  color-scheme: dark;
  background: #050504;
  --app-height: 100vh;
  --app-bg: #050504;
  --white: #f8f8f8;
  --muted: rgba(255, 255, 255, .62);
  --line: rgba(255, 255, 255, .16);
  --ok: #79f2b2;
  --danger: #ff6b6b;
}

html.ios-pwa-entry {
  background: #040505;
  --app-bg: #040505;
}

@supports (height: 100lvh) {
  :root {
    --app-height: 100lvh;
  }
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: block;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 1000;
  font-display: block;
}

@font-face {
  font-family: "ClickPay TL";
  src: url("assets/fonts/arial.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  font-family: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  display: grid;
  place-items: center;
  height: var(--app-height);
  overflow: hidden;
  background: var(--app-bg);
  color: var(--white);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

html.ios-pwa-entry body {
  background: #040505;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select,
[contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.tl-symbol,
.home-balance-symbol,
.home-total-symbol,
.home-vault-symbol {
  font-family: "ClickPay TL", Arial, sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}

button:focus,
input:focus {
  outline: none;
}

input[readonly] {
  color: rgba(255, 255, 255, .58);
  cursor: default;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .86);
  outline-offset: 3px;
}

button,
a.primary-button {
  transition:
    transform 140ms ease,
    opacity 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease;
}

button:active {
  transform: scale(.985);
}

button:disabled {
  cursor: wait;
  opacity: .56;
}

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

.hidden {
  display: none !important;
}

.app-shell {
  position: relative;
  container-type: inline-size;
  width: min(100vw, calc(var(--app-height) * 943 / 1668));
  height: min(var(--app-height), calc(100vw * 1668 / 943));
  max-width: 943px;
  max-height: 1668px;
  overflow: hidden;
  background: var(--app-bg);
  isolation: isolate;
  transition: none;
}

.app-shell:not(.generated-mode):not(.scanner-mode) {
  transform: translateY(clamp(8px, 1vh, 16px));
}

.app-shell.scanner-mode {
  width: min(100vw, calc(var(--app-height) * 943 / 1668));
  height: min(var(--app-height), calc(100vw * 1668 / 943));
  max-width: 943px;
  max-height: 1668px;
}

.app-shell.page-home,
.app-shell.page-card,
.app-shell.page-account {
  width: min(100vw, calc(var(--app-height) * 943 / 1902));
  height: min(var(--app-height), calc(100vw * 1902 / 943));
  max-width: 943px;
  max-height: 1902px;
}

.app-shell.generated-mode {
  width: 100vw;
  height: var(--app-height);
  max-width: none;
  max-height: none;
  transform: none;
}

.app-shell.auth-visible {
  width: 100vw;
  height: var(--app-height);
  max-width: none;
  max-height: none;
  transform: none;
}

.app-page {
  position: absolute;
  inset: 0;
  display: none;
  opacity: 1;
  pointer-events: none;
}

.app-page.active {
  display: block;
  pointer-events: auto;
}

.app-shell.boot-lock .app-page {
  visibility: hidden;
  pointer-events: none;
}

.app-shell.boot-lock .app-page[data-page="startup"] {
  z-index: 80;
  display: grid !important;
  visibility: visible;
  pointer-events: auto;
}

.panel-page.active,
.component-page.active,
.auth-form:not(.hidden) {
  animation: page-rise 240ms ease both;
}

.card-open-transition .shot-page.active[data-page="card"] {
  animation: page-rise 240ms ease both;
}

.send-open-transition .shot-page.active[data-page="send"] {
  animation: page-rise 240ms ease both;
}

.soft-page-transition .shot-page.active[data-page="home"],
.soft-page-transition .shot-page.active[data-page="card"],
.soft-page-transition .shot-page.active[data-page="account"] {
  animation: page-rise 240ms ease both;
}

.back-page-transition .app-page.active {
  animation: page-return 220ms ease both;
}

@keyframes page-rise {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page-return {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page-rise-soft {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.screen-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.auth-visible .auth-page .screen-image {
  object-fit: cover;
}

html.ios-pwa-entry .auth-visible .auth-page .screen-image,
html.ios-pwa-entry .shot-page .screen-image,
html.ios-pwa-entry .send-options-page .screen-image {
  object-fit: contain;
  background: #040505;
}

.auth-page,
.shot-page,
.send-options-page {
  background: var(--app-bg);
}

html.ios-pwa-entry .app-shell,
html.ios-pwa-entry .auth-page,
html.ios-pwa-entry .shot-page,
html.ios-pwa-entry .send-options-page {
  background: #040505;
}

.auth-choice-mode .auth-page {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.auth-choice-mode .auth-page .hotspot {
  touch-action: manipulation;
}

.hotspot {
  position: absolute;
  z-index: 7;
}

.auth-login-hotspot {
  left: 7.6%;
  top: 56.4%;
  width: 84.8%;
  height: 7.8%;
}

.auth-register-hotspot {
  left: 7.6%;
  top: 65.9%;
  width: 84.8%;
  height: 7.8%;
}

.auth-help-hotspot,
.auth-privacy-hotspot,
.auth-terms-hotspot {
  top: 89.2%;
  height: 6.2%;
}

.auth-help-hotspot {
  left: 10.8%;
  width: 22.8%;
}

.auth-privacy-hotspot {
  left: 38.4%;
  width: 23.2%;
}

.auth-terms-hotspot {
  left: 67.3%;
  width: 22.2%;
}

.component-page,
.blocking-page {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .06), transparent 31%),
    linear-gradient(180deg, #080909 0%, #020202 100%);
  color: #fff;
  scrollbar-width: none;
}

.component-page::-webkit-scrollbar,
.blocking-page::-webkit-scrollbar {
  display: none;
}

.component-page::before,
.blocking-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .026), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .015) 0 1px, transparent 1px 30px);
  opacity: .5;
  pointer-events: none;
}

.component-page {
  padding: max(26px, calc(env(safe-area-inset-top) + 18px)) 5.4% max(110px, calc(env(safe-area-inset-bottom) + 104px));
}

.blocking-page.active {
  display: grid;
  place-items: center;
  padding: max(26px, calc(env(safe-area-inset-top) + 18px)) 6% max(28px, calc(env(safe-area-inset-bottom) + 18px));
}

.blocking-card {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 36px 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(20, 20, 22, .82);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .34);
}

.blocking-logo {
  width: min(72%, 360px);
  height: auto;
}

.blocking-wordmark {
  width: min(78%, 420px);
}

.blocking-card h1 {
  margin: 6px 0 0;
  font-size: clamp(30px, 7cqw, 54px);
  line-height: 1.05;
}

.blocking-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 3.7cqw, 24px);
  line-height: 1.35;
}

.blocking-support {
  margin-top: 2px !important;
  color: rgba(255, 255, 255, .54) !important;
  font-size: clamp(12px, 2.9cqw, 18px) !important;
}

.update-link {
  width: 100%;
  min-height: 56px;
}

.cp-header {
  position: relative;
  z-index: 1;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4.8%;
}

.cp-header h1 {
  margin: 0;
  font-size: clamp(34px, 8.2cqw, 74px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 780;
}

.icon-button {
  width: clamp(44px, 10cqw, 74px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
}

.bell-shape {
  width: 54%;
  height: 58%;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 42% 42% 22% 22%;
  position: relative;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .55));
}

.bell-shape::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 58%;
  height: 3px;
  border-radius: 10px;
  background: #fff;
  transform: translateX(-50%);
}

.bell-shape::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 8px;
  height: 5px;
  border-radius: 0 0 8px 8px;
  border: 3px solid #fff;
  border-top: 0;
  transform: translateX(-50%);
}

.live-notification-dot {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c9c9c9;
  box-shadow: 0 0 0 4px rgba(5, 5, 4, .85);
}

.glass-card,
.qr-pay-card,
.full-card-preview {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018)),
    rgba(19, 19, 20, .78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .045),
    0 18px 60px rgba(0, 0, 0, .28);
}

.home-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.17fr .83fr;
  gap: clamp(14px, 3.2cqw, 28px);
}

.balance-card {
  min-height: clamp(168px, 35cqw, 300px);
  padding: clamp(22px, 4.8cqw, 42px);
  display: grid;
  align-content: start;
  justify-items: start;
  text-align: left;
}

.card-label {
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 4cqw, 34px);
  line-height: 1.1;
}

.money-display {
  display: inline-flex;
  align-items: baseline;
  gap: .18em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.money-whole {
  font-size: 1em;
}

.money-cents {
  margin-left: .04em;
  color: rgba(255, 255, 255, .62);
  font-size: .48em;
  line-height: 1;
}

.tx-amount .money-cents,
.clickpay-big-amount .money-cents {
  color: rgba(255, 255, 255, .54);
  font-size: .72em;
}

[data-balance-label],
[data-max-balance-label],
#vaultPanelAmount,
#checkoutAmount {
  display: inline-flex;
  align-items: baseline;
  transform: scale(var(--money-scale, 1));
  transform-origin: left center;
}

.balance-money {
  margin-top: clamp(14px, 3.2cqw, 28px);
  font-size: clamp(42px, 9.4cqw, 86px);
  font-weight: 400;
}

.total-line {
  margin-top: clamp(8px, 1.9cqw, 18px);
  color: rgba(255, 255, 255, .64);
  font-size: clamp(15px, 3.6cqw, 28px);
}

.divider {
  width: 100%;
  height: 1px;
  margin: clamp(22px, 4.9cqw, 42px) 0 clamp(14px, 3.1cqw, 26px);
  background: rgba(255, 255, 255, .14);
}

.card-link,
.section-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: clamp(17px, 4cqw, 32px);
  line-height: 1.1;
  font-weight: 520;
}

.qr-pay-card {
  min-height: clamp(168px, 35cqw, 300px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  color: #050505;
  background: #f7f7f7;
  border-radius: 32px;
  box-shadow: none;
}

.qr-pay-card strong {
  font-size: clamp(18px, 4.1cqw, 34px);
  line-height: 1;
}

.qr-glyph {
  width: min(46%, 128px);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
}

.qr-glyph::before,
.qr-glyph::after {
  content: "";
  display: block;
  background:
    linear-gradient(#000 0 0) 50% 50% / 42% 42% no-repeat,
    linear-gradient(#000 0 0) 50% 50% / 100% 100% no-repeat;
  border: 8px solid #000;
  box-shadow:
    calc(100% + 10%) 0 0 -1px #000,
    0 calc(100% + 10%) 0 -1px #000;
}

.qr-glyph::after {
  border-radius: 18%;
  transform: translate(56%, 56%) scale(.78);
}

.home-card-preview {
  min-height: clamp(410px, 80cqw, 700px);
  padding: clamp(18px, 4.2cqw, 36px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(18px, 4cqw, 34px);
  grid-column: 1;
}

.mini-card,
.full-card-preview {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  min-height: 100%;
  padding: clamp(22px, 5cqw, 42px);
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .014)),
    #111;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.4cqw, 22px);
  font-size: clamp(22px, 5.2cqw, 46px);
  line-height: 1;
}

.brand-row img {
  width: clamp(36px, 8.3cqw, 76px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.masked-number {
  justify-self: center;
  font-size: clamp(26px, 6cqw, 52px);
  letter-spacing: .16em;
}

.mini-card-meta,
.full-card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: center;
  color: #fff;
  font-size: clamp(13px, 3.2cqw, 26px);
}

.mini-card-meta span + span,
.full-card-meta span + span {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.home-actions {
  display: grid;
  gap: clamp(14px, 3.2cqw, 28px);
  grid-column: 2;
}

.action-button {
  min-height: clamp(124px, 25cqw, 220px);
  padding: clamp(14px, 3.4cqw, 30px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 2.8cqw, 24px);
  text-align: left;
  font-size: clamp(15px, 3.4cqw, 30px);
}

.action-icon,
.vault-icon,
.row-icon {
  width: clamp(54px, 12cqw, 104px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03)),
    rgba(255, 255, 255, .06);
}

.send-icon::before {
  content: "";
  width: 45%;
  height: 45%;
  background: #fff;
  clip-path: polygon(0 44%, 100% 0, 66% 100%, 45% 60%);
  transform: rotate(-8deg);
}

.receive-icon::before {
  content: "↓";
  font-size: clamp(36px, 8cqw, 72px);
  font-weight: 360;
  line-height: 1;
}

.atm-icon {
  font-size: clamp(28px, 6cqw, 54px);
  font-weight: 850;
  color: #fff;
}

.vault-card {
  grid-column: 1 / -1;
  min-height: clamp(104px, 22cqw, 190px);
  padding: clamp(16px, 3.6cqw, 32px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 3.2cqw, 28px);
  text-align: left;
}

.vault-icon {
  border-radius: 50%;
}

.vault-icon::before {
  content: "";
  width: 54%;
  height: 54%;
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .16);
}

.vault-money {
  margin-top: 8px;
  font-size: clamp(34px, 7.6cqw, 70px);
  font-weight: 400;
}

.component-page .home-balance-amount,
.component-page .home-total-amount,
.component-page .home-vault-amount,
.component-page .home-balance-symbol,
.component-page .home-total-symbol,
.component-page .home-vault-symbol,
.component-page .card-number-live,
.component-page .card-cvv-live,
.component-page .card-expiry-live,
.component-page .profile-live {
  position: static;
  z-index: auto;
  text-shadow: none;
  white-space: normal;
}

.card-page-layout,
.account-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(14px, 3.2cqw, 28px);
}

.full-card-preview {
  width: min(68%, 620px);
  min-height: clamp(440px, 72cqw, 760px);
  justify-self: center;
  margin-bottom: clamp(14px, 3cqw, 28px);
}

.full-card-preview .card-number-live {
  justify-self: center;
  align-self: center;
  font-size: clamp(28px, 6.3cqw, 56px);
  font-weight: 420;
}

.full-card-meta strong {
  font-weight: 420;
}

.component-row,
.logout-row {
  min-height: clamp(78px, 15cqw, 132px);
  padding: clamp(12px, 2.8cqw, 24px) clamp(16px, 3.7cqw, 34px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 3cqw, 26px);
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.component-row:last-child {
  border-bottom: 0;
}

.component-row strong,
.logout-row strong {
  font-size: clamp(17px, 4cqw, 34px);
  font-weight: 520;
}

.account-menu {
  overflow: hidden;
}

.profile-card {
  min-height: clamp(166px, 32cqw, 280px);
  padding: clamp(20px, 4.4cqw, 38px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 4cqw, 36px);
  text-align: left;
}

.profile-avatar {
  width: clamp(96px, 22cqw, 190px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08)),
    #2a2a2a;
  color: #0b0b0b;
  font-size: clamp(42px, 9cqw, 86px);
  font-weight: 760;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.component-page .profile-live {
  display: grid;
  gap: 8px;
  max-width: none;
  color: #fff;
}

.component-page .profile-live strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(22px, 5cqw, 44px);
  line-height: 1.05;
}

.component-page .profile-live span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(15px, 3.5cqw, 28px);
}

.logout-row {
  color: #fff;
}

.send-component-header {
  position: relative;
  z-index: 1;
  align-items: center;
}

.send-component-header span {
  display: grid;
  gap: 8px;
}

.send-component-header p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(17px, 3.8cqw, 28px);
}

.send-options-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 3.2cqw, 28px);
}

.send-option-card {
  min-height: clamp(520px, 112cqw, 920px);
  padding: clamp(18px, 4cqw, 36px);
  display: grid;
  align-content: space-between;
  justify-items: center;
  text-align: center;
}

.send-art {
  width: 86%;
  aspect-ratio: 1.05;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .08), transparent 65%),
    rgba(255, 255, 255, .025);
}

.iban-art span {
  width: 74%;
  min-height: 45%;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(34px, 8cqw, 76px);
  font-weight: 520;
  transform: rotate(-9deg);
}

.clickpay-art img {
  width: 42%;
  filter: brightness(0) invert(1);
}

.send-arrow {
  width: clamp(54px, 12cqw, 108px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-size: clamp(42px, 8cqw, 76px);
  font-weight: 260;
}

.send-option-card strong {
  font-size: clamp(25px, 5.8cqw, 56px);
  line-height: 1.18;
}

.send-option-card > span:not(.send-art):not(.send-arrow) {
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 3.5cqw, 30px);
  line-height: 1.35;
}

.send-option-card small,
.send-info-card small {
  color: rgba(255, 255, 255, .72);
  font-size: clamp(13px, 3cqw, 24px);
}

.send-info-card {
  position: relative;
  z-index: 1;
  margin-top: clamp(18px, 4cqw, 36px);
  min-height: clamp(92px, 18cqw, 160px);
  padding: clamp(16px, 3.6cqw, 32px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(14px, 3cqw, 28px);
}

.send-info-card span:last-child {
  display: grid;
  gap: 5px;
}

.send-info-card strong {
  font-size: clamp(17px, 3.8cqw, 32px);
}

.row-icon::before {
  font-size: clamp(24px, 5.2cqw, 46px);
  line-height: 1;
}

.card-row-icon::before { content: "▭"; }
.history-row-icon::before { content: "↺"; }
.settings-row-icon::before { content: "⚙"; }
.profile-row-icon::before { content: "○"; }
.security-row-icon::before { content: "◇"; }
.bell-row-icon::before { content: "◜"; }
.help-row-icon::before { content: "?"; }
.logout-row-icon::before { content: "↪"; }

.send-options-page {
  overflow: hidden;
  background: var(--app-bg);
}

.send-options-back {
  left: 4.2%;
  top: 3.2%;
  width: 11%;
  height: 6.7%;
  border-radius: 50%;
}

.send-option-iban {
  left: 3.6%;
  top: 16.5%;
  width: 44.8%;
  height: 64.9%;
  border-radius: 4.8%;
}

.send-option-clickpay {
  left: 50.6%;
  top: 16.5%;
  width: 44.8%;
  height: 64.9%;
  border-radius: 4.8%;
}

.pin-page {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: max(6.8%, calc(env(safe-area-inset-top) + 18px)) 5.4% max(5%, calc(env(safe-area-inset-bottom) + 14px));
  display: none;
  grid-template-rows: 1fr;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .055), transparent 32%),
    linear-gradient(180deg, #111216 0%, #0d0e12 48%, #090a0d 100%);
}

.pin-page.active {
  display: grid;
}

[data-page="pinLock"].pin-page {
  grid-template-rows: auto 1fr;
}

.pin-loading-page {
  place-items: center;
  overflow: hidden;
}

.app-startup-page {
  min-height: var(--app-height);
}

.pin-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .026), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 32px);
  opacity: .36;
  pointer-events: none;
}

.pin-content,
.pin-top-action {
  position: relative;
  z-index: 1;
}

.pin-logo {
  width: min(62%, 520px);
  height: auto;
  display: block;
  object-fit: contain;
}

.pin-logo.large {
  width: min(74%, 600px);
  margin: 0 auto 11%;
}

.pin-loading-content {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.startup-content {
  position: relative;
  z-index: 1;
  width: min(76%, 620px);
  display: grid;
  justify-items: center;
}

.startup-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.startup-throbber {
  width: min(24cqw, 152px);
}

.pin-throbber {
  position: relative;
  width: min(38cqw, 240px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.pin-throbber::before {
  content: "";
  position: absolute;
  inset: -18%;
  border: 3px solid rgba(255, 255, 255, .13);
  border-top-color: rgba(255, 255, 255, .96);
  border-radius: 50%;
  animation: pin-spin 820ms linear infinite;
}

.pin-throbber img {
  width: 82%;
  height: auto;
  display: block;
  object-fit: contain;
}

@keyframes pin-spin {
  to {
    transform: rotate(360deg);
  }
}

.pin-top-action {
  position: absolute;
  left: 5.4%;
  right: auto;
  bottom: max(5.4%, calc(env(safe-area-inset-bottom) + 18px));
  min-height: 38px;
  padding: 0 2px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(14px, 3.4cqw, 26px);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pin-content {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.pin-lock-content {
  align-content: start;
  padding-top: 10%;
  padding-bottom: max(13%, calc(env(safe-area-inset-bottom) + 72px));
}

.pin-setup-content {
  align-content: center;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 720px;
  max-height: 100%;
  padding: 2% 0 calc(env(safe-area-inset-bottom) + 18px);
}

.pin-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 6.25cqw, 54px);
  line-height: 1.16;
  font-weight: 780;
}

.pin-content > p,
.pin-user p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: clamp(14px, 3.45cqw, 28px);
}

.pin-user {
  margin: 9% 0 8%;
  display: grid;
  justify-items: center;
}

.pin-user-avatar,
.pin-user-photo {
  width: min(24cqw, 118px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #0a0a0c;
  background: #f7f7f7;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .06);
  font-size: clamp(32px, 10cqw, 74px);
  font-weight: 850;
}

.pin-user-photo {
  object-fit: cover;
}

.pin-boxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(10px, 2.8cqw, 22px);
  width: min(86%, 660px);
}

.pin-boxes span {
  aspect-ratio: .78;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .018);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.pin-boxes span.filled {
  border-color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .9);
  transform: scale(.82);
}

.pin-setup-rows {
  width: 100%;
  margin-top: 8%;
  display: grid;
  gap: 22px;
}

.pin-setup-row {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  cursor: text;
}

.pin-setup-row.active,
.pin-setup-row:focus-within {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .07);
}

.pin-setup-row label {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .72);
  text-align: left;
  font-size: clamp(13px, 3.2cqw, 24px);
  font-weight: 720;
}

.pin-setup-row .pin-boxes {
  width: 100%;
}

.pin-input-wrap {
  position: relative;
  width: 100%;
  display: grid;
  justify-items: center;
}

.pin-native-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  opacity: .01;
  color: transparent;
  caret-color: transparent;
  background: transparent;
  font: inherit;
  appearance: none;
}

.pin-native-input:disabled {
  pointer-events: none;
}

.pin-message {
  min-height: 24px;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(13px, 3.1cqw, 24px) !important;
}

.pin-message.error {
  color: #ff8f8f;
}

.pin-message.success {
  color: #9bf4c7;
}

.pin-forgot {
  margin-top: 9%;
  min-height: 42px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(17px, 4cqw, 32px);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.home-balance-amount,
.home-total-amount,
.home-vault-amount,
.home-balance-symbol,
.home-total-symbol,
.home-vault-symbol,
.home-card-last4,
.home-card-expiry,
.card-number-live,
.card-cvv-live,
.card-expiry-live {
  position: absolute;
  z-index: 5;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.card-number-live,
.card-cvv-live,
.card-expiry-live {
  font-weight: 750;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, .65),
    0 0 18px rgba(0, 0, 0, .55);
}

.home-balance-symbol {
  left: 7.75%;
  top: 16.85%;
  font-size: clamp(32px, 7.4cqw, 68px);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, .5),
    0 0 6px rgba(0, 0, 0, .24);
}

.home-balance-amount {
  left: 14.05%;
  top: 17.22%;
  font-size: clamp(30px, 7.2cqw, 66px);
  font-weight: 400;
  transform: scale(var(--money-scale, 1));
  transform-origin: left center;
  font-variation-settings: "wght" 400;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, .5),
    0 0 6px rgba(0, 0, 0, .24);
}

.home-total-symbol {
  left: 19.55%;
  top: 22.02%;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(13px, 3.35cqw, 29px);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .42);
}

.home-total-amount {
  left: 22.35%;
  top: 22.14%;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(13px, 3.35cqw, 29px);
  font-weight: 400;
  transform: scale(var(--money-scale, 1));
  transform-origin: left center;
  font-variation-settings: "wght" 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .42);
}

.home-vault-symbol {
  left: 21.7%;
  top: 83.58%;
  font-size: clamp(24px, 5.55cqw, 51px);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, .5),
    0 0 6px rgba(0, 0, 0, .24);
}

.home-vault-amount {
  left: 27.3%;
  top: 83.68%;
  font-size: clamp(25px, 5.85cqw, 54px);
  font-weight: 400;
  transform: scale(var(--money-scale, 1));
  transform-origin: left center;
  font-variation-settings: "wght" 400;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, .5),
    0 0 6px rgba(0, 0, 0, .24);
}

.home-card-last4,
.home-card-expiry {
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, .96);
  font-weight: 500;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .64),
    0 0 10px rgba(0, 0, 0, .36);
}

.home-card-last4 {
  left: 27.82%;
  top: 59.62%;
  font-size: clamp(14px, 3.05cqw, 28px);
}

.home-card-expiry {
  left: 30.07%;
  top: 65.38%;
  font-size: clamp(12px, 2.7cqw, 25px);
}

.money-flash .home-balance-symbol,
.money-flash .home-balance-amount,
.money-flash .home-total-symbol,
.money-flash .home-total-amount,
.money-flash .home-vault-symbol,
.money-flash .home-vault-amount,
.money-flash [data-balance-label],
.money-flash #vaultPanelAmount,
.money-flash #checkoutAmount {
  animation: money-refresh 800ms ease both;
}

@keyframes money-refresh {
  0%,
  100% {
    opacity: 1;
    filter: brightness(1);
  }
  38% {
    opacity: .18;
    filter: brightness(.18);
  }
  62% {
    opacity: .42;
    filter: brightness(.6);
  }
}

.home-bell,
.card-bell,
.account-bell {
  left: 86.5%;
  top: 2.6%;
  width: 10.5%;
  height: 7.2%;
  z-index: 8;
}

.home-history {
  left: 3.2%;
  top: 9.7%;
  width: 53.7%;
  height: 22.5%;
}

.home-qr {
  left: 60.5%;
  top: 9.4%;
  width: 34.5%;
  height: 23%;
}

.home-card {
  left: 2.5%;
  top: 34.2%;
  width: 49%;
  height: 44%;
}

.home-send {
  left: 53.8%;
  top: 34.8%;
  width: 42.4%;
  height: 13.4%;
}

.home-receive {
  left: 53.8%;
  top: 49.8%;
  width: 42.4%;
  height: 13.2%;
}

.home-atm {
  left: 53.8%;
  top: 64.6%;
  width: 42.4%;
  height: 13.4%;
}

.home-vault {
  left: 3.1%;
  top: 78.6%;
  width: 93.4%;
  height: 10.6%;
}

.card-virtual {
  left: 5.5%;
  top: 60.8%;
  width: 88%;
  height: 8.3%;
}

.card-transactions {
  left: 5.5%;
  top: 70.3%;
  width: 88%;
  height: 8.3%;
}

.card-settings {
  left: 5.5%;
  top: 79.7%;
  width: 88%;
  height: 8.6%;
}

.card-freeze-badge {
  position: absolute;
  left: 27%;
  top: 52%;
  z-index: 6;
  padding: 1.5% 3%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #111;
  background: rgba(255, 255, 255, .88);
  font-size: clamp(13px, 3.1cqw, 24px);
  font-weight: 750;
}

.card-number-live {
  left: 28.2%;
  top: 35.35%;
  font-size: clamp(24px, 5.15cqw, 47px);
  font-weight: 620;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.card-cvv-live,
.card-expiry-live {
  top: 49.65%;
  font-size: clamp(17px, 3.85cqw, 34px);
  font-weight: 610;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.card-cvv-live {
  left: 34.25%;
}

.card-expiry-live {
  left: 57.9%;
}

.profile-live {
  position: absolute;
  left: 31.4%;
  top: 15.3%;
  z-index: 6;
  max-width: 48%;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, .78);
}

.profile-live strong,
.profile-live span {
  display: block;
}

.profile-live strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(24px, 5.4cqw, 50px);
  line-height: 1.05;
  white-space: nowrap;
}

.profile-live span {
  margin-top: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(15px, 3.65cqw, 32px);
  white-space: nowrap;
}

.profile-photo-live {
  position: absolute;
  left: 8.45%;
  top: 12.15%;
  z-index: 6;
  width: 19.05%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .16);
}

.account-profile-edit {
  left: 4.2%;
  top: 10.1%;
  width: 91.5%;
  height: 21.8%;
}

.account-profile-info {
  left: 4.2%;
  top: 34.7%;
  width: 91.5%;
  height: 8%;
}

.account-security {
  left: 4.2%;
  top: 42.6%;
  width: 91.5%;
  height: 8%;
}

.account-settings {
  left: 4.2%;
  top: 50.5%;
  width: 91.5%;
  height: 8%;
}

.account-notifications {
  left: 4.2%;
  top: 58.4%;
  width: 91.5%;
  height: 8%;
}

.account-help {
  left: 4.2%;
  top: 66.3%;
  width: 91.5%;
  height: 8%;
}

.account-logout {
  left: 4.2%;
  top: 77.1%;
  width: 91.5%;
  height: 8.3%;
}

.shot-nav-card,
.shot-nav-home,
.shot-nav-account {
  top: 90.6%;
  height: 7.8%;
  z-index: 9;
}

.shot-nav-card {
  left: 19.2%;
  width: 17.8%;
}

.shot-nav-home {
  left: 41.1%;
  width: 17.8%;
}

.shot-nav-account {
  left: 62.9%;
  width: 17.8%;
}

.notification-dot-mask {
  position: absolute;
  z-index: 7;
  left: 94.05%;
  top: 2.45%;
  width: 2.45%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: #050504;
  box-shadow: 0 0 0 1px #050504;
}

.tap-layer {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: none;
  pointer-events: none;
  background: transparent;
}

.tap-layer::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11.78%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  pointer-events: none;
}

.page-home .tap-layer::before {
  background-image: url("assets/nav-home.png");
}

.page-card .tap-layer::before {
  background-image: url("assets/nav-card.png");
}

.page-account .tap-layer::before {
  background-image: url("assets/nav-account.png");
}

.page-home .tap-layer,
.page-card .tap-layer,
.page-account .tap-layer {
  display: block;
}

.tap-layer .hotspot,
.tap-layer .liquid-dot {
  pointer-events: auto;
  z-index: 3;
}

.nav-card,
.nav-home,
.nav-account {
  top: 90.6%;
  height: 7.8%;
}

.nav-card {
  left: 19.2%;
  width: 17.8%;
}

.nav-home {
  left: 41.1%;
  width: 17.8%;
}

.nav-account {
  left: 62.9%;
  width: 17.8%;
}

.nav-card::before,
.nav-home::before,
.nav-account::before {
  content: none;
  display: none;
}

.liquid-dot {
  position: absolute;
  display: block;
  left: var(--dot-x, 49.4%);
  top: 97.05%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  box-shadow:
    0 0 10px rgba(255, 255, 255, .85),
    0 0 24px rgba(255, 255, 255, .38);
  transition:
    left 520ms cubic-bezier(.18, .9, .14, 1.08),
    transform 520ms cubic-bezier(.18, .9, .14, 1.08),
    opacity 170ms ease;
}

.liquid-dot.moving {
  transform: translate(-50%, -50%) scale(1.55, .78);
  opacity: 1;
}

.page-home .home-balance-symbol {
  top: 18.18%;
}

.page-home .home-balance-amount {
  top: 18.49%;
}

.page-home .home-total-symbol {
  top: 23.32%;
}

.page-home .home-total-amount {
  top: 23.42%;
}

.page-home .home-vault-symbol {
  top: 79.05%;
}

.page-home .home-vault-amount {
  top: 79.12%;
}

.page-home .home-bell,
.page-card .card-bell,
.page-account .account-bell {
  left: 84.5%;
  top: 3.1%;
  width: 12%;
  height: 5.4%;
}

.page-home .home-history {
  left: 3.2%;
  top: 12.45%;
  width: 54%;
  height: 20.2%;
}

.page-home .home-qr {
  left: 60.65%;
  top: 12.45%;
  width: 35.8%;
  height: 20.2%;
}

.page-home .home-card {
  left: 3%;
  top: 36.45%;
  width: 47.8%;
  height: 37.7%;
}

.page-home .home-send {
  left: 53.55%;
  top: 36.45%;
  width: 42.9%;
  height: 11.7%;
}

.page-home .home-receive {
  left: 53.55%;
  top: 49.72%;
  width: 42.9%;
  height: 11.7%;
}

.page-home .home-atm {
  left: 53.55%;
  top: 62.98%;
  width: 42.9%;
  height: 11.7%;
}

.page-home .home-vault {
  left: 3.1%;
  top: 76.08%;
  width: 93.4%;
  height: 9.8%;
}

.page-card .card-virtual {
  top: 59.471%;
  height: 7.279%;
}

.page-card .card-transactions {
  top: 67.803%;
  height: 7.279%;
}

.page-card .card-settings {
  top: 76.046%;
  height: 7.542%;
}

.page-home .card-freeze-badge,
.page-card .card-freeze-badge {
  top: 51.754%;
}

.page-card .card-number-live {
  top: 37.152%;
}

.page-card .card-cvv-live,
.page-card .card-expiry-live {
  top: 49.693%;
}

.page-account .profile-live {
  top: 18.15%;
}

.page-account .profile-photo-live {
  top: 16.807%;
}

.page-account .account-profile-edit {
  top: 15.009%;
  height: 19.118%;
}

.page-account .account-profile-info {
  top: 36.582%;
  height: 7.016%;
}

.page-account .account-security {
  top: 43.51%;
  height: 7.016%;
}

.page-account .account-settings {
  top: 50.438%;
  height: 7.016%;
}

.page-account .account-notifications {
  top: 57.367%;
  height: 7.016%;
}

.page-account .account-help {
  top: 64.295%;
  height: 7.016%;
}

.page-account .account-logout {
  top: 73.766%;
  height: 7.279%;
}

.page-home .shot-nav-card,
.page-home .shot-nav-home,
.page-home .shot-nav-account,
.page-card .shot-nav-card,
.page-card .shot-nav-home,
.page-card .shot-nav-account,
.page-account .shot-nav-card,
.page-account .shot-nav-home,
.page-account .shot-nav-account,
.page-home .nav-card,
.page-home .nav-home,
.page-home .nav-account,
.page-card .nav-card,
.page-card .nav-home,
.page-card .nav-account,
.page-account .nav-card,
.page-account .nav-home,
.page-account .nav-account {
  top: 88.7%;
  height: 8.2%;
}

.page-home .notification-dot-mask,
.page-card .notification-dot-mask,
.page-account .notification-dot-mask {
  left: 93.15%;
  top: 3.55%;
  width: 2.55%;
  box-shadow: 0 0 0 1px #050504;
}

.page-home .liquid-dot,
.page-card .liquid-dot,
.page-account .liquid-dot {
  top: 93.82%;
}

.scanner-mode .tap-layer,
.panel-mode .tap-layer,
.auth-visible .tap-layer,
.pin-visible .tap-layer,
.blocking-visible .tap-layer {
  display: none;
}

.qr-page {
  overflow: hidden;
  background: #000;
}

.qr-video,
.qr-scrim,
.qr-loading {
  position: absolute;
  inset: 0;
}

.qr-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020202;
  opacity: 0;
  transition: opacity 120ms ease;
}

.qr-page.camera-ready .qr-video {
  opacity: 1;
}

.qr-loading {
  z-index: 2;
  background: #000;
}

.qr-page.camera-ready .qr-loading {
  opacity: 0;
  pointer-events: none;
}

.qr-scrim {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .36), transparent 34%, rgba(0, 0, 0, .64) 100%),
    radial-gradient(circle at 50% 56%, transparent 0 31%, rgba(0, 0, 0, .34) 46%, rgba(0, 0, 0, .72) 100%);
  pointer-events: none;
}

.qr-page::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 3.4%;
  border: 4px solid rgba(255, 255, 255, .88);
  border-radius: 18px;
  pointer-events: none;
  box-shadow: inset 0 0 34px rgba(255, 255, 255, .05);
}

.qr-close-button {
  position: absolute;
  z-index: 6;
  left: 8.2%;
  top: 5.2%;
  width: min(25vw, 104px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .32);
  font-size: clamp(44px, 12cqw, 96px);
  font-weight: 300;
  line-height: 1;
}

.qr-target {
  position: absolute;
  z-index: 3;
  left: 17.2%;
  right: 17.2%;
  top: 31.5%;
  aspect-ratio: 1;
}

.qr-target span {
  position: absolute;
  width: 28%;
  height: 28%;
  border-color: #fff;
  border-style: solid;
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, .56))
    drop-shadow(0 0 24px rgba(255, 255, 255, .24));
}

.qr-target span:nth-child(1) {
  left: 0;
  top: 0;
  border-width: 7px 0 0 7px;
  border-top-left-radius: 22px;
}

.qr-target span:nth-child(2) {
  right: 0;
  top: 0;
  border-width: 7px 7px 0 0;
  border-top-right-radius: 22px;
}

.qr-target span:nth-child(3) {
  right: 0;
  bottom: 0;
  border-width: 0 7px 7px 0;
  border-bottom-right-radius: 22px;
}

.qr-target span:nth-child(4) {
  left: 0;
  bottom: 0;
  border-width: 0 0 7px 7px;
  border-bottom-left-radius: 22px;
}

.qr-tool-button {
  position: absolute;
  z-index: 6;
  bottom: max(6.2%, env(safe-area-inset-bottom));
  width: min(26vw, 116px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
}

.qr-tool-button img {
  width: 48%;
  height: 48%;
  filter: brightness(0) invert(1);
}

.qr-gallery-button {
  left: 8.8%;
}

.qr-flash-button {
  right: 8.8%;
}

.qr-flash-button.active {
  background: rgba(255, 255, 255, .92);
}

.qr-flash-button.active img {
  filter: brightness(0);
}

.auth-form,
.panel-page {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .08), transparent 30%),
    linear-gradient(180deg, #050505 0%, #000 100%);
}

.panel-page::-webkit-scrollbar {
  display: none;
}

.auth-form::before,
.panel-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .035), transparent 32%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 26px);
  opacity: .45;
  pointer-events: none;
}

.auth-form {
  position: absolute;
  inset: 0;
  z-index: 20;
  padding: max(15vh, calc(env(safe-area-inset-top) + 72px)) 7.7% max(7vh, calc(env(safe-area-inset-bottom) + 32px));
  display: grid;
  align-content: start;
  gap: 18px;
}

.register-form {
  padding-top: max(8vh, calc(env(safe-area-inset-top) + 42px));
  padding-bottom: max(9vh, calc(env(safe-area-inset-bottom) + 36px));
  gap: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.register-form::-webkit-scrollbar {
  display: none;
}

#registerForm {
  display: none !important;
}

.register-step {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.register-step.hidden {
  display: none !important;
}

.auth-name-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-date-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.why-info-button {
  position: relative;
  z-index: 1;
  justify-self: start;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(13px, 3cqw, 22px);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.auth-form h1,
.panel-header h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(32px, 7.4cqw, 64px);
  line-height: 1.05;
}

.panel-header h1 {
  font-size: clamp(26px, 6.2cqw, 52px);
}

.auth-form label,
.panel-card label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(13px, 3.2cqw, 24px);
  font-weight: 650;
}

input {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.register-form input {
  min-height: 48px;
  border-radius: 16px;
}

.agreement-row {
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(12px, 2.8cqw, 21px);
}

.agreement-row input {
  width: 24px;
  min-height: 24px;
  height: 24px;
  padding: 0;
  accent-color: #fff;
}

.agreement-row button {
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.agreement-modal {
  position: absolute;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 8%;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(12px);
}

.agreement-card {
  position: relative;
  width: min(100%, 620px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(28, 28, 30, .96), rgba(5, 5, 6, .96)),
    #090909;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .58);
}

.agreement-card h2 {
  margin: 0 44px 16px 0;
  font-size: clamp(22px, 5cqw, 42px);
}

.agreement-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(13px, 3cqw, 22px);
  line-height: 1.45;
}

.agreement-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 28px;
}

input::placeholder {
  color: rgba(255, 255, 255, .34);
}

input:focus {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .06);
}

.primary-button,
.secondary-button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 52px;
  border-radius: 18px;
  font-size: clamp(15px, 3.4cqw, 26px);
  font-weight: 800;
}

.primary-button {
  color: #050505;
  background: #fff;
}

.primary-button:active,
.secondary-button:active,
.settings-row:active {
  opacity: .82;
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.turnstile-widget {
  position: relative;
  z-index: 1;
  min-height: 65px;
  display: grid;
  place-items: center;
}

.back-button {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 0;
  line-height: 1;
}

.back-button::before {
  content: "‹";
  display: block;
  color: currentColor;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  transform: translate(-1px, 2px);
}

.auth-form .back-button {
  margin-bottom: 8px;
}

.panel-page {
  z-index: 10;
  padding: max(8.4%, calc(env(safe-area-inset-top) + 28px)) 5.2% max(6%, calc(env(safe-area-inset-bottom) + 18px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.panel-page::-webkit-scrollbar {
  display: none;
}

.panel-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 5%;
}

.panel-card,
.vault-summary > div,
.transaction-item,
.notification-item {
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(145deg, rgba(29, 29, 31, .94), rgba(8, 8, 9, .9)),
    rgba(16, 16, 18, .9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 22px 56px rgba(0, 0, 0, .28);
}

.panel-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 5.6%;
  border-radius: 24px;
}

.transfer-form {
  margin-top: 5%;
}

.clickpay-recipient-form input::placeholder {
  font-size: clamp(14px, 3.25cqw, 24px);
}

.recipient-header {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
}

.recipient-header h1 {
  text-align: center;
}

.panel-icon-button {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.magnifier-icon {
  position: relative;
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 50%;
  display: block;
  opacity: .84;
}

.magnifier-icon::after {
  content: "";
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  position: absolute;
  right: -7px;
  bottom: -4px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.recipient-contact-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.recipient-contact-list.compact {
  max-height: 44svh;
  overflow: auto;
  padding-right: 2px;
  margin-top: 2px;
  scrollbar-width: none;
}

.recipient-contact-list.compact::-webkit-scrollbar,
.recipient-contact-list.search-results::-webkit-scrollbar {
  display: none;
}

.recipient-search-page {
  padding-bottom: max(8%, calc(env(safe-area-inset-bottom) + 22px));
}

.recipient-search-box {
  position: relative;
  z-index: 1;
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  margin-bottom: 24px;
  background: rgba(16, 17, 20, .82);
}

.recipient-search-box .magnifier-icon {
  color: rgba(255, 255, 255, .58);
}

.recipient-search-box input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: clamp(20px, 4.8cqw, 36px);
}

.recipient-search-box input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.recipient-contact-list.search-results {
  max-height: calc(100svh - 190px);
  overflow-y: auto;
  padding-bottom: 28px;
  scrollbar-width: none;
}

.recipient-section-divider {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 12px 0 4px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(13px, 3cqw, 22px);
  font-weight: 820;
}

.recipient-section-divider i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .05));
}

.recipient-contact-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 8px 0;
  text-align: left;
}

.recipient-contact-row.compact {
  min-height: 64px;
}

.recipient-avatar {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #888;
  font-size: 17px;
  font-weight: 850;
}

.recipient-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipient-contact-row strong,
.recipient-contact-row small {
  display: block;
}

.recipient-contact-row strong {
  color: #fff;
  font-size: clamp(16px, 3.8cqw, 28px);
  line-height: 1.1;
}

.recipient-contact-row small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .52);
  font-size: clamp(12px, 2.9cqw, 20px);
  line-height: 1.12;
}

.recipient-contact-row.not-clickpay {
  opacity: .46;
}

.recipient-empty {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: clamp(15px, 3.4cqw, 24px);
}

.clickpay-amount-page {
  display: none;
  padding: max(5.2%, calc(env(safe-area-inset-top) + 12px)) 5.2% max(2.2%, calc(env(safe-area-inset-bottom) + 8px));
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .045), transparent 34%),
    linear-gradient(180deg, #111216 0%, #0d0e12 100%);
}

.clickpay-amount-page.active {
  display: block;
}

.clickpay-send-topbar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 10px;
  margin-bottom: 3.5%;
}

.clickpay-send-topbar h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 7.2cqw, 62px);
  line-height: 1;
  font-weight: 820;
}

.clickpay-send-back,
.clickpay-send-close {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

.clickpay-send-close {
  font-size: 40px;
}

.clickpay-amount-form {
  position: relative;
  z-index: 1;
  height: calc(100% - 64px);
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  justify-items: center;
  gap: clamp(8px, 2.05cqw, 18px);
}

.clickpay-recipient-preview {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.clickpay-recipient-avatar {
  width: min(18vw, 100px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #8c8c8d;
  font-size: clamp(20px, 4.8cqw, 38px);
  font-weight: 820;
}

.clickpay-recipient-preview strong {
  max-width: 82vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(22px, 5.2cqw, 42px);
  line-height: 1.05;
}

.clickpay-big-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: min(88vw, 720px);
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, .38);
  font-size: clamp(69px, 17.35cqw, 154px);
  font-weight: 420;
  line-height: .95;
  font-variant-numeric: tabular-nums;
  transform: translateY(4px);
}

.clickpay-big-amount[data-amount-digits="7"],
.clickpay-big-amount[data-amount-digits="8"] {
  font-size: clamp(57px, 14.1cqw, 124px);
}

.clickpay-big-amount[data-amount-digits="9"],
.clickpay-big-amount[data-amount-digits="10"],
.clickpay-big-amount[data-amount-digits="11"] {
  font-size: clamp(45px, 10.9cqw, 98px);
}

.clickpay-big-amount .tl-symbol {
  margin-right: .05em;
  font-size: .82em;
}

.clickpay-available-balance {
  margin: 0;
  max-width: 94vw;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(15px, 3.45cqw, 26px);
  white-space: nowrap;
  transform: translateY(3px);
}

.clickpay-fill-balance {
  display: inline-flex;
  align-items: baseline;
  max-width: 48vw;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  vertical-align: baseline;
}

.clickpay-fill-balance strong {
  display: inline-flex;
  font-weight: 420;
}

.clickpay-keypad {
  width: min(70%, 560px);
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(4px, 1.4cqw, 12px) clamp(20px, 5.2cqw, 48px);
  transform: translateY(-38px);
}

.clickpay-keypad button {
  min-height: clamp(40px, 8.8cqw, 76px);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(28px, 7cqw, 56px);
  font-weight: 360;
}

.clickpay-keypad button:active {
  background: rgba(255, 255, 255, .06);
}

.clickpay-submit-button {
  width: min(92%, 760px);
  min-height: clamp(50px, 9.8cqw, 80px);
  margin-top: 0;
  border-radius: 24px;
  font-size: clamp(18px, 4.2cqw, 32px);
  transform: translateY(-6px);
}

.clickpay-submit-button:disabled {
  color: rgba(0, 0, 0, .82);
  background: rgba(255, 255, 255, .24);
  opacity: 1;
}

.clickpay-confirm-page {
  display: none;
  padding: max(5.2%, calc(env(safe-area-inset-top) + 12px)) 5.2% max(4.5%, calc(env(safe-area-inset-bottom) + 20px));
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .045), transparent 34%),
    linear-gradient(180deg, #111216 0%, #0d0e12 100%);
}

.clickpay-confirm-page.active {
  display: block;
}

.clickpay-confirm-card {
  width: min(100%, 760px);
  min-height: calc(100% - 72px);
  margin: 0 auto;
  padding: clamp(22px, 5.2cqw, 42px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: clamp(28px, 6cqw, 44px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(12px, 2.9cqw, 24px);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .026));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 20px 60px rgba(0, 0, 0, .24);
}

.confirm-kicker {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: clamp(13px, 3.1cqw, 22px);
  font-weight: 760;
}

.clickpay-confirm-amount {
  display: inline-flex;
  align-items: baseline;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: clamp(46px, 11.5cqw, 96px);
  line-height: .95;
  font-weight: 780;
  font-variant-numeric: tabular-nums;
}

.clickpay-confirm-details {
  width: 100%;
  padding: clamp(14px, 3.4cqw, 24px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  text-align: left;
  background: rgba(255, 255, 255, .035);
}

.clickpay-confirm-details span {
  color: rgba(255, 255, 255, .48);
  font-size: clamp(12px, 2.8cqw, 20px);
  font-weight: 720;
}

.clickpay-confirm-details strong {
  min-width: 0;
  max-width: 48vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(13px, 3.05cqw, 22px);
  font-weight: 780;
  text-align: right;
}

.clickpay-confirm-note {
  margin: 0;
  max-width: 88%;
  color: rgba(255, 255, 255, .58);
  font-size: clamp(12px, 2.8cqw, 20px);
  line-height: 1.35;
}

.clickpay-confirm-actions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 12px;
}

.clickpay-confirm-actions .secondary-button,
.clickpay-confirm-actions .primary-button {
  min-height: clamp(48px, 9.6cqw, 76px);
  border-radius: 22px;
}

.logout-page {
  display: none;
}

.logout-page.active {
  display: block;
}

.logout-confirm-card {
  position: relative;
  z-index: 1;
  width: min(82%, 620px);
  margin: 38% auto 0;
  display: grid;
  gap: 16px;
}

.logout-confirm-card .primary-button,
.logout-confirm-card .secondary-button {
  min-height: clamp(58px, 12cqw, 96px);
  border-radius: 24px;
  font-size: clamp(18px, 4.1cqw, 34px);
}

.mini-balance {
  position: relative;
  z-index: 1;
  margin: -2px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(13px, 3.2cqw, 24px);
}

.receive-card {
  margin-top: 8%;
  text-align: left;
  display: grid;
  gap: 16px;
}

.receive-card .card-kicker,
.code-label {
  color: rgba(255, 255, 255, .58);
  font-size: clamp(13px, 3.2cqw, 24px);
  font-weight: 700;
}

.receive-copy-field {
  position: relative;
  width: 100%;
  min-height: 96px;
  padding: 18px 48px 17px 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  display: grid;
  align-content: center;
  gap: 7px;
  text-align: left;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .028));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  touch-action: manipulation;
}

.receive-copy-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  transform: translateY(-50%);
}

.receive-copy-field::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  right: 24px;
  width: 18px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
}

.receive-copy-field:active {
  transform: scale(.992);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .04));
}

.receive-copy-field span {
  color: rgba(255, 255, 255, .56);
  font-size: clamp(12px, 2.9cqw, 20px);
  font-weight: 760;
}

.receive-copy-field strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(20px, 4.7cqw, 38px);
  line-height: 1.18;
  font-weight: 820;
}

.receive-copy-field em {
  color: rgba(255, 255, 255, .42);
  font-size: clamp(11px, 2.55cqw, 18px);
  font-style: normal;
  font-weight: 650;
}

.receive-copy-name {
  min-height: 86px;
}

.receive-copy-name strong,
.atm-card h2 {
  margin: 0;
  font-size: clamp(23px, 5.2cqw, 44px);
}

.copy-float {
  position: fixed;
  z-index: 120;
  left: var(--copy-left, 50%);
  top: var(--copy-top, 50%);
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .72);
  font-size: clamp(12px, 2.9cqw, 20px);
  font-weight: 850;
  pointer-events: none;
  transform: translate(-50%, 0);
  animation: copy-float 1000ms cubic-bezier(.2, .75, .25, 1) forwards;
}

@keyframes copy-float {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 1);
    transform: translate(-50%, 10px) scale(.98);
  }
  15% {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    transform: translate(-50%, 0) scale(1);
  }
  50% {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
  }
  100% {
    opacity: 0;
    color: rgba(255, 255, 255, .22);
    transform: translate(-50%, -34px) scale(.99);
  }
}

.atm-card {
  margin-top: 8%;
  text-align: center;
}

.atm-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #111;
  background: #fff;
  font-size: 42px;
  font-weight: 900;
}

.atm-card p {
  margin: 0 0 4%;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(15px, 3.5cqw, 28px);
  line-height: 1.45;
}

.provider-pill {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .07);
  font-size: clamp(12px, 2.8cqw, 21px);
  font-weight: 750;
}

.checkout-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(14px, 3.25cqw, 25px);
  line-height: 1.45;
}

.checkout-card {
  margin-top: 8%;
}

.qr-confirm-page {
  text-align: center;
}

.qr-confirm-card {
  width: min(100%, 720px);
  margin: 6% auto 0;
  gap: 14px;
  justify-items: center;
  padding: 7% 6%;
}

.qr-merchant-avatar {
  width: min(28vw, 132px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #050504;
  background:
    radial-gradient(circle at 48% 32%, #fff, #d9d9dc 62%, #a8a8ad 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .3);
  font-size: clamp(30px, 8cqw, 68px);
  font-weight: 850;
}

.qr-confirm-card .provider-pill {
  margin-top: 4px;
}

.qr-confirm-card h2 {
  margin: 6px 0 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(28px, 7cqw, 58px);
  line-height: 1.08;
}

.qr-confirm-card p {
  margin: 0;
}

#qrConfirmDetails {
  color: rgba(255, 255, 255, .6);
  font-size: clamp(14px, 3.3cqw, 25px);
  line-height: 1.45;
}

.qr-confirm-amount {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 4% 0 2%;
  font-size: clamp(46px, 13cqw, 112px);
  font-weight: 520;
  line-height: .96;
  letter-spacing: 0;
}

.qr-confirm-warning,
.qr-confirm-timer {
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: clamp(13px, 3cqw, 22px);
}

.qr-confirm-warning {
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .08);
}

.qr-confirm-timer {
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.qr-pay-button {
  min-height: clamp(58px, 13cqw, 108px);
  border-radius: 24px;
  font-size: clamp(18px, 4.3cqw, 34px);
}

.checkout-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.checkout-meta span {
  color: rgba(255, 255, 255, .52);
  font-size: clamp(12px, 2.8cqw, 21px);
}

.checkout-meta strong {
  overflow-wrap: anywhere;
  font-size: clamp(18px, 4.2cqw, 32px);
}

.atm-code-card {
  margin-top: 2%;
  gap: 10px;
  padding: 4.5%;
  text-align: center;
}

.timer-ring {
  width: min(28vw, 128px);
  aspect-ratio: 1;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #101011 0 58%, transparent 59%),
    conic-gradient(#fff var(--progress, 100%), rgba(255, 255, 255, .14) 0);
  box-shadow: 0 0 46px rgba(255, 255, 255, .08);
}

.timer-ring span {
  font-size: clamp(20px, 5.2cqw, 40px);
  font-weight: 850;
}

.atm-code {
  font-size: clamp(28px, 7.2cqw, 58px);
  line-height: 1;
}

.atm-demo-qr {
  width: min(22vw, 106px);
  aspect-ratio: 1;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
}

.atm-demo-qr span {
  border-radius: 3px;
  background: #050505;
}

.atm-demo-qr span:nth-child(3n) {
  opacity: .18;
}

.virtual-card-panel {
  gap: 18px;
}

.virtual-card-demo {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02)),
    #080808;
}

.virtual-card-demo strong {
  font-size: clamp(34px, 9cqw, 70px);
  letter-spacing: 0;
}

.virtual-card-demo span {
  color: rgba(255, 255, 255, .58);
  font-size: clamp(13px, 3.1cqw, 24px);
}

.atm-code-card input {
  min-height: 46px;
}

.vault-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  padding: clamp(22px, 5.6cqw, 42px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: clamp(24px, 5.2cqw, 36px);
  background:
    radial-gradient(circle at 16% 8%, rgba(122, 255, 194, .14), transparent 34%),
    radial-gradient(circle at 96% 100%, rgba(255, 132, 153, .12), transparent 36%),
    linear-gradient(145deg, rgba(31, 32, 33, .96), rgba(9, 9, 10, .94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 24px 62px rgba(0, 0, 0, .3);
}

.vault-hero-label {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(13px, 3cqw, 22px);
  font-weight: 650;
}

.vault-hero #vaultPanelAmount {
  display: inline-flex;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(42px, 10cqw, 82px);
  font-weight: 390;
  letter-spacing: 0;
}

.vault-hero p {
  margin: 10px 0 0;
  max-width: 28em;
  color: rgba(255, 255, 255, .48);
  font-size: clamp(12px, 2.9cqw, 20px);
  line-height: 1.35;
}

.vault-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.vault-summary > div {
  min-height: clamp(78px, 18cqw, 112px);
  padding: 18px;
  border-radius: 22px;
  overflow: hidden;
}

.vault-summary-balance {
  background:
    linear-gradient(145deg, rgba(32, 47, 41, .9), rgba(10, 12, 12, .92)),
    rgba(18, 27, 23, .88);
}

.vault-summary-safe {
  background:
    linear-gradient(145deg, rgba(48, 34, 38, .88), rgba(10, 11, 12, .92)),
    rgba(28, 17, 20, .88);
}

.vault-summary span {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: clamp(13px, 3cqw, 22px);
}

.vault-summary strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(20px, 4.8cqw, 38px);
  font-weight: 430;
}

.vault-summary-safe strong {
  color: rgba(255, 184, 197, .92);
}

.vault-form {
  gap: clamp(12px, 3.2cqw, 20px);
}

.segmented-control,
.quick-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.segmented-control {
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.segmented-control button {
  min-height: 48px;
  border-radius: 14px;
  color: rgba(255, 255, 255, .62);
  font-weight: 800;
}

.segmented-control button.active {
  color: #111;
  background: #fff;
}

.vault-form[data-mode="deposit"] [data-vault-mode="deposit"].active {
  color: #06130e;
  background: linear-gradient(180deg, #bff6db, #7fd9ad);
}

.vault-form[data-mode="withdraw"] [data-vault-mode="withdraw"].active {
  color: #19080b;
  background: linear-gradient(180deg, #ffc6cf, #ee8d9d);
}

.quick-actions .secondary-button {
  min-height: 48px;
  font-size: clamp(13px, 3.1cqw, 23px);
}

.quick-actions [data-vault-fill="deposit"] {
  border-color: rgba(127, 217, 173, .24);
  color: rgba(210, 255, 232, .9);
  background: rgba(76, 184, 128, .09);
}

.quick-actions [data-vault-fill="withdraw"] {
  border-color: rgba(238, 141, 157, .26);
  color: rgba(255, 218, 225, .9);
  background: rgba(238, 141, 157, .08);
}

.vault-form label {
  margin-top: 2px;
}

.transaction-list,
.notification-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-height: 84%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 16px;
  scrollbar-width: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.transaction-list::-webkit-scrollbar,
.notification-list::-webkit-scrollbar {
  display: none;
}

.transaction-item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 86px;
  padding: 14px 14px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) minmax(74px, auto);
  gap: 10px;
  align-items: center;
  overflow: hidden;
}

.transaction-day-divider {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 8px 4px 2px;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(12px, 2.75cqw, 19px);
  font-weight: 760;
}

.transaction-day-divider i {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .04));
}

.merchant-logo,
.tx-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-weight: 900;
}

.tx-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
}

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

.merchant-logo.starbucks {
  background: #006241;
}

.merchant-logo.migros {
  background: #f58220;
}

.merchant-logo.spotify {
  color: #111;
  background: #1ed760;
}

.merchant-logo.qr {
  color: #111;
  background: #fff;
  font-size: 13px;
}

.merchant-logo.virtual {
  background: linear-gradient(145deg, #222, #050505);
  border: 1px solid rgba(255, 255, 255, .25);
  font-size: 13px;
}

.merchant-logo.atm,
.tx-icon.income {
  color: #111;
  background: #fff;
}

.merchant-logo.vault {
  color: #fff;
  background: linear-gradient(145deg, #2a2a2c, #141416);
  border: 1px solid rgba(255, 255, 255, .2);
}

.merchant-logo.vault img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.tx-text strong,
.tx-text > span {
  display: block;
}

.tx-text {
  min-width: 0;
  overflow: hidden;
}

.tx-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.tx-title-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tx-text strong {
  font-size: clamp(14px, 3.2cqw, 24px);
}

.tx-text > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .5);
  font-size: clamp(11px, 2.55cqw, 19px);
}

.tx-badge {
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .08);
  font-size: clamp(9px, 2.2cqw, 15px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.tx-side {
  display: grid;
  justify-items: end;
  align-content: center;
  gap: 6px;
  min-width: 0;
  max-width: 32vw;
  overflow: hidden;
}

.tx-side .tx-badge:empty {
  display: none;
}

.tx-amount {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(13px, 2.9cqw, 22px);
  font-weight: 850;
  white-space: nowrap;
}

.tx-amount.positive {
  color: var(--ok);
}

.tx-amount.positive .money-cents {
  color: #22a86c;
}

.tx-amount.neutral {
  color: rgba(255, 255, 255, .56);
}

.tx-amount.negative {
  color: #ff9b9b;
}

.tx-amount.negative .money-cents {
  color: #c86161;
}

.profile-photo-editor {
  position: relative;
  z-index: 1;
  width: 112px;
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .08);
  font-weight: 750;
}

.device-session-card {
  margin-top: 18px;
}

.device-session-heading {
  display: grid;
  gap: 5px;
}

.device-session-heading strong {
  font-size: clamp(18px, 4.3cqw, 32px);
}

.device-session-heading span {
  color: rgba(255, 255, 255, .52);
  font-size: clamp(12px, 2.9cqw, 21px);
}

.device-session-list {
  display: grid;
  gap: 10px;
}

.device-session-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.device-session-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #111;
  background: #fff;
  font-weight: 900;
}

.device-session-info {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.device-session-info strong,
.device-session-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-session-info strong {
  font-size: clamp(14px, 3.4cqw, 25px);
}

.device-session-info em {
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .1);
  font-size: .72em;
  font-style: normal;
}

.device-session-info small {
  color: rgba(255, 255, 255, .48);
  font-size: clamp(11px, 2.55cqw, 18px);
}

.device-session-action {
  min-width: 68px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-weight: 760;
}

.profile-photo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notification-item {
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 17px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(12, 12, 13, .82);
  border-color: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

.notification-avatar,
.notification-kind-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: clamp(12px, 2.7cqw, 18px);
  font-weight: 780;
}

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

.notification-kind-money {
  color: #050505;
  background: #fff;
}

.notification-kind-security {
  background: #d34b4b;
}

.notification-kind-maintenance,
.notification-kind-subscription,
.notification-kind-system {
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .05));
}

.notification-kind-warning {
  color: #fff;
  background: linear-gradient(145deg, #e05252, #a92727);
  border-color: rgba(255, 130, 130, .38);
}

.notification-content {
  display: block;
  min-width: 0;
}

.notification-meta {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, .5);
  font-size: clamp(10px, 2.35cqw, 16px);
}

.notification-meta em {
  min-width: 0;
  padding: 3px 7px;
  border-radius: 999px;
  font-style: normal;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .07);
  white-space: nowrap;
}

.notification-meta time {
  white-space: nowrap;
}

.notification-item strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(14px, 3.15cqw, 24px);
}

.notification-item p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(12px, 2.75cqw, 20px);
  line-height: 1.32;
}

.settings-list {
  padding: 0;
  overflow: hidden;
}

.settings-row {
  width: 100%;
  min-height: 96px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.settings-row:last-child {
  border-bottom: 0;
}

.settings-row strong,
.settings-row small {
  display: block;
}

.settings-row strong {
  font-size: clamp(17px, 4cqw, 31px);
}

.settings-row small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .5);
  font-size: clamp(12px, 2.8cqw, 22px);
}

.settings-row i {
  position: relative;
  width: 56px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.settings-row i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms ease;
}

.settings-row[aria-pressed="true"] i {
  background: #fff;
}

.settings-row[aria-pressed="true"] i::after {
  background: #111;
  transform: translateX(24px);
}

.settings-row b {
  font-size: 42px;
  font-weight: 400;
}

.subscription-panel {
  padding: 0;
  overflow: hidden;
}

.subscription-list {
  padding: 6px 0;
  overflow: hidden;
}

.subscription-list-row {
  width: 100%;
  min-height: 82px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .105);
}

.subscription-list-row:last-child {
  border-bottom: 0;
}

.subscription-list-row span:nth-child(2) {
  min-width: 0;
}

.subscription-list-row strong,
.subscription-list-row small {
  display: block;
}

.subscription-list-row strong {
  font-size: clamp(16px, 3.65cqw, 28px);
}

.subscription-list-row small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .52);
  font-size: clamp(11px, 2.55cqw, 20px);
}

.subscription-list-row b {
  min-width: 76px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(11px, 2.45cqw, 18px);
  font-weight: 700;
  text-align: center;
}

.subscription-head {
  min-height: 120px;
  padding: 24px 24px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.subscription-logo {
  width: 64px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--subscription-accent, #1ed760);
  color: #061208;
  font-size: 30px;
  font-weight: 800;
}

.subscription-logo.compact {
  width: 46px;
  font-size: 22px;
}

.subscription-head strong,
.subscription-meta strong {
  display: block;
  font-size: clamp(18px, 4.2cqw, 32px);
}

.subscription-head small,
.subscription-meta small {
  display: block;
  color: rgba(255, 255, 255, .52);
  font-size: clamp(12px, 2.8cqw, 21px);
}

.subscription-meta {
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.subscription-meta > span {
  min-height: 92px;
  padding: 16px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
}

.subscription-freeze-row {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 0;
}

.card-link > span[aria-hidden],
.section-title > span[aria-hidden],
.action-button > span[aria-hidden]:last-child,
.vault-card > span[aria-hidden]:last-child,
.profile-card > span[aria-hidden]:last-child,
.component-row > span:last-child,
.logout-row > span:last-child,
.settings-row b,
.send-arrow {
  transform: translateY(3px);
}

.screen-fade {
  position: absolute;
  inset: 0;
  z-index: 58;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms ease;
}

.screen-fade.active {
  opacity: 1;
}

.toast {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 5%;
  z-index: 70;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: rgba(18, 18, 20, .96);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .45);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.error {
  border-color: rgba(255, 107, 107, .5);
}

.toast.success {
  border-color: rgba(121, 242, 178, .45);
}

.success-page {
  display: none;
  place-items: center;
  text-align: center;
}

.success-page.active {
  display: grid;
}

.success-card {
  width: min(86%, 560px);
  display: grid;
  justify-items: center;
  gap: clamp(14px, 3.5cqw, 28px);
}

.success-check {
  width: clamp(92px, 24cqw, 160px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #050504;
  background: #fff;
  font-size: clamp(54px, 14cqw, 98px);
  font-weight: 820;
  box-shadow: 0 18px 64px rgba(255, 255, 255, .12);
  animation: success-pop 360ms cubic-bezier(.16, 1, .3, 1) both;
}

.success-card h1 {
  margin: 0;
  font-size: clamp(28px, 7cqw, 56px);
  line-height: 1.08;
}

.success-card p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(15px, 3.8cqw, 28px);
  line-height: 1.35;
}

.success-card .primary-button {
  width: 100%;
}

@keyframes success-pop {
  from {
    opacity: 0;
    transform: scale(.72);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-height: 720px) {
  .auth-form {
    padding-top: 26%;
    gap: 12px;
  }

  .panel-page {
    padding-top: max(6.8%, calc(env(safe-area-inset-top) + 18px));
  }

  .panel-header {
    margin-bottom: 4%;
  }
}
