.popover_amescar__HqCQ3[data-slot="popover-content"] {
  width: var(--radix-popover-trigger-width);
  max-width: calc(100vw - 24px);
  max-height: var(--radix-popover-content-available-height);
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9dce54d;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff10, #ffffff00 50%), #18181bf5;
  color: #e7e7ed;
  font-family: var(--font-app-sans), sans-serif;
  backdrop-filter: blur(24px) saturate(1.12);
  box-shadow: inset 0 1px 0 #ffffff20, 0 20px 50px #00000070;
}

@media (prefers-reduced-motion: reduce) {
  .popover_amescar__HqCQ3[data-slot="popover-content"] { animation: none; }
}

