﻿* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
  font-family: "Aptos", "Segoe UI", ui-sans-serif, sans-serif;
  background:
    linear-gradient(115deg, rgba(255,255,255,.32) 0 18%, transparent 18% 44%, rgba(255,255,255,.22) 44% 64%, transparent 64% 100%),
    conic-gradient(from 215deg at 50% -12%, rgba(255, 45, 122, .34), rgba(255, 176, 0, .28), rgba(35, 198, 109, .28), rgba(0, 183, 255, .32), rgba(122, 92, 255, .3), rgba(255, 45, 122, .34)),
    linear-gradient(135deg, #fff1f7 0%, #e6faff 22%, #eafff4 44%, #fff4d1 64%, #ece7ff 82%, #ffeef8 100%);
  background-attachment: fixed;
  background-size: 100% 100%, 140% 140%, 100% 100%;
  color: #172136;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(255,255,255,.28), transparent 34% 68%, rgba(255,255,255,.18)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.12) 0 1px, transparent 1px 18px);
  opacity: .42;
  z-index: 0;
}

button, input {
  font: inherit;
}

.phone-shell {
  width: min(100%, 440px);
}

.page-card {
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(233, 251, 255, .96) 38%, rgba(255, 246, 232, .94) 69%, rgba(255, 240, 248, .96));
  border: 1px solid rgba(27, 139, 204, .26);
  border-radius: 24px;
  padding: 18px 14px 16px;
  box-shadow: 0 16px 34px rgba(22, 70, 120, .16);
  position: relative;
  z-index: 1;
}

.page-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #ff2d7a, #ffb000, #23c66d, #00b7ff, #7a5cff, #ff2d7a);
  background-size: 280% 280%;
  animation: borderLed 3.6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.debug-state {
  position: sticky;
  top: 8px;
  z-index: 30;
  margin: 0 auto 12px;
  width: min(100%, 440px);
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  border: 1px solid rgba(17, 24, 39, .1);
  background: rgba(255, 255, 255, .7);
  color: #172136;
}

.debug-state.ok {
  background: rgba(34, 197, 94, .14);
  color: #0f5132;
  border-color: rgba(34, 197, 94, .3);
}

.debug-state.warn {
  background: rgba(251, 191, 36, .14);
  color: #8a5b00;
  border-color: rgba(251, 191, 36, .28);
}

.debug-state.error {
  background: rgba(239, 68, 68, .12);
  color: #7f1d1d;
  border-color: rgba(239, 68, 68, .22);
}

.hero-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, .22), transparent 42%), linear-gradient(135deg, #ff2d7a 0%, #ff7a3d 30%, #23c66d 58%, #00b7ff 78%, #7a5cff 100%);
  border-radius: 18px;
  padding: 18px 16px 12px;
  color: #111827;
  box-shadow: 0 18px 34px rgba(0, 118, 188, .24);
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 232, 244, .14) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: heroSheen 4.2s linear infinite;
  pointer-events: none;
}

.hero-label {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.9);
}

.hero-amount {
  margin-top: 8px;
  font-size: 39px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #111827;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.mini-stat {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  padding: 12px 8px 10px;
  text-align: center;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-stat span {
  display: block;
  font-size: 11px;
  color: rgba(17, 24, 39, 0.82);
  font-weight: 700;
}

.mini-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
}

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

.action-btn {
  border: 1px solid rgba(0, 183, 255, .26);
  border-radius: 14px;
  min-height: 46px;
  background: linear-gradient(180deg, rgba(255, 251, 253, 1), rgba(250, 232, 241, .98));
  color: #172136;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 118, 188, .12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease, background 0.2s ease;
}

.action-btn:hover {
  border-color: rgba(255, 116, 55, .52);
  box-shadow: 0 10px 22px rgba(0, 118, 188, .16);
}

.action-btn:active,
.action-btn.active,
.collapse-btn:active,
.submit-btn:active,
.submit-btn.active {
  transform: scale(0.98);
  filter: brightness(1.04) saturate(1.15);
  box-shadow: 0 0 0 3px rgba(255, 45, 122, .16), 0 8px 18px rgba(0, 118, 188, .14);
}

.action-btn:hover,
.action-btn.active {
  background: linear-gradient(135deg, rgba(255, 45, 122, 0.11), rgba(0, 183, 255, 0.10) 40%, rgba(35, 198, 109, 0.12));
  border-color: rgba(122, 92, 255, 0.4);
}

.action-btn.active {
  color: #0f172a;
  box-shadow: 0 0 0 2px rgba(122, 92, 255, 0.18), 0 12px 26px rgba(0, 118, 188, .14);
}

.action-btn:active::before,
.action-btn.active::before,
.collapse-btn:active::before,
.submit-btn:active::before,
.submit-btn.active::before {
  filter: brightness(1.28) saturate(1.2);
  box-shadow: 0 0 14px rgba(0, 183, 255, .26), 0 0 18px rgba(255, 45, 122, .2);
}

.action-btn::before,
.collapse-btn::before,
.submit-btn::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #ff2d7a, #ffb000, #23c66d, #00b7ff, #7a5cff, #ff2d7a);
  background-size: 280% 280%;
  animation: borderLed 3.6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.action-btn.full-width {
  grid-column: 1 / -1;
}

.create-panel {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 14px 12px 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.panel-head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #1f2937;
}

.collapse-btn {
  border: 0;
  border-radius: 12px;
  min-height: 30px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.48);
  color: #1f2937;
  font-weight: 700;
  position: relative;
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.create-form {
  display: grid;
  gap: 12px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group label {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
}

.bank-select-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(90deg, #ff8b69 0%, #ff638e 15%, #ffb13d 30%, #4ddc7d 50%, #51d7d2 65%, #45b9ff 100%);
  padding: 8px 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.bank-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  color: #111827;
}

.bank-copy {
  display: grid;
  line-height: 1.1;
}

.bank-copy strong {
  font-size: 18px;
  color: #0f172a;
}

.bank-copy small {
  font-size: 11px;
  color: rgba(15, 23, 42, 0.72);
}

.field-group input {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.05);
  padding: 0 12px;
  font-size: 15px;
  color: #111827;
}

.field-group input::placeholder {
  color: rgba(17, 24, 39, 0.38);
}

.helper {
  font-size: 12px;
  color: rgba(17, 24, 39, 0.58);
  font-weight: 600;
}

.submit-btn {
  border: 0;
  border-radius: 14px;
  min-height: 44px;
  background: linear-gradient(135deg, #ff5d72 0%, #ffae5b 30%, #5adf84 60%, #52c6ff 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(59, 119, 145, 0.16);
  position: relative;
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.submit-btn:hover {
  box-shadow: 0 12px 24px rgba(0, 118, 188, .18);
}

#createPanel.collapsed .create-form {
  display: none;
}

.demo-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  background: rgba(17, 24, 39, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 100;
  padding: 15px;
}

.demo-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-panel {
  width: min(100%, 430px);
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(230, 241, 251, 0.97));
  border: 1px solid rgba(27, 139, 204, 0.18);
  border-radius: 18px 18px 14px 14px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.22s ease;
  position: relative;
}

.modal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 45, 122, 0.08), rgba(0, 183, 255, 0.08), rgba(35, 198, 109, 0.08), rgba(122, 92, 255, 0.08));
  pointer-events: none;
}

.demo-modal.show .modal-panel {
  transform: translateY(0);
}

.va-success-box {
  display: grid;
  gap: 16px;
  padding: 20px 0;
  text-align: center;
}

.success-icon {
  font-size: 48px;
  line-height: 1;
}

.success-title {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.va-info {
  display: grid;
  gap: 12px;
  margin: 8px 0;
}

.copy-item {
  background: rgba(76, 221, 129, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  display: grid;
  gap: 8px;
}

.copy-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.68);
  text-align: left;
}

.copy-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.copy-text {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  word-break: break-all;
  flex: 1;
}

.copy-btn {
  border: 0;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  min-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}

.copy-btn:active {
  background: rgba(76, 221, 129, 0.3);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px 12px;
  border-bottom: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.modal-header h3 {
  margin: 0;
  font-size: 17px;
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.modal-close {
  border: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #111827;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.modal-body {
  padding: 0 16px 16px;
  max-height: 70vh;
  overflow: auto;
  position: relative;
  z-index: 1;
}

.summary-box {
  background: linear-gradient(135deg, rgba(255, 235, 244, 0.9), rgba(233, 250, 255, 0.9));
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
}

.summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #1f2937;
}

.summary-sub {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(17, 24, 39, 0.72);
}

.form-stack {
  display: grid;
  gap: 10px;
}

.field-wrap {
  display: grid;
  gap: 6px;
}

.field-wrap label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(31, 41, 55, 0.8);
}

.field-wrap input {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 12px;
  min-height: 42px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.fee-box {
  background: rgba(255, 222, 234, 0.38);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #374151;
}

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

.list-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(233, 251, 255, 0.8));
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 14px;
  padding: 10px 12px;
  position: relative;
  overflow: hidden;
}

.list-item::before,
.va-success-item::before,
.detail-row::before,
.setting-row::before,
.note-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #ff2d7a, #ffb000, #23c66d, #00b7ff, #7a5cff, #ff2d7a);
  background-size: 280% 280%;
  animation: borderLed 3.6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none;
}

.list-item > *,
.va-success-item > *,
.detail-row > *,
.setting-row > *,
.note-box > * {
  position: relative;
  z-index: 1;
}

.income-item {
  grid-template-columns: 36px 1fr auto;
}

.income-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.income-detail-btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 183, 255, 0.28);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 246, 255, 0.96));
  color: #0f172a;
  font-size: 14px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.income-detail-btn:hover {
  border-color: rgba(255, 116, 55, 0.52);
  box-shadow: 0 8px 18px rgba(0, 118, 188, 0.12);
}

.income-detail-btn:active {
  transform: scale(0.96);
}

.bank-badge {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffdfd7, #d9f5ff);
  font-size: 16px;
}

.bank-badge--va {
  background: linear-gradient(135deg, #d5fef0, #d9edff);
}

.item-main {
  display: grid;
  gap: 4px;
}

.item-main strong {
  font-size: 14px;
  color: #111827;
}

.item-main small {
  color: rgba(17, 24, 39, 0.6);
  font-size: 11px;
}

.amount-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.income-detail-card {
  display: grid;
  gap: 12px;
}

.income-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, rgba(255, 235, 244, 0.9), rgba(233, 250, 255, 0.9));
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 14px;
  padding: 14px 16px;
}

.income-detail-header span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.7);
}

.income-detail-header strong {
  font-size: 24px;
  line-height: 1;
  color: #0f172a;
}

.income-detail-body {
  display: grid;
  gap: 8px;
}

.detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(233, 251, 255, 0.78));
  border: 1px solid rgba(17, 24, 39, 0.06);
  position: relative;
  overflow: hidden;
}

.detail-row span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.7);
}

.detail-row strong {
  font-size: 13px;
  color: #111827;
  text-align: right;
  word-break: break-word;
}

.amount-pill.success {
  background: rgba(52, 211, 153, 0.14);
  color: #0f766e;
}

.withdraw-meta {
  text-align: right;
  display: grid;
  gap: 6px;
}

.amount-small {
  font-weight: 800;
  color: #1f2937;
  font-size: 12px;
}

.status-pill {
  display: inline-block;
  background: rgba(255, 193, 7, 0.13);
  color: #92400e;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
}

.date-tag {
  font-size: 11px;
  color: rgba(17, 24, 39, 0.62);
  font-weight: 700;
}

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

.setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px dashed rgba(17, 24, 39, 0.12);
  padding: 10px 12px 9px;
  color: #374151;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(233, 251, 255, 0.76));
  border-radius: 12px;
  overflow: hidden;
}

.note-box {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 236, 220, 0.9);
  color: #7c2d12;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.demo-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  z-index: 120;
  box-shadow: 0 10px 18px rgba(17, 24, 39, 0.18);
}

.modal-submit {
  width: 100%;
  margin-top: 14px;
}

/* VA Success Modal Styles */
/* VA Modal disabled */
.demo-modal.va-modal {
  display: none;
}

/* VA Success Modal Styles */
.va-success-list {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.va-success-item {
  background: rgba(237, 245, 250, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 12px;
  padding: 10px 12px;
  display: grid;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.va-success-item::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #0096ff, #00b7ff, #17cdff, #00a8d8, #0080cc, #0096ff);
  background-size: 280% 280%;
  animation: borderLed 3.6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.va-success-label,
.va-success-value,
.va-success-value span,
.va-success-copy {
  position: relative;
  z-index: 1;
}

.va-success-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.72);
}

.va-success-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.va-success-value span {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  word-break: break-all;
  flex: 1;
}

.va-success-copy {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  min-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.va-success-copy:active {
  background: rgba(76, 221, 129, 0.3);
}

/* LED Border Animation */
@keyframes borderLed {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes heroSheen {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(160%); }
}

@keyframes ledBorder {
  0% {
    box-shadow: 
      inset 0 0 0 1px rgba(17, 24, 39, 0.06),
      0 0 0 2px #FF3333,
      0 0 15px #FF3333,
      0 0 25px rgba(255, 51, 51, 0.6);
  }
  25% {
    box-shadow: 
      inset 0 0 0 1px rgba(17, 24, 39, 0.06),
      0 0 0 2px #FF8F00,
      0 0 15px #FF8F00,
      0 0 25px rgba(255, 143, 0, 0.6);
  }
  50% {
    box-shadow: 
      inset 0 0 0 1px rgba(17, 24, 39, 0.06),
      0 0 0 2px #64DD17,
      0 0 15px #64DD17,
      0 0 25px rgba(100, 221, 23, 0.6);
  }
  75% {
    box-shadow: 
      inset 0 0 0 1px rgba(17, 24, 39, 0.06),
      0 0 0 2px #00BFFF,
      0 0 15px #00BFFF,
      0 0 25px rgba(0, 191, 255, 0.6);
  }
  100% {
    box-shadow: 
      inset 0 0 0 1px rgba(17, 24, 39, 0.06),
      0 0 0 2px #FF3333,
      0 0 15px #FF3333,
      0 0 25px rgba(255, 51, 51, 0.6);
  }
}

@media (max-width: 420px) {
  body {
    padding: 10px;
  }

  .page-card {
    border-radius: 18px;
  }

  .hero-amount {
    font-size: 34px;
  }
}
