.ac-section {
  padding: 24px 20px 40px;
  max-width: 960px;
  margin: 0 auto;
}

.ac-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0500FF !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 8px 0;
  margin-bottom: 16px;
  transition: opacity 200ms;
}

.ac-back-link:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.ac-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 768px) {
  .ac-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.ac-card-preview {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ac-card-visual {
  position: relative;
  width: 320px;
  height: 200px;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid rgba(5, 0, 255, 0.1);
  box-shadow: 0 20px 60px rgba(5, 0, 255, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);
}

.ac-card-gradient {
  display: none;
}

.ac-card-visual > * {
  position: relative;
  z-index: 1;
}

.ac-card-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ac-card-brand {
  color: #0f172a !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.ac-card-logo-row svg path {
  stroke: #0f172a !important;
}

.ac-card-chip {
  width: 36px;
  height: 26px;
  background: linear-gradient(135deg, #d4af37, #f0d060);
  border-radius: 4px;
}

.ac-card-number-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(15, 23, 42, 0.5) !important;
  font-size: 16px;
  letter-spacing: 2px;
}

.ac-card-last4 {
  color: #0f172a !important;
  font-weight: 600;
}

.ac-card-bottom-row {
  display: flex;
  justify-content: space-between;
  color: rgba(15, 23, 42, 0.4) !important;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ac-card-visual {
    width: 280px;
    height: 175px;
    padding: 20px;
  }
}

.ac-info-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.ac-info-subtitle {
  font-size: 15px;
  color: #64748b;
  margin: 0 0 24px;
  line-height: 1.5;
}

.ac-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.ac-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ac-feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(5, 0, 255, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-feature-name {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2px;
}

.ac-feature-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

.ac-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.ac-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #0500FF;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms ease, transform 100ms ease;
  white-space: nowrap;
}

.ac-btn-primary:hover {
  background: #0400d4;
}

.ac-btn-primary:active {
  transform: scale(0.98);
}

.ac-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: transparent;
  color: #0500FF;
  border: 1.5px solid rgba(5, 0, 255, 0.2);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}

.ac-btn-secondary:hover {
  background: rgba(5, 0, 255, 0.04);
  border-color: rgba(5, 0, 255, 0.35);
}

.ac-info-box {
  background: rgba(5, 0, 255, 0.04);
  border: 1px solid rgba(5, 0, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
}

.ac-info-box h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 6px;
}

.ac-info-box p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.ac-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #0500FF;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: 16px;
  transition: opacity 200ms;
}

.ac-back-btn:hover {
  opacity: 0.7;
}

.ac-payment-wrapper {
  text-align: center;
}

.ac-payment-title {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.ac-payment-subtitle {
  font-size: 15px;
  color: #64748b;
  margin: 0 0 32px;
}

.ac-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 600px;
  margin: 0 auto 24px;
}

@media (max-width: 560px) {
  .ac-payment-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

.ac-payment-card {
  background: white;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: border-color 200ms, box-shadow 200ms, transform 200ms;
  cursor: pointer;
}

.ac-payment-card:hover {
  border-color: #0500FF;
  box-shadow: 0 8px 24px rgba(5, 0, 255, 0.1);
  transform: translateY(-2px);
}

.ac-payment-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.ac-payment-card p {
  font-size: 13px;
  color: #94a3b8;
  margin: 0;
}

.ac-payment-icon {
  width: 64px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-select-btn {
  padding: 8px 24px;
  background: #0500FF;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms;
  margin-top: 4px;
}

.ac-select-btn:hover {
  background: #0400d4;
}

.ac-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
}

.ac-security-note svg {
  color: #0500FF;
  flex-shrink: 0;
}

.ac-display-wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.ac-crypto-card {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1.6 !important;
  border-radius: 20px !important;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  box-shadow: 0 20px 60px rgba(5, 0, 255, 0.2), 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 24px !important;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f4e 35%, #0500FF 100%) !important;
}

.ac-crypto-gradient {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f4e 35%, #0500FF 100%) !important;
  z-index: 0 !important;
}

.ac-crypto-card > * {
  position: relative !important;
  z-index: 1 !important;
}

.ac-crypto-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ac-crypto-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white !important;
  font-size: 14px;
  font-weight: 600;
}

.ac-crypto-balance {
  text-align: right;
}

.ac-balance-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ac-balance-value {
  font-size: 22px;
  font-weight: 700;
  color: white !important;
}

.ac-balance-source {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4) !important;
}

.ac-crypto-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ac-crypto-chip {
  width: 40px;
  height: 30px;
  background: linear-gradient(135deg, #d4af37, #f0d060);
  border-radius: 5px;
}

.ac-crypto-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 18px;
  letter-spacing: 3px;
}

.ac-crypto-last4 {
  color: white !important;
  font-weight: 600;
}

.ac-display-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.ac-display-actions .ac-btn-primary,
.ac-display-actions .ac-btn-secondary {
  width: 100%;
}

.ac-history {
  text-align: left;
}

.ac-history h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 12px;
}

.ac-history-empty {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.ac-history-empty p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.ac-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: none;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.ac-modal-overlay.ac-modal-active {
  display: flex;
}

.ac-modal {
  background: white;
  border-radius: 20px 20px 0 0;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px 24px 32px;
  position: relative;
  animation: ac-slide-up 300ms ease;
}

@keyframes ac-slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.ac-modal-handle {
  width: 36px;
  height: 4px;
  background: #d1d5db;
  border-radius: 2px;
  margin: 0 auto 16px;
}

.ac-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: background 200ms;
}

.ac-modal-close:hover {
  background: #e2e8f0;
}

.ac-modal h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.ac-modal-subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 20px;
}

.ac-requirement {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 20px;
}

.ac-requirement p {
  margin: 0;
  font-size: 14px;
  color: #9a3412;
}

.ac-bonus h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 4px;
}

.ac-bonus-sub {
  font-size: 13px;
  color: #94a3b8;
  margin: 0 0 12px;
}

.ac-bonus-tiers {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.ac-tier {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 13px;
  color: #475569;
}

.ac-tier-highlight {
  color: #0500FF;
  font-weight: 600;
}

.ac-tier-disabled {
  opacity: 0.5;
}

.ac-modal-action {
  width: 100%;
}

.ac-deposit-desc {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 20px;
  line-height: 1.5;
}

.ac-deposit-address {
  margin-bottom: 16px;
}

.ac-deposit-address label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.ac-deposit-input-wrap {
  display: flex;
  gap: 8px;
}

.ac-deposit-input {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 13px;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  min-width: 0;
}

.ac-deposit-copy {
  padding: 10px 18px;
  background: #0500FF;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms;
  white-space: nowrap;
}

.ac-deposit-copy:hover {
  background: #0400d4;
}

.ac-deposit-note {
  background: rgba(5, 0, 255, 0.04);
  border-radius: 10px;
  padding: 12px 16px;
}

.ac-deposit-note p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

.ac-notification {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: #0500FF;
  color: white;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  z-index: 200000;
  box-shadow: 0 8px 24px rgba(5, 0, 255, 0.25);
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
  white-space: nowrap;
  max-width: 90vw;
  text-align: center;
}

.ac-notification-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 480px) {
  .ac-section {
    padding: 16px 16px 40px;
  }

  .ac-info-title {
    font-size: 22px;
  }

  .ac-actions {
    flex-direction: column;
  }

  .ac-btn-primary,
  .ac-btn-secondary {
    width: 100%;
  }

  .ac-payment-title {
    font-size: 22px;
  }

  .ac-crypto-card {
    padding: 20px 18px;
  }

  .ac-balance-value {
    font-size: 18px;
  }
}

