/**
 * Next 랜딩과 동일한 연결·스왑 화면 톤 (Blockscan #0f57ff, #f6f7f8)
 * tron_final / evm_final / tron_with_swap 에서 로드
 */
:root {
  --primary-blue: #0f57ff;
  --primary-blue-hover: #0c46cc;
  --bg-light: #f6f7f8;
  --text-dark: #111214;
  --text-muted: #6c757d;
}

html[data-embed="1"] .back-link,
html[data-embed="1"] a[href="/"] {
  display: none !important;
}

html[data-embed="1"] body {
  padding: 12px !important;
  min-height: auto !important;
  background: #fff !important;
  align-items: stretch !important;
}

html[data-embed="1"] .embed-hide {
  display: none !important;
}

html[data-embed="1"] .card {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.connect-btn,
button.connect-btn,
#connect-btn {
  background: var(--primary-blue) !important;
}

.connect-btn:hover,
button.connect-btn:hover,
#connect-btn:hover {
  background: var(--primary-blue-hover) !important;
}

.logo-area {
  color: var(--primary-blue) !important;
}

.badge {
  background: rgb(15 87 255 / 0.1) !important;
  color: var(--primary-blue) !important;
}
