/* X profile summary: a 300px card, independent of compact coin-row typography. */
html body .token-card .x-profile-preview[popover] {
  --profile-surface: #15212b;
  --profile-text: #f5f8fa;
  --profile-muted: #8d9eaf;
  --profile-border: #425363;
  --profile-link: #52caff;
  position: fixed !important;
  inset: auto !important;
  top: var(--social-preview-y, 8px) !important;
  left: var(--social-preview-x, 8px) !important;
  z-index: 30020 !important;
  box-sizing: border-box !important;
  width: min(300px, calc(100vw - 16px)) !important;
  max-height: calc(100dvh - 16px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto !important;
  border: 1px solid var(--profile-border) !important;
  border-radius: 12px !important;
  background: var(--profile-surface) !important;
  box-shadow: 0 12px 36px #0005 !important;
  color: var(--profile-text) !important;
  font: 400 14px/1.45 var(--twk-everett-page) !important;
  text-align: left !important;
  white-space: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: auto !important;
}
html body .token-card .x-profile-preview[popover]:not(:popover-open) {
  display: none !important;
}
html body .token-card .x-profile-preview[popover]:popover-open {
  display: block !important;
}
html body .token-card .x-social::before {
  display: none !important;
}
html[data-theme="light"] body .token-card .x-profile-preview[popover] {
  --profile-surface: #fff;
  --profile-text: #172330;
  --profile-muted: #617588;
  --profile-border: #c7d1dc;
  --profile-link: #087fbd;
}
html body .x-profile-preview[popover] .x-preview-cover {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 90px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: color-mix(in srgb, var(--social-color) 30%, var(--profile-surface)) !important;
}
html body .x-profile-preview[popover] .x-preview-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .x-profile-preview[popover] .x-preview-body {
  display: block !important;
  padding: 12px 15px 15px !important;
}
html body .x-profile-preview[popover] .x-preview-head {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 24px !important;
  align-items: center !important;
  min-height: 48px !important;
  gap: 8px !important;
  margin: 0 !important;
}
html body .x-profile-preview[popover] .x-preview-avatar {
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: color-mix(in srgb, var(--social-color) 50%, var(--profile-surface)) !important;
  color: var(--profile-text) !important;
  font: 600 17px/1 var(--twk-everett-page) !important;
}
html body .x-profile-preview[popover] .x-preview-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .x-profile-preview[popover] .x-preview-identity {
  min-width: 0 !important;
  padding: 0 !important;
}
html body .x-profile-preview[popover] .x-preview-identity b {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  overflow: hidden !important;
  color: var(--profile-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  white-space: nowrap !important;
}
html body .x-profile-preview[popover] .x-preview-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body .x-profile-preview[popover] .x-preview-verified {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  color: var(--profile-link) !important;
}
html body .x-profile-preview[popover] .x-preview-identity small {
  display: block !important;
  margin-top: 1px !important;
  overflow: hidden !important;
  color: var(--profile-muted) !important;
  font: 400 14px/20px var(--twk-everett-page) !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
html body .x-profile-preview[popover] .x-preview-brand {
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  place-items: center !important;
  color: var(--profile-text) !important;
}
html body .x-profile-preview[popover] .x-preview-brand .x-brand-mark {
  width: 23px !important;
  height: 23px !important;
}
html body .x-profile-preview[popover] .x-preview-bio {
  display: block !important;
  margin-top: 12px !important;
  color: var(--profile-muted) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  white-space: pre-wrap !important;
  overflow-wrap: anywhere !important;
}
html body .x-profile-preview[popover] .x-preview-meta {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 16px !important;
  color: var(--profile-muted) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
html body .x-profile-preview[popover] .x-preview-meta .remix-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
}
html body .x-profile-preview[popover] .x-preview-stats {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px 12px !important;
  margin-top: 10px !important;
  color: var(--profile-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
html body .x-profile-preview[popover] .x-preview-stats b {
  color: var(--profile-text) !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}
html body .x-profile-preview[popover] .x-preview-action {
  display: grid !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 32px !important;
  margin-top: 10px !important;
  place-items: center !important;
  border: 1px solid color-mix(in srgb, var(--profile-muted) 65%, transparent) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--profile-link) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}
html body .x-profile-preview[popover] .x-preview-action:hover {
  background: color-mix(in srgb, var(--profile-link) 8%, transparent) !important;
}
