.popover{z-index:var(--z-lista);max-width:calc(100vw - var(--e4) * 2);max-height:var(--radix-popover-content-available-height);padding:var(--e4);border:var(--borda-largura) solid var(--cor-borda);border-radius:var(--raio-card);background:var(--cor-superficie);box-shadow:var(--sombra-flutuante);animation:popover-entrando var(--duracao-entrada) var(--easing-entrada);overflow:auto}.popover:focus-visible{outline:none}@keyframes popover-entrando{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.popover{animation:none}}
