/* Deposit AMT — funding desk layout */

.dep-page {
  max-width: none;
  width: 100%;
}

.dep-intro {
  margin-bottom: 1.1rem;
}

.dep-crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.dep-crumb a:hover { color: var(--brand); }

.dep-crumb i,
.dep-crumb svg {
  width: 13px !important;
  height: 13px !important;
  opacity: 0.5;
}

.dep-crumb strong {
  color: var(--ink-soft);
  font-weight: 600;
}

.dep-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--brand) 20%, #fff);
}

.dep-kicker i,
.dep-kicker svg {
  width: 13px !important;
  height: 13px !important;
}

.dep-intro .page-title {
  margin: 0 0 0.25rem;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.dep-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.dep-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) 1.35fr;
  gap: 1rem;
  align-items: stretch;
}

.dep-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.3rem 1.35rem;
  border-radius: 20px;
  color: #e8f8f2;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(16, 185, 129, 0.35), transparent 55%),
    linear-gradient(165deg, #0b6e56 0%, #00a67e 48%, #085041 100%);
}

.dep-panel__glow {
  position: absolute;
  right: -30%;
  bottom: -25%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.35), transparent 70%);
  pointer-events: none;
}

.dep-panel__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.dep-panel__icon i,
.dep-panel__icon svg {
  width: 24px !important;
  height: 24px !important;
  color: #a7f3d0;
}

.dep-panel h2 {
  position: relative;
  margin: 0 0 0.4rem;
  font-family: "Syne", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.dep-panel > p {
  position: relative;
  margin: 0 0 1.2rem;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(236, 253, 245, 0.8);
}

.dep-tips {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.dep-tips li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  line-height: 1.4;
}

.dep-tips i,
.dep-tips svg {
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #6ee7b7;
}

.dep-card {
  padding: 1.25rem 1.25rem 1.35rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.dep-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.dep-stat {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid var(--line);
}

.dep-stat__ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand);
  flex-shrink: 0;
}

.dep-stat__ico i,
.dep-stat__ico svg {
  width: 17px !important;
  height: 17px !important;
}

.dep-stat small {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.12rem;
}

.dep-stat strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
  word-break: break-all;
}

.dep-stat__btn {
  margin-left: auto;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--brand) 25%, var(--line));
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
}

.dep-stat__btn:hover {
  background: #d1fae5;
}

.dep-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.dep-input {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 56px;
  padding: 0.35rem 0.75rem 0.35rem 0.55rem;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dep-input:focus-within {
  background: #fff;
  border-color: color-mix(in srgb, var(--brand) 50%, #e5e7eb);
  box-shadow: 0 0 0 4px rgba(0, 166, 126, 0.1);
}

.dep-input__token {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.dep-input__token i,
.dep-input__token svg {
  width: 14px !important;
  height: 14px !important;
  color: var(--brand);
}

.dep-input input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  font-family: "Poppins", sans-serif !important;
}

.dep-input input::placeholder {
  color: #9ca3af;
  font-weight: 500;
  font-size: 0.95rem;
}

.dep-input__net {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--muted);
  flex-shrink: 0;
}

.dep-note {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0.9rem 0 1.1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: var(--brand-soft);
  border: 1px solid color-mix(in srgb, var(--brand) 16%, #fff);
  font-size: 0.8rem;
  color: var(--brand-deep);
  line-height: 1.4;
}

.dep-note i,
.dep-note svg {
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.dep-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-mid), var(--brand-deep));
  box-shadow: 0 12px 26px rgba(0, 166, 126, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dep-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0, 166, 126, 0.34);
}

.dep-submit i,
.dep-submit svg {
  width: 17px !important;
  height: 17px !important;
}

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

  .dep-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .dep-stat {
    flex-wrap: wrap;
  }

  .dep-stat__btn {
    margin-left: 0;
  }
}
