


body {
  background:
    linear-gradient(155deg,
      #0a0a0a 0%,
      #0c0c0c 30%,
      #0e0e0e 60%,
      #111111 85%,
      #131313 100%
    );
  background-attachment: fixed;
}
html.theme-black body {
  background:
    linear-gradient(155deg,
      #0a0a0a 0%,
      #0c0c0c 30%,
      #0e0e0e 60%,
      #111111 85%,
      #131313 100%
    );
  background-attachment: fixed;
}


.main-content { position: relative; overflow: hidden; }
.main-content::before {
  content: '';
  position: fixed;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background:
    radial-gradient(ellipse 600px 600px at 20% 30%, rgba(34, 197, 94, 0.06), transparent),
    radial-gradient(ellipse 500px 500px at 80% 70%, rgba(34, 197, 94, 0.04), transparent),
    radial-gradient(ellipse 400px 400px at 50% 50%, rgba(34, 197, 94, 0.03), transparent);
  animation: vxBgFloat 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.main-content > * { position: relative; z-index: 1; }
@keyframes vxBgFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(2%, -3%) rotate(1deg); }
  50% { transform: translate(-1%, 2%) rotate(-0.5deg); }
  75% { transform: translate(-2%, -1%) rotate(0.5deg); }
}
html.theme-black .main-content::before {
  background:
    radial-gradient(ellipse 600px 600px at 20% 30%, rgba(196, 48, 48, 0.05), transparent),
    radial-gradient(ellipse 500px 500px at 80% 70%, rgba(196, 48, 48, 0.03), transparent);
}


.page-container { max-width: 1400px; margin: 0 auto; }


.page-strip { padding: 0 0 18px; align-items: center; }
.page-strip-intro { padding-top: 0; }
.page-hero-title { font-size: 1.42rem; letter-spacing: -0.01em; }
.page-hero-subtitle { display: none; }
@media (min-width: 1081px) {
  .main-content { padding: 26px 30px 34px; }
}

.page-grid { display: grid; gap: 20px; }
.page-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.page-grid.split-main { grid-template-columns: minmax(0, 1fr) 400px; align-items: start; }
.page-grid.split-side { grid-template-columns: 400px minmax(0, 1fr); align-items: start; }
.page-col { display: flex; flex-direction: column; gap: 20px; min-width: 0; }

@media (max-width: 1080px) {
  .page-grid.cols-2,
  .page-grid.split-main,
  .page-grid.split-side { grid-template-columns: 1fr; }
}


.module-card {
  background: linear-gradient(180deg, rgba(20,20,20,0.95), rgba(12,12,12,0.95));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.04);
}
.module-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  color: var(--text);
}
.module-subtitle {
  font-size: 0.86rem;
  color: var(--text-muted);
  margin-bottom: 22px;
  line-height: 1.55;
}
.module-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.module-head .module-subtitle { margin-bottom: 0; }
.module-head + * { margin-top: 20px; }


.stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(180deg, rgba(20,20,20,0.95), rgba(12,12,12,0.95));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.04);
  min-width: 0;
}
.stat-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94,0.1);
  border: 1px solid rgba(34, 197, 94,0.18);
  color: var(--accent);
}
.stat-card-icon svg { width: 18px; height: 18px; }
.stat-card-icon.neutral {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
  color: var(--text-muted);
}
.stat-card-icon.warn {
  background: rgba(255,161,23,0.08);
  border-color: rgba(255,161,23,0.2);
  color: var(--yellow);
}
.stat-card-body { min-width: 0; }
.stat-card-label {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
  white-space: nowrap;
}
.stat-card-value {
  font-size: 1.24rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stat-card-value.accent { color: var(--accent); }
.stat-card-sub {
  display: block;
  font-size: 0.72rem;
  color: var(--text-subtle);
  margin-top: 3px;
}


.form-group { display: block; margin-bottom: 18px; }
.form-group:last-of-type { margin-bottom: 22px; }
.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form-input,
.form-select {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  color: var(--text);
  font-size: 0.95rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
  color-scheme: dark;
}
.form-input:hover,
.form-select:hover { background: rgba(255,255,255,0.035); border-color: rgba(255,255,255,0.12); }
.form-input:focus,
.form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow); background: rgba(255,255,255,0.04); }
.form-input::placeholder { color: var(--text-subtle); }
.form-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a8a8a' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.form-select option { background-color: #15161a; color: var(--text); }
.form-select option:checked { background-color: rgba(34, 197, 94,0.22); color: var(--text); }


.submit-btn {
  width: 100%;
  padding: 9px 16px;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: #041513;
  font-size: 0.84rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
.submit-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.15); }
.submit-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
html.theme-black .submit-btn { color: #fff; }

.disable-btn {
  width: 100%;
  margin-top: 10px;
  padding: 9px 16px;
  background: transparent;
  border: 1px solid rgba(255, 90, 100, 0.32);
  border-radius: 10px;
  color: #ff6b74;
  font-size: 0.84rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}
.disable-btn:hover { background: rgba(255, 90, 100, 0.08); }
.disable-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.btn-outline {
  width: 100%;
  padding: 8px 12px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.18s ease;
  font-family: inherit;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.18); color: var(--text); background: rgba(255,255,255,0.04); }

.icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: 0.18s ease;
  flex-shrink: 0;
}
.icon-btn:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-glow); }


.method-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}
.method-btn {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 11px;
  background: rgba(255,255,255,0.025);
  color: var(--text-muted);
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  transition: all 0.18s ease;
  min-height: 66px;
  cursor: pointer;
}
.method-btn svg { width: 18px; height: 18px; opacity: 0.85; }
.method-btn:hover { border-color: rgba(255,255,255,0.16); color: var(--text); background: rgba(255,255,255,0.045); }
.method-btn.active {
  border-color: rgba(34, 197, 94,0.32);
  color: var(--text);
  background: linear-gradient(180deg, rgba(34, 197, 94,0.1), rgba(34, 197, 94,0.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.method-btn.active svg { color: var(--accent); opacity: 1; }
.method-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

.method-form { display: none; }
.method-form.active { display: block; animation: vxFadeIn 0.2s ease; }
@keyframes vxFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }


.method-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 6px;
}
.method-tab {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: var(--text-muted);
  font-family: inherit;
  text-align: left;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.method-tab:focus { outline: none; }
.method-tab:focus-visible { box-shadow: 0 0 0 2px var(--accent-glow); }
.method-tab:hover { color: var(--text); background: rgba(255,255,255,0.03); }
.method-tab.is-active {
  background: rgba(34, 197, 94,0.08);
  border-color: rgba(34, 197, 94,0.28);
  color: var(--text);
}
.method-tab-name { font-weight: 700; font-size: 0.92rem; letter-spacing: -0.005em; }
.method-tab-meta { font-size: 0.72rem; color: var(--text-subtle); font-weight: 500; }


.status-msg {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  display: none;
  font-size: 0.86rem;
  line-height: 1.5;
}
.status-msg.error { display: block; background: rgba(255,71,87,0.08); border: 1px solid rgba(255,71,87,0.22); color: #ff8b96; }
.status-msg.success { display: block; background: rgba(34, 197, 94,0.06); border: 1px solid rgba(34, 197, 94,0.22); color: var(--accent); }

.status-pill {
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.status-processing { color: #f7c76d; border-color: rgba(255,161,23,0.28); background: rgba(255,161,23,0.08); }
.status-success { color: var(--accent); border-color: rgba(34, 197, 94,0.28); background: rgba(34, 197, 94,0.08); }
.status-error { color: #ff8b96; border-color: rgba(255,71,87,0.28); background: rgba(255,71,87,0.08); }


.hint-box {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.82rem;
  color: var(--text-muted);
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  line-height: 1.55;
  margin-bottom: 14px;
}
.hint-box .hint-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 6px; }
.hint-box .hint-row:last-child { margin-bottom: 0; }

.tip-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: linear-gradient(180deg, rgba(34, 197, 94,0.05), rgba(34, 197, 94,0.02));
  border: 1px solid rgba(34, 197, 94,0.16);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.tip-banner strong { color: var(--text); font-weight: 700; }
.tip-banner svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }

.lock-banner {
  display: none;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,161,23,0.3);
  background: rgba(255,161,23,0.08);
  color: #ffd28a;
  font-size: 0.84rem;
  line-height: 1.55;
  margin-bottom: 16px;
}
.lock-banner.active { display: block; }


.info-rows { text-align: left; }
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.info-row:last-child { border-bottom: none; }
.info-row .label { color: var(--text-muted); font-size: 0.78rem; }
.info-row .val { color: var(--text); font-weight: 600; text-align: right; word-break: break-word; }

.meta-rows { margin-top: 16px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 14px; }
.meta-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; padding: 5px 0; gap: 12px; }
.meta-row .label { color: var(--text-muted); font-size: 0.78rem; }
.meta-row .value { font-weight: 600; color: var(--text); text-align: right; word-break: break-all; }


.recent-list {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.015);
}
.recent-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s ease;
}
.recent-item:last-child { border-bottom: none; }
.recent-item:hover { background: rgba(255,255,255,0.025); }
.recent-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.recent-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(34, 197, 94,0.12);
  border: 1px solid rgba(34, 197, 94,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.recent-text { min-width: 0; }
.recent-title { font-size: 0.86rem; font-weight: 700; letter-spacing: -0.01em; }
.recent-name {
  font-size: 0.78rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 430px;
  margin-top: 2px;
}
.recent-right { text-align: right; display: flex; flex-direction: column; gap: 4px; align-items: flex-end; }
.recent-amount { font-size: 1.05rem; font-weight: 800; color: var(--accent); letter-spacing: -0.01em; }
.recent-date { font-size: 0.72rem; color: var(--text-subtle); }
.empty-recent { text-align: center; padding: 32px 20px; color: var(--text-muted); font-size: 0.86rem; }


.copy-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.copy-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 11px 12px;
  font-family: 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  color: var(--accent);
  word-break: break-all;
  margin-bottom: 14px;
}
.copy-value { flex: 1; line-height: 1.5; }


.result-card { display: none; text-align: center; padding: 36px 32px; }
.result-card.active { display: block; animation: vxFadeIn 0.35s ease; }
.result-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(34, 197, 94,0.1);
  border: 1px solid rgba(34, 197, 94,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.result-icon svg { width: 28px; height: 28px; color: var(--accent); }
.result-card h3 { color: var(--text); font-size: 1.15rem; margin-bottom: 6px; letter-spacing: -0.01em; }
.result-card .info-rows { margin-top: 18px; }
.processing-note { margin-top: 20px; font-size: 0.82rem; color: var(--text-subtle); line-height: 1.55; }

.btn-back {
  margin-top: 24px;
  width: 100%;
  padding: 9px 16px;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  color: #041513;
  font-size: 0.92rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
.btn-back:hover { transform: translateY(-1px); box-shadow: 0 8px 22px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.15); }
html.theme-black .btn-back { color: #fff; }


.balance-card {
  position: relative;
  padding: 24px 24px 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 18px 50px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04);
  overflow: hidden;
}
.balance-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.balance-card-left { min-width: 0; }
.balance-card-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.92rem; font-weight: 500; margin-bottom: 8px; }
.balance-eye { background: none; border: none; padding: 0; cursor: pointer; color: rgba(255,255,255,0.45); display: inline-flex; align-items: center; transition: color 0.2s; }
.balance-eye:hover { color: rgba(255,255,255,0.85); }
.balance-eye svg { width: 16px; height: 16px; }
.balance-amount { display: flex; align-items: baseline; gap: 2px; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.balance-amount .symbol { font-size: 1.6rem; font-weight: 700; color: rgba(255,255,255,0.6); }
.balance-amount .integer { font-size: 2.6rem; }
.balance-amount .cents { font-size: 2.6rem; color: rgba(255,255,255,0.85); }
.balance-change { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 0.86rem; font-weight: 600; }
.balance-change .delta { color: #4ade80; }
.balance-change .pct { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 999px; background: rgba(74, 222, 128,0.14); color: #4ade80; font-size: 0.78rem; font-weight: 700; }
.balance-change .pct svg { width: 9px; height: 9px; }
.balance-currency { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.02); color: #fff; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: background 0.2s, border-color 0.2s; }
.balance-currency:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.22); }
.balance-currency svg { width: 11px; height: 11px; opacity: 0.7; }
.balance-chart { position: relative; height: 120px; margin: 6px -24px 0; pointer-events: none; }
.balance-chart svg { width: 100%; height: 100%; display: block; }
.balance-range-tabs { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 6px; }
.balance-range-tab { padding: 7px 16px; border-radius: 999px; border: none; background: transparent; color: rgba(255,255,255,0.55); font-family: inherit; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.balance-range-tab:hover { color: #fff; }
.balance-range-tab.active { background: #0b0b0b; color: #fff; }
.balance-card-sub { margin-top: 10px; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.4); font-weight: 500; }


.balance-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.balance-action {
  padding: 18px 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
  border: 1px solid rgba(255,255,255,0.06);
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.balance-action:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.12); box-shadow: 0 10px 24px rgba(0,0,0,0.4); }
.balance-action-icon { width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #0a0a0a; display: flex; align-items: center; justify-content: center; }
.balance-action-icon svg { width: 18px; height: 18px; }
.balance-action.is-primary .balance-action-icon { background: #4ade80; color: #0a0a0a; }
.balance-action span { font-size: 0.85rem; font-weight: 600; }


html.theme-black .status-msg.success { background: rgba(196,48,48,0.1); border-color: rgba(196,48,48,0.3); }
html.theme-black .tip-banner { background: rgba(196,48,48,0.06); border-color: rgba(196,48,48,0.22); }
html.theme-black .recent-icon { background: rgba(196,48,48,0.15); border-color: rgba(196,48,48,0.22); }
html.theme-black .status-success { border-color: rgba(196,48,48,0.35); background: rgba(196,48,48,0.12); }
html.theme-black .result-icon { background: rgba(196,48,48,0.1); border-color: rgba(196,48,48,0.22); }
html.theme-black .method-btn.active { border-color: rgba(196,48,48,0.32); background: linear-gradient(180deg, rgba(196,48,48,0.1), rgba(196,48,48,0.03)); }
html.theme-black .method-tab.is-active { background: rgba(196,48,48,0.08); border-color: rgba(196,48,48,0.28); }
html.theme-black .stat-card-icon { background: rgba(196,48,48,0.1); border-color: rgba(196,48,48,0.18); }


@media (max-width: 700px) {
  .module-card { padding: 20px 18px; border-radius: 16px; }
  .result-card { padding: 28px 20px; }
  .stat-strip { grid-template-columns: 1fr; gap: 10px; }
  .stat-card { padding: 15px 16px; }
  .balance-amount .integer,
  .balance-amount .cents { font-size: 2.1rem; }
  .balance-amount .symbol { font-size: 1.3rem; }
  .recent-name { max-width: 200px; }
  .method-selector { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 440px) {
  .method-selector { grid-template-columns: 1fr; }
}
