.czr-recharge-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 34px 24px 64px;
  background:
    radial-gradient(circle at 24% 6%, rgba(59, 130, 246, 0.08), transparent 28%),
    linear-gradient(180deg, #eef2f7 0%, #f8fafc 58%, #eef2f7 100%);
}

.czr-recharge {
  max-width: 1180px;
  margin: 0 auto;
  color: #101828;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

.czr-recharge * {
  box-sizing: border-box;
}

.czr-recharge [hidden] {
  display: none !important;
}

.czr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
  padding: 34px;
  border: 1px solid #e4e9f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 221, 89, 0.22), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 54%, #f7f6ed 100%);
  box-shadow: 0 22px 70px rgba(16, 24, 40, 0.08);
}

.czr-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.czr-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.2);
}

.czr-hero h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
  color: #0f172a;
}

.czr-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #53627a;
  font-size: 18px;
  line-height: 1.7;
}

.czr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.czr-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid #d7dfec;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}

.czr-tags span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f59e0b;
}

.czr-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.czr-hero-stats div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.czr-hero-stats strong,
.czr-hero-stats span {
  display: block;
}

.czr-hero-stats strong {
  color: #111827;
  font-size: 34px;
  line-height: 1;
}

.czr-hero-stats span {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.czr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.czr-main {
  min-width: 0;
}

.czr-panel {
  min-height: 380px;
  padding: 34px;
  border: 1px solid #dfe7f3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.czr-step-kicker {
  margin-bottom: 10px;
  color: #8aa0bd;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.czr-panel h3 {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

.czr-panel-desc {
  margin: 12px 0 28px;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.czr-field {
  margin-bottom: 16px;
}

.czr-field label {
  display: block;
  margin-bottom: 10px;
  color: #334155;
  font-weight: 800;
}

.czr-field input,
.czr-field textarea {
  width: 100%;
  border: 1px solid #d7dfec;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.55;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.czr-field textarea {
  min-height: 190px;
  resize: vertical;
}

.czr-field input:focus,
.czr-field textarea:focus {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);
}

.czr-field input:disabled,
.czr-field textarea:disabled {
  background: #f8fafc;
  color: #94a3b8;
}

.czr-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.czr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.czr-recharge button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.czr-recharge button:hover {
  background: #020617;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.25);
}

.czr-recharge button:disabled {
  background: #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.czr-recharge .czr-primary {
  background: #0b7a3b;
  box-shadow: 0 14px 30px rgba(11, 122, 59, 0.2);
}

.czr-recharge .czr-primary:hover {
  background: #06632f;
}

.czr-message {
  min-height: 26px;
  margin-top: 14px;
  color: #64748b;
  font-weight: 700;
  line-height: 1.6;
}

.czr-message-success {
  color: #067647;
}

.czr-message-error {
  color: #b42318;
}

.czr-token-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.czr-verified-card {
  display: grid;
  gap: 6px;
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid #93c5fd;
  border-radius: 16px;
  background: #eff6ff;
  color: #1d4ed8;
}

.czr-verified-card span {
  font-size: 14px;
  font-weight: 900;
}

.czr-verified-card strong {
  overflow-wrap: anywhere;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.czr-token-guide {
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: #f8fbff;
}

.czr-token-guide-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 240px);
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.czr-token-guide-row span {
  color: #334155;
  font-size: 15px;
  font-weight: 900;
}

.czr-token-guide-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.czr-token-guide-row:first-child a {
  background: #16a34a;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.18);
}

.czr-token-guide-row a:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(0.96);
}

.czr-token-guide p {
  margin: 2px 0 0;
  color: #b45309;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.czr-token-guide .czr-token-guide-note {
  margin: -4px 0 12px 100px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.czr-video-tip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #dbeafe;
}

.czr-video-tip span {
  color: #64748b;
  font-size: 14px;
  font-weight: 900;
}

.czr-video-tip button {
  min-height: 40px;
  border-radius: 12px;
  background: #7c3aed;
  padding: 9px 15px;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.18);
}

.czr-video-tip button:hover {
  background: #6d28d9;
}

.czr-token-preview div,
.czr-status-grid div {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}

.czr-token-preview span,
.czr-status-grid span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.czr-token-preview strong,
.czr-status-grid strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: #0f172a;
  font-size: 17px;
}

.czr-flow {
  position: sticky;
  top: 28px;
  padding: 28px;
  border-radius: 24px;
  background: #182235;
  color: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.czr-flow-title {
  margin-bottom: 22px;
  color: #cbd5e1;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.czr-flow-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  color: #cbd5e1;
}

.czr-flow-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.18);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.czr-flow-item strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.czr-flow-item p {
  margin: 6px 0 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.65;
}

.czr-flow-item.is-active span {
  background: #facc15;
  color: #111827;
}

.czr-flow-item.is-done span {
  background: #16a34a;
}

.czr-progress {
  margin: 26px 0;
}

.czr-progress-track {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.czr-progress-track span {
  display: block;
  width: 10%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1d4ed8, #16a34a);
  transition: width 0.4s ease;
}

.czr-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: #475569;
  font-weight: 800;
}

.czr-progress-meta strong {
  color: #0f172a;
}

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

.czr-recharge.is-processing .czr-progress-panel {
  border-color: #bfdbfe;
  background:
    radial-gradient(circle at 92% 12%, rgba(29, 78, 216, 0.08), transparent 28%),
    #fff;
}

.czr-recharge.is-complete .czr-progress-track span {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.czr-modal-open {
  overflow: hidden;
}

.czr-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.czr-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.czr-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.66);
  backdrop-filter: blur(10px);
}

.czr-video-dialog {
  position: relative;
  width: min(980px, 100%);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.36);
}

.czr-video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid #e2e8f0;
}

.czr-video-head span {
  display: block;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 900;
}

.czr-video-head h3 {
  margin: 4px 0 0;
  color: #0f172a;
  font-size: 22px;
  letter-spacing: 0;
}

.czr-video-head button {
  width: 42px;
  min-height: 42px;
  border-radius: 50%;
  padding: 0;
  background: #111827;
  font-size: 24px;
  line-height: 1;
  box-shadow: none;
}

.czr-video-dialog iframe {
  display: block;
  width: 100%;
  height: min(70vh, 620px);
  border: 0;
  background: #f8fafc;
}

.czr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(10px);
}

.czr-modal-card {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(250, 204, 21, 0.15), transparent 24%),
    #fff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.36);
  text-align: center;
}

.czr-modal-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, #2563eb, #16a34a, #facc15, #2563eb);
  animation: czr-spin 1.15s linear infinite;
}

.czr-modal-icon::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: 12px;
  border-radius: 50%;
  background: #fff;
}

.czr-recharge.is-complete .czr-modal-icon {
  animation: none;
  background: #16a34a;
}

.czr-recharge.is-complete .czr-modal-icon::after {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}

.czr-modal-kicker {
  color: #2563eb;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.czr-modal-card h3 {
  margin: 10px 0 8px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.czr-modal-card p {
  max-width: 480px;
  margin: 0 auto;
  color: #64748b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.czr-modal-progress {
  margin: 28px 0 22px;
  text-align: left;
}

.czr-modal-progress-track {
  height: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.czr-modal-progress-track span {
  display: block;
  width: 10%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #16a34a);
  transition: width 0.4s ease;
}

.czr-modal-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: #475569;
  font-size: 15px;
  font-weight: 900;
}

.czr-modal-progress-meta strong {
  color: #0f172a;
}

.czr-modal-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.czr-modal-steps div {
  padding: 14px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}

.czr-modal-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  color: #fff;
  font-weight: 900;
}

.czr-modal-steps strong {
  display: block;
  color: #475569;
  font-size: 14px;
}

.czr-modal-steps .is-active {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.czr-modal-steps .is-active span {
  background: #2563eb;
}

.czr-modal-steps .is-active strong {
  color: #1d4ed8;
}

.czr-modal-steps .is-done span {
  background: #16a34a;
}

.czr-modal-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  text-align: left;
}

.czr-modal-status div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.czr-modal-status span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
}

.czr-modal-status strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: #0f172a;
  font-size: 16px;
}

.czr-modal-close {
  width: 100%;
  margin-top: 22px;
  background: #111827 !important;
}

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

.czr-faq {
  margin-top: 68px;
  padding-top: 54px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.czr-faq-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.czr-faq-head span {
  display: inline-block;
  margin-bottom: 16px;
  color: #f97316;
  font-size: 15px;
  font-weight: 900;
}

.czr-faq-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.14;
  letter-spacing: 0;
}

.czr-faq-head p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.czr-faq-card {
  padding: 46px 54px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.czr-faq-item + .czr-faq-item {
  border-top: 1px solid #e2e8f0;
}

.czr-faq-question {
  width: 100%;
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  padding: 26px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  box-shadow: none !important;
  text-align: left;
  transform: none !important;
}

.czr-faq-question span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.czr-faq-question strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ede9fe;
  color: #6d5dfc;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.czr-faq-item.is-open .czr-faq-question strong {
  background: #6d5dfc;
  color: #fff;
}

.czr-faq-answer {
  max-width: 900px;
  padding: 0 72px 28px 0;
  color: #64748b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

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

  .czr-flow {
    position: static;
  }
}

@media (max-width: 640px) {
  .czr-recharge-shell {
    padding: 18px 14px 44px;
  }

  .czr-recharge {
    margin: 16px auto;
  }

  .czr-hero,
  .czr-panel,
  .czr-flow {
    border-radius: 18px;
    padding: 22px;
  }

  .czr-hero-stats,
  .czr-token-preview,
  .czr-status-grid {
    grid-template-columns: 1fr;
  }

  .czr-inline {
    grid-template-columns: 1fr;
  }

  .czr-actions button,
  .czr-inline button {
    width: 100%;
  }

  .czr-token-guide-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .czr-token-guide .czr-token-guide-note {
    margin-left: 0;
  }

  .czr-video-tip button {
    width: 100%;
  }

  .czr-faq {
    margin-top: 44px;
    padding-top: 38px;
  }

  .czr-faq-card {
    padding: 24px 22px;
    border-radius: 18px;
  }

  .czr-faq-question {
    grid-template-columns: minmax(0, 1fr) 36px;
    padding: 22px 0 !important;
  }

  .czr-faq-answer {
    padding-right: 0;
  }

  .czr-modal-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .czr-modal-card h3 {
    font-size: 28px;
  }

  .czr-modal-steps,
  .czr-modal-status {
    grid-template-columns: 1fr;
  }

  .czr-video-modal {
    padding: 14px;
  }

  .czr-video-head {
    padding: 16px;
  }

  .czr-video-head h3 {
    font-size: 18px;
  }

  .czr-video-dialog iframe {
    height: 68vh;
  }
}
